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

1 2 34 5 6 7

  /external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
MatcherAssertTest.java 1 package org.hamcrest;
5 import static org.hamcrest.MatcherAssert.assertThat;
6 import static org.hamcrest.core.IsEqual.equalTo;
TypeSafeMatcherTest.java 1 package org.hamcrest;
5 import static org.hamcrest.AbstractMatcherTest.assertMismatchDescription;
  /external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/
AllOfTest.java 1 package org.hamcrest.core;
3 import org.hamcrest.Matcher;
6 import static org.hamcrest.AbstractMatcherTest.*;
7 import static org.hamcrest.core.AllOf.allOf;
8 import static org.hamcrest.core.Is.is;
9 import static org.hamcrest.core.IsEqual.equalTo;
10 import static org.hamcrest.core.IsNull.notNullValue;
11 import static org.hamcrest.core.StringEndsWith.endsWith;
12 import static org.hamcrest.core.StringStartsWith.startsWith;
DescribedAsTest.java 1 package org.hamcrest.core;
3 import org.hamcrest.Matcher;
6 import static org.hamcrest.AbstractMatcherTest.*;
7 import static org.hamcrest.core.DescribedAs.describedAs;
8 import static org.hamcrest.core.IsAnything.anything;
9 import static org.hamcrest.core.IsEqual.equalTo;
EveryTest.java 1 package org.hamcrest.core;
3 import org.hamcrest.Matcher;
9 import static org.hamcrest.AbstractMatcherTest.*;
10 import static org.hamcrest.core.StringContains.containsString;
IsAnythingTest.java 1 package org.hamcrest.core;
3 import org.hamcrest.Matcher;
6 import static org.hamcrest.AbstractMatcherTest.assertDescription;
7 import static org.hamcrest.AbstractMatcherTest.assertMatches;
8 import static org.hamcrest.core.IsAnything.anything;
IsNotTest.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.IsInstanceOf.instanceOf;
9 import static org.hamcrest.core.IsNot.not;
IsNullTest.java 1 package org.hamcrest.core;
3 import org.hamcrest.Matcher;
6 import static org.hamcrest.AbstractMatcherTest.*;
7 import static org.hamcrest.core.IsNull.notNullValue;
8 import static org.hamcrest.core.IsNull.nullValue;
IsSameTest.java 1 package org.hamcrest.core;
3 import org.hamcrest.Matcher;
6 import static org.hamcrest.AbstractMatcherTest.*;
7 import static org.hamcrest.core.IsSame.sameInstance;
8 import static org.hamcrest.core.IsSame.theInstance;
IsTest.java 1 package org.hamcrest.core;
3 import org.hamcrest.Matcher;
6 import static org.hamcrest.AbstractMatcherTest.*;
7 import static org.hamcrest.core.Is.is;
8 import static org.hamcrest.core.Is.isA;
9 import static org.hamcrest.core.IsEqual.equalTo;
StringContainsTest.java 1 package org.hamcrest.core;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.Matcher;
6 import static org.hamcrest.core.StringContains.containsString;
7 import static org.hamcrest.core.StringContains.containsStringIgnoringCase;
StringEndsWithTest.java 1 package org.hamcrest.core;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.Matcher;
6 import static org.hamcrest.core.StringEndsWith.endsWith;
7 import static org.hamcrest.core.StringEndsWith.endsWithIgnoringCase;
StringStartsWithTest.java 1 package org.hamcrest.core;
3 import org.hamcrest.AbstractMatcherTest;
4 import org.hamcrest.Matcher;
6 import static org.hamcrest.core.StringStartsWith.startsWith;
7 import static org.hamcrest.core.StringStartsWith.startsWithIgnoringCase;
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsArray.java 1 package org.hamcrest.collection;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.TypeSafeMatcher;
IsArrayContaining.java 1 package org.hamcrest.collection;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.TypeSafeMatcher;
9 import static org.hamcrest.core.IsEqual.equalTo;
IsArrayContainingInAnyOrder.java 1 package org.hamcrest.collection;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.TypeSafeMatcher;
12 import static org.hamcrest.core.IsEqual.equalTo;
IsArrayContainingInOrder.java 1 package org.hamcrest.collection;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.TypeSafeMatcher;
6 import org.hamcrest.internal.NullSafety;
13 import static org.hamcrest.core.IsEqual.equalTo;
IsIn.java 1 package org.hamcrest.collection;
3 import org.hamcrest.BaseMatcher;
4 import org.hamcrest.Description;
5 import org.hamcrest.Matcher;
IsIterableContainingInAnyOrder.java 1 package org.hamcrest.collection;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.TypeSafeDiagnosingMatcher;
12 import static org.hamcrest.core.IsEqual.equalTo;
IsMapContaining.java 1 package org.hamcrest.collection;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.TypeSafeMatcher;
10 import static org.hamcrest.core.IsAnything.anything;
11 import static org.hamcrest.core.IsEqual.equalTo;
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/number/
BigDecimalCloseTo.java 1 package org.hamcrest.number;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.TypeSafeMatcher;
IsCloseTo.java 1 package org.hamcrest.number;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.TypeSafeMatcher;
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/object/
IsCompatibleType.java 1 package org.hamcrest.object;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.TypeSafeMatcher;
IsEventFrom.java 1 package org.hamcrest.object;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.TypeSafeDiagnosingMatcher;
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/text/
IsBlankString.java 2 package org.hamcrest.text;
4 import org.hamcrest.Description;
5 import org.hamcrest.Matcher;
6 import org.hamcrest.TypeSafeMatcher;
10 import static org.hamcrest.core.AnyOf.anyOf;
11 import static org.hamcrest.core.IsNull.nullValue;

Completed in 241 milliseconds

1 2 34 5 6 7