Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 1.96 KB

File metadata and controls

22 lines (15 loc) · 1.96 KB

kakao / com.agoda.kakao.intent / BundleBuilder

BundleBuilder

class BundleBuilder

Class for building Bundle matchers

Constructors

Name Summary
<init> BundleBuilder()
Class for building Bundle matchers

Functions

Name Summary
getMatcher fun getMatcher(): Matcher<Bundle>
hasEntry fun hasEntry(key: String, value: Any): Unit
fun hasEntry(key: Matcher<String>, value: Matcher<Any>): Unit
Matches bundle with given entry
hasKey fun hasKey(key: String): Unit
fun hasKey(key: Matcher<String>): Unit
Matches bundle with given key
hasValue fun hasValue(value: Any): Unit
fun hasValue(value: Matcher<Any>): Unit
Matches bundle with given value