| java.lang.Object | |||
| ↳ | android.support.test.rule.UiThreadTestRule | ||
| ↳ | android.support.test.rule.ActivityTestRule<T extends android.app.Activity> | ||
| ↳ | android.support.test.espresso.intent.rule.IntentsTestRule<T extends android.app.Activity> | ||
This rule makes it easy to use Espresso-Intents APIs in functional UI tests. This class is an
extension of ActivityTestRule, which initializes Espresso-Intents before each test
annotated with
Test and releases
Espresso-Intents after each test run. The Activity will be terminated after each test and this
rule can be used in the same way as ActivityTestRule.
Espresso-Intents APIs can be used in two ways:
intended(Matcher) APIintending(Matcher) API| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.support.test.rule.ActivityTestRule
| |||||||||||
From class
android.support.test.rule.UiThreadTestRule
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.junit.rules.TestRule
| |||||||||||