public class OrientationAssertion
extends java.lang.Object
implements android.support.test.espresso.ViewAssertion
| Modifier and Type | Method and Description |
|---|---|
void |
check(android.view.View view,
android.support.test.espresso.NoMatchingViewException noViewFoundException) |
static android.support.test.espresso.ViewAssertion |
isOrientationLandscape() |
static android.support.test.espresso.ViewAssertion |
isOrientationPortrait() |
static java.lang.String |
orientationAsString(int orientation) |
public static android.support.test.espresso.ViewAssertion isOrientationPortrait()
public static android.support.test.espresso.ViewAssertion isOrientationLandscape()
public void check(android.view.View view,
android.support.test.espresso.NoMatchingViewException noViewFoundException)
check in interface android.support.test.espresso.ViewAssertionpublic static java.lang.String orientationAsString(int orientation)