android.support.test.espresso.matcher

Classes

BoundedMatcher<T, S extends T> 一些matcher糖,可以让您为给定类型创建匹配器,但只处理该匹配器的特定子类型的项目。
CursorMatchers Hamcrest匹配器的集合,匹配 Cursor中的数据行。
CursorMatchers.CursorMatcher Matcher匹配的 Cursor ,其基于列中的值。
LayoutMatchers 一组Hamcrest匹配来检测典型布局问题。
PreferenceMatchers Preference s匹配的一组hamcrest匹配器。
RootMatchers Root对象的匹配器集合。
ViewMatchers 一系列匹配 View的Hamcrest匹配器。

Enums

ViewMatchers.Visibility 枚举View.getVisibility()的可能值列表。