-
- All Implemented Interfaces:
public class DetoxAssertion
Created by simonracz on 10/07/2017.
-
-
Method Summary
Modifier and Type Method Description static ViewInteraction
assertMatcher(ViewInteraction i, Matcher<View> m)
static ViewInteraction
assertNotVisible(ViewInteraction i)
static ViewInteraction
assertNotExists(ViewInteraction i)
static void
waitForAssertMatcher(ViewInteraction i, Matcher<View> m, double timeoutSeconds)
static void
waitForAssertMatcherWithSearchAction(ViewInteraction i, Matcher<View> vm, ViewAction searchAction, Matcher<View> searchMatcher)
-
-
Method Detail
-
assertMatcher
static ViewInteraction assertMatcher(ViewInteraction i, Matcher<View> m)
-
assertNotVisible
static ViewInteraction assertNotVisible(ViewInteraction i)
-
assertNotExists
static ViewInteraction assertNotExists(ViewInteraction i)
-
waitForAssertMatcher
static void waitForAssertMatcher(ViewInteraction i, Matcher<View> m, double timeoutSeconds)
-
waitForAssertMatcherWithSearchAction
static void waitForAssertMatcherWithSearchAction(ViewInteraction i, Matcher<View> vm, ViewAction searchAction, Matcher<View> searchMatcher)
-
-
-
-