{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
class BundleMatchers
A collection of hamcrest matchers to match Bundle objects.
Public constructors |
|
|---|---|
Public functions |
|
|---|---|
java-static Matcher<Bundle>! |
doesNotHaveKey(key: String!) |
java-static Matcher<Bundle>! |
doesNotHaveKey(keyMatcher: Matcher<String>!) |
java-static Matcher<Bundle>! |
|
java-static Matcher<Bundle>! |
|
java-static Matcher<Bundle>! |
hasEntry(keyMatcher: Matcher<String>!, valueMatcher: Matcher<?>!) |
java-static Matcher<Bundle>! |
|
java-static Matcher<Bundle>! |
hasKey(keyMatcher: Matcher<String>!) |
java-static Matcher<Bundle>! |
<T> hasValue(value: T!) |
java-static Matcher<Bundle>! |
hasValue(valueMatcher: Matcher<?>!) |
java-static Matcher<Bundle>! |
isEmpty() |
java-static Matcher<Bundle>! |
|
java-static fun hasEntry(keyMatcher: Matcher<String>!, valueMatcher: Matcher<?>!): Matcher<Bundle>!