public class DetoxAssertion
Created by simonracz on 10/07/2017.
| Modifier and Type | Method and Description |
|---|---|
static androidx.test.espresso.ViewInteraction |
assertMatcher(androidx.test.espresso.ViewInteraction i,
org.hamcrest.Matcher<android.view.View> m) |
static androidx.test.espresso.ViewInteraction |
assertNotExists(androidx.test.espresso.ViewInteraction i) |
static androidx.test.espresso.ViewInteraction |
assertNotVisible(androidx.test.espresso.ViewInteraction i) |
static void |
waitForAssertMatcher(androidx.test.espresso.ViewInteraction i,
org.hamcrest.Matcher<android.view.View> m,
double timeoutSeconds) |
static void |
waitForAssertMatcherWithSearchAction(androidx.test.espresso.ViewInteraction i,
org.hamcrest.Matcher<android.view.View> vm,
androidx.test.espresso.ViewAction searchAction,
org.hamcrest.Matcher<android.view.View> searchMatcher) |
public static androidx.test.espresso.ViewInteraction assertMatcher(androidx.test.espresso.ViewInteraction i,
org.hamcrest.Matcher<android.view.View> m)
public static androidx.test.espresso.ViewInteraction assertNotVisible(androidx.test.espresso.ViewInteraction i)
public static androidx.test.espresso.ViewInteraction assertNotExists(androidx.test.espresso.ViewInteraction i)
public static void waitForAssertMatcher(androidx.test.espresso.ViewInteraction i,
org.hamcrest.Matcher<android.view.View> m,
double timeoutSeconds)
public static void waitForAssertMatcherWithSearchAction(androidx.test.espresso.ViewInteraction i,
org.hamcrest.Matcher<android.view.View> vm,
androidx.test.espresso.ViewAction searchAction,
org.hamcrest.Matcher<android.view.View> searchMatcher)