/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/ |
D | IsEmptyIterableTest.java | 15 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()
|
D | IsEmptyCollectionTest.java | 16 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()
|
D | IsArrayContainingTest.java | 11 protected Matcher<?> createMatcher() { in createMatcher() method in IsArrayContainingTest
|
D | IsIterableWithSizeTest.java | 14 protected Matcher<?> createMatcher() { in createMatcher() method in IsIterableWithSizeTest
|
D | IsArrayWithSizeTest.java | 13 protected Matcher<?> createMatcher() { in createMatcher() method in IsArrayWithSizeTest
|
D | IsInTest.java | 14 protected Matcher<?> createMatcher() { in createMatcher() method in IsInTest
|
D | IsMapContainingTest.java | 16 protected Matcher<?> createMatcher() { in createMatcher() method in IsMapContainingTest
|
D | IsMapContainingValueTest.java | 16 protected Matcher<?> createMatcher() { in createMatcher() method in IsMapContainingValueTest
|
D | IsArrayContainingInAnyOrderTest.java | 13 protected Matcher<?> createMatcher() { in createMatcher() method in IsArrayContainingInAnyOrderTest
|
D | IsArrayContainingInOrderTest.java | 13 protected Matcher<?> createMatcher() { in createMatcher() method in IsArrayContainingInOrderTest
|
D | IsIterableContainingInAnyOrderTest.java | 17 protected Matcher<?> createMatcher() { in createMatcher() method in IsIterableContainingInAnyOrderTest
|
D | IsArrayTest.java | 15 protected Matcher<?> createMatcher() { in createMatcher() method in IsArrayTest
|
D | IsMapContainingKeyTest.java | 16 protected Matcher<?> createMatcher() { in createMatcher() method in IsMapContainingKeyTest
|
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/ |
D | AbstractMatcherTest.java | 11 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/ |
D | StringContainsInOrderTest.java | 13 protected Matcher<?> createMatcher() { in createMatcher() method in StringContainsInOrderTest
|
D | IsEqualIgnoringWhiteSpaceTest.java | 15 protected Matcher<?> createMatcher() { in createMatcher() method in IsEqualIgnoringWhiteSpaceTest
|
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/number/ |
D | IsCloseToTest.java | 12 protected Matcher<?> createMatcher() { in createMatcher() method in IsCloseToTest
|
D | BigDecimalCloseToTest.java | 14 protected Matcher<?> createMatcher() { in createMatcher() method in BigDecimalCloseToTest
|
D | OrderingComparisonTest.java | 15 protected Matcher<Integer> createMatcher() { in createMatcher() method in OrderingComparisonTest
|
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/object/ |
D | IsCompatibleTypeTest.java | 26 protected Matcher<?> createMatcher() { in createMatcher() method in IsCompatibleTypeTest
|
D | IsEventFromTest.java | 15 protected Matcher<?> createMatcher() { in createMatcher() method in IsEventFromTest
|
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/ |
D | StringContainsTest.java | 15 protected Matcher<?> createMatcher() { in createMatcher() method in StringContainsTest
|
D | StringStartsWithTest.java | 15 protected Matcher<?> createMatcher() { in createMatcher() method in StringStartsWithTest
|
D | StringEndsWithTest.java | 15 protected Matcher<?> createMatcher() { in createMatcher() method in StringEndsWithTest
|
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/comparator/ |
D | ComparatorMatcherTest.java | 16 protected Matcher<Integer> createMatcher() { in createMatcher() method in ComparatorMatcherTest
|