public final class RootMatchers
extends Object
java.lang.Object | |
↳ | android.support.test.espresso.matcher.RootMatchers |
Root
对象的匹配器集合。
Fields |
|
---|---|
public static final Matcher<Root> |
DEFAULT Espresso的默认匹配器 |
Public methods |
|
---|---|
static Matcher<Root> |
isDialog() 匹配 |
static Matcher<Root> |
isFocusable() 匹配 |
static Matcher<Root> |
isPlatformPopup() 与弹出式匹配的 |
static Matcher<Root> |
isTouchable() 匹配 |
static Matcher<Root> |
withDecorView(Matcher<View> decorViewMatcher) 与匹配给定视图匹配器的装饰视图匹配 |
Inherited methods |
|
---|---|
From class java.lang.Object
|
Matcher<Root> isPlatformPopup ()
与弹出窗口相匹配的 Root
- 如自动填充建议或操作栏微调器。
Returns | |
---|---|
Matcher<Root> |