java.lang.Object |
↳ |
android.support.test.espresso.intent.matcher.BundleMatchers |
Class Overview
A collection of hamcrest matchers to match Bundle
objects.
Summary
Public Methods |
static
Matcher<Bundle>
|
hasEntry(String key, Matcher<?> valueMatcher)
|
static
<T>
Matcher<Bundle>
|
hasEntry(String key, T value)
|
static
Matcher<Bundle>
|
hasEntry(Matcher<String> keyMatcher, Matcher<?> valueMatcher)
|
static
Matcher<Bundle>
|
hasKey(String key)
|
static
Matcher<Bundle>
|
hasKey(Matcher<String> keyMatcher)
|
static
Matcher<Bundle>
|
hasValue(Matcher<?> valueMatcher)
|
static
<T>
Matcher<Bundle>
|
hasValue(T value)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Methods
public
static
Matcher<Bundle>
hasEntry
(String key, Matcher<?> valueMatcher)
public
static
Matcher<Bundle>
hasEntry
(String key, T value)
public
static
Matcher<Bundle>
hasEntry
(Matcher<String> keyMatcher, Matcher<?> valueMatcher)
public
static
Matcher<Bundle>
hasKey
(String key)
public
static
Matcher<Bundle>
hasKey
(Matcher<String> keyMatcher)
public
static
Matcher<Bundle>
hasValue
(Matcher<?> valueMatcher)
public
static
Matcher<Bundle>
hasValue
(T value)