HomeSort by relevance Sort by last modified time
    Searched defs:hamcrest (Results 51 - 75 of 161) sorted by null

1 23 4 5 6 7

  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/text/
MatchesPattern.java 1 package org.hamcrest.text;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.TypeSafeMatcher;
StringContainsInOrder.java 1 package org.hamcrest.text;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.TypeSafeMatcher;
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
IsArrayContainingInAnyOrderTest.java 1 package org.hamcrest.collection;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.Matcher;
6 import static org.hamcrest.collection.IsArrayContainingInAnyOrder.arrayContainingInAnyOrder;
7 import static org.hamcrest.core.IsEqual.equalTo;
IsArrayContainingTest.java 1 package org.hamcrest.collection;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.Matcher;
6 import static org.hamcrest.collection.IsArrayContaining.hasItemInArray;
IsArrayWithSizeTest.java 1 package org.hamcrest.collection;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.Matcher;
6 import static org.hamcrest.collection.IsArrayWithSize.arrayWithSize;
7 import static org.hamcrest.collection.IsArrayWithSize.emptyArray;
8 import static org.hamcrest.core.IsEqual.equalTo;
IsIterableWithSizeTest.java 1 package org.hamcrest.collection;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.Matcher;
9 import static org.hamcrest.collection.IsIterableWithSize.iterableWithSize;
IsMapContainingTest.java 1 package org.hamcrest.collection;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.Matcher;
9 import static org.hamcrest.collection.IsMapContaining.hasEntry;
10 import static org.hamcrest.core.IsAnything.anything;
11 import static org.hamcrest.core.IsEqual.equalTo;
IsMapContainingValueTest.java 1 package org.hamcrest.collection;
4 import org.hamcrest.AbstractMatcherTest;
5 import org.hamcrest.Matcher;
11 import static org.hamcrest.collection.IsMapContaining.hasValue;
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/number/
IsCloseToTest.java 1 package org.hamcrest.number;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.Matcher;
6 import static org.hamcrest.number.IsCloseTo.closeTo;
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/text/
StringContainsInOrderTest.java 1 package org.hamcrest.text;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.Matcher;
  /external/mockito/src/main/java/org/mockito/internal/hamcrest/
HamcrestArgumentMatcher.java 5 package org.mockito.internal.hamcrest;
7 import org.hamcrest.Matcher;
8 import org.hamcrest.StringDescription;
  /prebuilts/misc/common/robolectric/lib/
hamcrest-core-1.1.jar 
hamcrest-core-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.1/
hamcrest-core-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar 
  /prebuilts/devtools/tools/lib/
hamcrest-core-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar 
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
Description.java 1 package org.hamcrest;
43 * Appends a list of {@link org.hamcrest.SelfDescribing} objects
FeatureMatcher.java 1 package org.hamcrest;
3 import org.hamcrest.internal.ReflectiveTypeFinder;
TypeSafeMatcher.java 1 package org.hamcrest;
3 import org.hamcrest.internal.ReflectiveTypeFinder;
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
Is.java 1 package org.hamcrest.core;
3 import org.hamcrest.BaseMatcher;
4 import org.hamcrest.Description;
5 import org.hamcrest.Matcher;
7 import static org.hamcrest.core.IsEqual.equalTo;
8 import static org.hamcrest.core.IsInstanceOf.instanceOf;
IsCollectionContaining.java 1 package org.hamcrest.core;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.TypeSafeDiagnosingMatcher;
10 import static org.hamcrest.core.AllOf.allOf;
11 import static org.hamcrest.core.IsEqual.equalTo;
IsEqual.java 1 package org.hamcrest.core;
3 import org.hamcrest.BaseMatcher;
4 import org.hamcrest.Description;
5 import org.hamcrest.Matcher;
91 * Creates an {@link org.hamcrest.core.IsEqual} matcher that does not enforce the values being
IsInstanceOf.java 1 package org.hamcrest.core;
3 import org.hamcrest.Description;
4 import org.hamcrest.DiagnosingMatcher;
5 import org.hamcrest.Matcher;
SubstringMatcher.java 1 package org.hamcrest.core;
3 import org.hamcrest.Description;
4 import org.hamcrest.TypeSafeMatcher;

Completed in 1628 milliseconds

1 23 4 5 6 7