{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
@CheckReturnValue public final class BundleMatchers
A collection of hamcrest matchers to match Bundle objects.
Public constructors |
|
|---|---|
Public methods |
|
|---|---|
static @NonNull Matcher<Bundle> |
doesNotHaveKey(@NonNull String key) |
static @NonNull Matcher<Bundle> |
doesNotHaveKey(@NonNull Matcher<String> keyMatcher) |
static Matcher<Bundle> |
|
static Matcher<Bundle> |
|
static Matcher<Bundle> |
|
static Matcher<Bundle> |
|
static Matcher<Bundle> |
|
static Matcher<Bundle> |
<T> hasValue(T value) |
static Matcher<Bundle> |
|
static Matcher<Bundle> |
isEmpty() |
static Matcher<Bundle> |
|
public static @NonNull Matcher<Bundle> doesNotHaveKey(@NonNull Matcher<String> keyMatcher)