Home
last modified time | relevance | path

Searched refs:createMatcher (Results 1 – 25 of 33) sorted by relevance

12

/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
DIsEmptyIterableTest.java15 protected Matcher<Iterable<?>> createMatcher() { in createMatcher() method in IsEmptyIterableTest
20 assertMatches("empty iterable", createMatcher(), emptyCollection()); in testMatchesAnEmptyIterable()
24 assertDoesNotMatch("iterable with an item", createMatcher(), collectionOfValues()); in testDoesNotMatchAnIterableWithItems()
28 assertDescription("an empty iterable", createMatcher()); in testHasAReadableDescription()
DIsEmptyCollectionTest.java16 protected Matcher<Collection<?>> createMatcher() { in createMatcher() method in IsEmptyCollectionTest
21 assertMatches("empty collection", createMatcher(), emptyCollection()); in testMatchesAnEmptyCollection()
25 assertMismatchDescription("<[one, three]>", is(createMatcher()), collectionOfValues()); in testDoesNotMatchACollectionWithAnItem()
29 assertDescription("an empty collection", createMatcher()); in testHasAReadableDescription()
DIsArrayContainingTest.java11 protected Matcher<?> createMatcher() { in createMatcher() method in IsArrayContainingTest
DIsIterableWithSizeTest.java14 protected Matcher<?> createMatcher() { in createMatcher() method in IsIterableWithSizeTest
DIsArrayWithSizeTest.java13 protected Matcher<?> createMatcher() { in createMatcher() method in IsArrayWithSizeTest
DIsInTest.java14 protected Matcher<?> createMatcher() { in createMatcher() method in IsInTest
DIsMapContainingTest.java16 protected Matcher<?> createMatcher() { in createMatcher() method in IsMapContainingTest
DIsMapContainingValueTest.java16 protected Matcher<?> createMatcher() { in createMatcher() method in IsMapContainingValueTest
DIsArrayContainingInAnyOrderTest.java13 protected Matcher<?> createMatcher() { in createMatcher() method in IsArrayContainingInAnyOrderTest
DIsArrayContainingInOrderTest.java13 protected Matcher<?> createMatcher() { in createMatcher() method in IsArrayContainingInOrderTest
DIsIterableContainingInAnyOrderTest.java17 protected Matcher<?> createMatcher() { in createMatcher() method in IsIterableContainingInAnyOrderTest
DIsArrayTest.java15 protected Matcher<?> createMatcher() { in createMatcher() method in IsArrayTest
DIsMapContainingKeyTest.java16 protected Matcher<?> createMatcher() { in createMatcher() method in IsMapContainingKeyTest
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
DAbstractMatcherTest.java11 protected abstract Matcher<?> createMatcher(); in createMatcher() method in AbstractMatcherTest
67 assertNullSafe(createMatcher()); in testIsNullSafe()
71 assertUnknownTypeSafe(createMatcher()); in testCopesWithUnknownTypes()
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/text/
DStringContainsInOrderTest.java13 protected Matcher<?> createMatcher() { in createMatcher() method in StringContainsInOrderTest
DIsEqualIgnoringWhiteSpaceTest.java15 protected Matcher<?> createMatcher() { in createMatcher() method in IsEqualIgnoringWhiteSpaceTest
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/number/
DIsCloseToTest.java12 protected Matcher<?> createMatcher() { in createMatcher() method in IsCloseToTest
DBigDecimalCloseToTest.java14 protected Matcher<?> createMatcher() { in createMatcher() method in BigDecimalCloseToTest
DOrderingComparisonTest.java15 protected Matcher<Integer> createMatcher() { in createMatcher() method in OrderingComparisonTest
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/object/
DIsCompatibleTypeTest.java26 protected Matcher<?> createMatcher() { in createMatcher() method in IsCompatibleTypeTest
DIsEventFromTest.java15 protected Matcher<?> createMatcher() { in createMatcher() method in IsEventFromTest
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/
DStringContainsTest.java15 protected Matcher<?> createMatcher() { in createMatcher() method in StringContainsTest
DStringStartsWithTest.java15 protected Matcher<?> createMatcher() { in createMatcher() method in StringStartsWithTest
DStringEndsWithTest.java15 protected Matcher<?> createMatcher() { in createMatcher() method in StringEndsWithTest
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/comparator/
DComparatorMatcherTest.java16 protected Matcher<Integer> createMatcher() { in createMatcher() method in ComparatorMatcherTest

12