Searched defs:featureValueOf (Results 1 – 6 of 6) sorted by relevance
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
14 protected String featureValueOf(T actual) { in featureValueOf() method in HasToString
36 protected abstract U featureValueOf(T actual); in featureValueOf() method in FeatureMatcher