{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
public final class ActivityResultMatchers
Hamcrest matchers for a ActivityResult.
Public constructors |
|
|---|---|
Public methods |
|
|---|---|
static Matcher<Object> |
hasResultCode(int resultCode)Returns a matcher that verifies that the |
static Matcher<Object> |
hasResultData(Matcher<Intent> intentMatcher)Returns a matcher that verifies that the resultData of a given |
public static Matcher<Object> hasResultCode(int resultCode)
Returns a matcher that verifies that the resultCode of a given ActivityResult matches the given code
public static Matcher<Object> hasResultData(Matcher<Intent> intentMatcher)
Returns a matcher that verifies that the resultData of a given ActivityResult matches the given specification by the intentMatcher