Searched defs:hamcrest (Results 1 - 25 of 46) sorted by relevance

12

/external/hamcrest/src/org/hamcrest/
H A DFactory.java1 package org.hamcrest;
H A DBaseMatcher.java1 /* Copyright (c) 2000-2006 hamcrest.org
3 package org.hamcrest;
H A DSelfDescribing.java1 package org.hamcrest;
H A DMatcher.java1 /* Copyright (c) 2000-2006 hamcrest.org
3 package org.hamcrest;
/external/hamcrest/integration/src/org/hamcrest/
H A DMatcherAssert.java1 /* Copyright (c) 2000-2006 hamcrest.org
3 package org.hamcrest;
/external/hamcrest/src/org/hamcrest/internal/
H A DSelfDescribingValue.java1 package org.hamcrest.internal;
3 import org.hamcrest.Description;
4 import org.hamcrest.SelfDescribing;
H A DArrayIterator.java1 package org.hamcrest.internal;
H A DSelfDescribingValueIterator.java1 package org.hamcrest.internal;
5 import org.hamcrest.SelfDescribing;
/external/hamcrest/library/src/org/hamcrest/number/
H A DIsGreaterThan.java1 /* Copyright (c) 2000-2006 hamcrest.org
3 package org.hamcrest.number;
5 import org.hamcrest.Description;
6 import org.hamcrest.TypeSafeMatcher;
H A DOrderingComparisons.java1 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/object/
H A DHasToString.java1 package org.hamcrest.object;
3 import org.hamcrest.Description;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.Factory;
6 import org.hamcrest.BaseMatcher;
/external/hamcrest/library/src/org/hamcrest/text/
H A DIsEqualIgnoringCase.java1 /* 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;
H A DStringContains.java1 /* Copyright (c) 2000-2006 hamcrest.org
3 package org.hamcrest.text;
5 import org.hamcrest.Factory;
6 import org.hamcrest.Matcher;
H A DStringEndsWith.java1 /* Copyright (c) 2000-2006 hamcrest.org
3 package org.hamcrest.text;
5 import org.hamcrest.Factory;
6 import org.hamcrest.Matcher;
H A DStringStartsWith.java1 /* Copyright (c) 2000-2006 hamcrest.org
3 package org.hamcrest.text;
5 import org.hamcrest.Factory;
6 import org.hamcrest.Matcher;
H A DX.java1 package org.hamcrest.text;
3 import org.hamcrest.Matcher;
4 import org.hamcrest.CoreMatchers;
/external/hamcrest/src/org/hamcrest/core/
H A DAllOf.java1 package org.hamcrest.core;
3 import org.hamcrest.BaseMatcher;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.Description;
6 import org.hamcrest.Factory;
H A DAnyOf.java1 package org.hamcrest.core;
3 import org.hamcrest.BaseMatcher;
4 import org.hamcrest.Matcher;
5 import org.hamcrest.Description;
6 import org.hamcrest.Factory;
H A DIsSame.java1 /* Copyright (c) 2000-2006 hamcrest.org
3 package org.hamcrest.core;
5 import org.hamcrest.Description;
6 import org.hamcrest.Matcher;
7 import org.hamcrest.Factory;
8 import org.hamcrest.BaseMatcher;
/external/hamcrest/library/src/org/hamcrest/
H A DTypeSafeMatcher.java1 package org.hamcrest;
/external/hamcrest/library/src/org/hamcrest/collection/
H A DIsArray.java1 package org.hamcrest.collection;
5 import org.hamcrest.Description;
6 import org.hamcrest.Matcher;
7 import org.hamcrest.TypeSafeMatcher;
H A DIsArrayContaining.java1 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;
H A DIsCollectionContaining.java1 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;
H A DIsIn.java1 package org.hamcrest.collection;
6 import org.hamcrest.BaseMatcher;
7 import org.hamcrest.Description;
8 import org.hamcrest.Factory;
9 import org.hamcrest.Matcher;
H A DIsMapContaining.java1 package org.hamcrest.collection;
3 import org.hamcrest.Description;
4 import org.hamcrest.Factory;
5 import org.hamcrest.Matcher;
6 import org.hamcrest.TypeSafeMatcher;
7 import org.hamcrest.core.IsAnything;
9 import static org.hamcrest.core.IsEqual.equalTo;

Completed in 142 milliseconds

12