HomeSort by relevance Sort by last modified time
    Searched defs:hamcrest (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/hamcrest/src/org/hamcrest/
Factory.java 1 package org.hamcrest;
9 * Marks a Hamcrest static factory method so tools recognise them.
SelfDescribing.java 1 package org.hamcrest;
BaseMatcher.java 1 /* Copyright (c) 2000-2006 hamcrest.org
3 package org.hamcrest;
Matcher.java 1 /* Copyright (c) 2000-2006 hamcrest.org
3 package org.hamcrest;
Description.java 1 package org.hamcrest;
39 * Appends a list of {@link org.hamcrest.SelfDescribing} objects
  /external/hamcrest/integration/src/org/hamcrest/
MatcherAssert.java 1 /* Copyright (c) 2000-2006 hamcrest.org
3 package org.hamcrest;
  /external/hamcrest/library/src/org/hamcrest/number/
IsGreaterThan.java 1 /* Copyright (c) 2000-2006 hamcrest.org
3 package org.hamcrest.number;
5 import org.hamcrest.Description;
6 import org.hamcrest.TypeSafeMatcher;
IsCloseTo.java 1 /* Copyright (c) 2000-2006 hamcrest.org
3 package org.hamcrest.number;
5 import org.hamcrest.Description;
6 import org.hamcrest.Matcher;
7 import org.hamcrest.Factory;
8 import org.hamcrest.TypeSafeMatcher;
OrderingComparisons.java 1 package org.hamcrest.number;
3 import static org.hamcrest.core.AnyOf.anyOf;
4 import static org.hamcrest.core.IsEqual.equalTo;
5 import static org.hamcrest.core.IsNot.not;
6 import static org.hamcrest.core.DescribedAs.describedAs;
8 import org.hamcrest.Factory;
9 import org.hamcrest.Matcher;
  /external/hamcrest/library/src/org/hamcrest/text/
StringContains.java 1 /* Copyright (c) 2000-2006 hamcrest.org
3 package org.hamcrest.text;
5 import org.hamcrest.Factory;
6 import org.hamcrest.Matcher;
StringEndsWith.java 1 /* Copyright (c) 2000-2006 hamcrest.org
3 package org.hamcrest.text;
5 import org.hamcrest.Factory;
6 import org.hamcrest.Matcher;
StringStartsWith.java 1 /* Copyright (c) 2000-2006 hamcrest.org
3 package org.hamcrest.text;
5 import org.hamcrest.Factory;
6 import org.hamcrest.Matcher;
IsEqualIgnoringCase.java 1 /* Copyright (c) 2000-2006 hamcrest.org
3 package org.hamcrest.text;
5 import org.hamcrest.Description;
6 import org.hamcrest.Matcher;
7 import org.hamcrest.Factory;
8 import org.hamcrest.TypeSafeMatcher;
SubstringMatcher.java 1 package org.hamcrest.text;
3 import org.hamcrest.Description;
4 import org.hamcrest.TypeSafeMatcher;
X.java 1 package org.hamcrest.text;
3 import org.hamcrest.Matcher;
4 import org.hamcrest.CoreMatchers;
  /external/hamcrest/src/org/hamcrest/internal/
SelfDescribingValue.java 1 package org.hamcrest.internal;
3 import org.hamcrest.Description;
4 import org.hamcrest.SelfDescribing;
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-integration/1.1/
hamcrest-integration-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/
hamcrest-integration-1.3.jar 
  /external/hamcrest/library/src/org/hamcrest/
TypeSafeMatcher.java 1 package org.hamcrest;
  /external/hamcrest/library/src/org/hamcrest/collection/
IsArrayContaining.java 1 package org.hamcrest.collection;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.Factory;
6 import org.hamcrest.TypeSafeMatcher;
7 import static org.hamcrest.core.IsEqual.equalTo;
IsCollectionContaining.java 1 package org.hamcrest.collection;
3 import static org.hamcrest.core.AllOf.allOf;
4 import org.hamcrest.Description;
5 import org.hamcrest.Matcher;
6 import org.hamcrest.Factory;
7 import org.hamcrest.TypeSafeMatcher;
8 import static org.hamcrest.core.IsEqual.equalTo;
IsIn.java 1 package org.hamcrest.collection;
6 import org.hamcrest.BaseMatcher;
7 import org.hamcrest.Description;
8 import org.hamcrest.Factory;
9 import org.hamcrest.Matcher;
  /external/hamcrest/library/src/org/hamcrest/object/
HasToString.java 1 package org.hamcrest.object;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.Factory;
6 import org.hamcrest.BaseMatcher;
IsCompatibleType.java 1 package org.hamcrest.object;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.Factory;
6 import org.hamcrest.TypeSafeMatcher;
IsEventFrom.java 1 /* Copyright (c) 2000-2006 hamcrest.org
3 package org.hamcrest.object;
5 import org.hamcrest.Description;
6 import org.hamcrest.Matcher;
7 import org.hamcrest.Factory;
8 import org.hamcrest.TypeSafeMatcher;

Completed in 1121 milliseconds

1 2 3