Searched defs:featureValueOf (Results 1 – 7 of 7) sorted by relevance
149 protected @Nullable String featureValueOf(ViewHierarchyElement element) { in featureValueOf() method in ElementMatchers.WithStringFeatureMatcher176 protected @Nullable Boolean featureValueOf(ViewHierarchyElement element) { in featureValueOf() method in ElementMatchers.WithBooleanFeatureMatcher
14 protected String featureValueOf(T actual) { in featureValueOf() method in HasToString
19 protected Integer featureValueOf(Collection<? extends E> actual) { in featureValueOf() method in IsCollectionWithSize
18 protected Integer featureValueOf(Iterable<E> actual) { in featureValueOf() method in IsIterableWithSize
18 protected Integer featureValueOf(E[] actual) { in featureValueOf() method in IsArrayWithSize
19 protected Integer featureValueOf(Map<? extends K, ? extends V> actual) { in featureValueOf() method in IsMapWithSize
36 protected abstract U featureValueOf(T actual); in featureValueOf() method in FeatureMatcher