| java.lang.Object | |
| ↳ | android.support.test.espresso.contrib.ActivityResultMatchers |
Hamcrest matchers for a Instrumentation.ActivityResult.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a matcher that verifies that the
resultCode of a given Instrumentation.ActivityResult
matches the given code
| |||||||||||
Returns a matcher that verifies that the resultData of a given
Instrumentation.ActivityResult matches
the given specification by the intentMatcher
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
Returns a matcher that verifies that the resultCode of a given Instrumentation.ActivityResult
matches the given code
| Parameters | |
|---|---|
resultCode |
int |
| Returns | |
|---|---|
Matcher<? super Instrumentation.ActivityResult> |
|
Returns a matcher that verifies that the resultData of a given Instrumentation.ActivityResult matches
the given specification by the intentMatcher
| Parameters | |
|---|---|
intentMatcher |
Matcher |
| Returns | |
|---|---|
Matcher<? super Instrumentation.ActivityResult> |
|