Class Overview
A collection of hamcrest matchers to match Bundle objects.
Summary
|
[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(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Public Methods
public
static
Matcher<Bundle>
hasEntry
(String key, Matcher<?> valueMatcher)
| Parameters |
key |
String |
valueMatcher |
Matcher |
public
static
Matcher<Bundle>
hasEntry
(String key, T value)
| Parameters |
key |
String |
value |
T |
public
static
Matcher<Bundle>
hasEntry
(Matcher<String> keyMatcher, Matcher<?> valueMatcher)
| Parameters |
keyMatcher |
Matcher |
valueMatcher |
Matcher |
public
static
Matcher<Bundle>
hasKey
(Matcher<String> keyMatcher)
| Parameters |
keyMatcher |
Matcher |
public
static
Matcher<Bundle>
hasValue
(T value)
public
static
Matcher<Bundle>
hasValue
(Matcher<?> valueMatcher)
| Parameters |
valueMatcher |
Matcher |