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

1 2 3 4 56 7

  /external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
BaseDescriptionTest.java 1 package org.hamcrest;
FeatureMatcherTest.java 1 package org.hamcrest;
3 import org.hamcrest.core.IsEqual;
6 import static org.hamcrest.AbstractMatcherTest.*;
AbstractMatcherTest.java 1 package org.hamcrest;
  /external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/
CombinableTest.java 1 package org.hamcrest.core;
3 import org.hamcrest.Matcher;
6 import static org.hamcrest.AbstractMatcherTest.*;
7 import static org.hamcrest.core.IsEqual.equalTo;
8 import static org.hamcrest.core.IsNot.not;
9 import static org.hamcrest.core.IsNull.notNullValue;
IsInstanceOfTest.java 1 package org.hamcrest.core;
3 import org.hamcrest.Matcher;
6 import static org.hamcrest.AbstractMatcherTest.*;
7 import static org.hamcrest.core.IsInstanceOf.any;
8 import static org.hamcrest.core.IsInstanceOf.instanceOf;
IsCollectionContainingTest.java 1 package org.hamcrest.core;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.TypeSafeDiagnosingMatcher;
13 import static org.hamcrest.AbstractMatcherTest.*;
14 import static org.hamcrest.core.IsCollectionContaining.hasItem;
15 import static org.hamcrest.core.IsCollectionContaining.hasItems;
16 import static org.hamcrest.core.IsEqual.equalTo;
IsEqualTest.java 1 package org.hamcrest.core;
3 import org.hamcrest.Matcher;
6 import static org.hamcrest.AbstractMatcherTest.*;
7 import static org.hamcrest.core.IsEqual.equalTo;
8 import static org.hamcrest.core.IsEqual.equalToObject;
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsIterableContainingInRelativeOrder.java 1 package org.hamcrest.collection;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.TypeSafeDiagnosingMatcher;
11 import static org.hamcrest.core.IsEqual.equalTo;
IsIterableContainingInOrder.java 1 package org.hamcrest.collection;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.TypeSafeDiagnosingMatcher;
6 import org.hamcrest.internal.NullSafety;
12 import static org.hamcrest.core.IsEqual.equalTo;
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/xml/
HasXPath.java 1 package org.hamcrest.xml;
3 import org.hamcrest.Condition;
4 import org.hamcrest.Description;
5 import org.hamcrest.Matcher;
6 import org.hamcrest.TypeSafeDiagnosingMatcher;
7 import org.hamcrest.core.IsAnything;
15 import static org.hamcrest.Condition.matched;
16 import static org.hamcrest.Condition.notMatched;
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
IsCollectionWithSizeTest.java 1 package org.hamcrest.collection;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.MatcherAssert;
12 import static org.hamcrest.collection.IsCollectionWithSize.hasSize;
13 import static org.hamcrest.core.IsEqual.equalTo;
IsIterableContainingInOrderTest.java 1 package org.hamcrest.collection;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.FeatureMatcher;
5 import org.hamcrest.Matcher;
11 import static org.hamcrest.collection.IsIterableContainingInOrder.contains;
12 import static org.hamcrest.core.IsEqual.equalTo;
IsIterableContainingInRelativeOrderTest.java 1 package org.hamcrest.collection;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.FeatureMatcher;
5 import org.hamcrest.Matcher;
11 import static org.hamcrest.collection.IsIterableContainingInRelativeOrder.containsInRelativeOrder;
12 import static org.hamcrest.core.IsEqual.equalTo;
IsMapWithSizeTest.java 1 package org.hamcrest.collection;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.MatcherAssert;
10 import static org.hamcrest.collection.IsMapWithSize.aMapWithSize;
11 import static org.hamcrest.core.IsEqual.equalTo;
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/number/
OrderingComparisonTest.java 1 package org.hamcrest.number;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.Matcher;
8 import static org.hamcrest.MatcherAssert.assertThat;
9 import static org.hamcrest.core.IsNot.not;
10 import static org.hamcrest.number.OrderingComparison.*;
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/object/
IsCompatibleTypeTest.java 1 package org.hamcrest.object;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.Matcher;
6 import static org.hamcrest.MatcherAssert.assertThat;
7 import static org.hamcrest.object.IsCompatibleType.typeCompatibleWith;
IsEventFromTest.java 1 package org.hamcrest.object;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.Matcher;
8 import static org.hamcrest.MatcherAssert.assertThat;
9 import static org.hamcrest.object.IsEventFrom.eventFrom;
  /external/mockito/src/test/java/org/mockito/internal/hamcrest/
MatcherGenericTypeExtractorTest.java 1 package org.mockito.internal.hamcrest;
3 import org.hamcrest.BaseMatcher;
4 import org.hamcrest.Description;
5 import org.hamcrest.Matcher;
13 import static org.mockito.internal.hamcrest.MatcherGenericTypeExtractor.genericTypeOfMatcher;
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
SamePropertyValuesAsTest.java 1 package org.hamcrest.beans;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.Matcher;
6 import static org.hamcrest.beans.SamePropertyValuesAs.samePropertyValuesAs;
HasPropertyWithValueTest.java 1 package org.hamcrest.beans;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.Description;
5 import org.hamcrest.Matcher;
6 import org.hamcrest.StringDescription;
7 import org.hamcrest.core.IsEqual;
13 import static org.hamcrest.MatcherAssert.assertThat;
14 import static org.hamcrest.beans.HasPropertyWithValue.hasProperty;
15 import static org.hamcrest.core.IsAnything.anything;
16 import static org.hamcrest.core.IsEqual.equalTo
    [all...]
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/comparator/
ComparatorMatcherBuilderTest.java 1 package org.hamcrest.comparator;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.Matcher;
9 import static org.hamcrest.MatcherAssert.assertThat;
10 import static org.hamcrest.comparator.ComparatorMatcherBuilder.comparedBy;
11 import static org.hamcrest.core.IsNot.not;
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/io/
FileMatchersTest.java 1 package org.hamcrest.io;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.Matcher;
8 import static org.hamcrest.core.IsEqual.equalTo;
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/xml/
HasXPathTest.java 1 package org.hamcrest.xml;
3 import org.hamcrest.Matcher;
15 import static org.hamcrest.AbstractMatcherTest.*;
16 import static org.hamcrest.core.IsEqual.equalTo;
17 import static org.hamcrest.core.IsNot.not;
18 import static org.hamcrest.core.StringContains.containsString;
19 import static org.hamcrest.xml.HasXPath.hasXPath;
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
CoreMatchers.java 1 package org.hamcrest;
11 public static <T> org.hamcrest.Matcher<T> allOf(java.lang.Iterable<org.hamcrest.Matcher<? super T>> matchers) {
12 return org.hamcrest.core.AllOf.<T>allOf(matchers);
21 public static <T> org.hamcrest.Matcher<T> allOf(org.hamcrest.Matcher<? super T>... matchers) {
22 return org.hamcrest.core.AllOf.<T>allOf(matchers);
31 public static <T> org.hamcrest.core.AnyOf<T> anyOf(java.lang.Iterable<org.hamcrest.Matcher<? super T>> matchers) {
32 return org.hamcrest.core.AnyOf.<T>anyOf(matchers)
    [all...]
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
Matchers.java 1 package org.hamcrest;
10 public static <T> org.hamcrest.Matcher<T> allOf(java.lang.Iterable<org.hamcrest.Matcher<? super T>> matchers) {
11 return org.hamcrest.core.AllOf.<T>allOf(matchers);
19 public static <T> org.hamcrest.Matcher<T> allOf(org.hamcrest.Matcher<? super T>... matchers) {
20 return org.hamcrest.core.AllOf.<T>allOf(matchers);
28 public static <T> org.hamcrest.Matcher<T> allOf(org.hamcrest.Matcher<? super T> first, org.hamcrest.Matcher<? super T> second)
    [all...]

Completed in 398 milliseconds

1 2 3 4 56 7