OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isanything
(Results
1 - 25
of
38
) sorted by null
1
2
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
IsAnything.java
11
public class
IsAnything
<T> extends BaseMatcher<T> {
15
public
IsAnything
() {
19
public
IsAnything
(String message) {
37
return new
IsAnything
<Object>();
48
return new
IsAnything
<Object>(description);
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/
IsAnythingTest.java
8
import static org.hamcrest.core.
IsAnything
.anything;
DescribedAsTest.java
8
import static org.hamcrest.core.
IsAnything
.anything;
/prebuilts/misc/common/robolectric/3.1.1/lib/
hamcrest-core-1.3-sources.jar
hamcrest-core-1.3-javadoc.jar
hamcrest-core-1.1.jar
hamcrest-core-1.3.jar
junit-4.12-javadoc.jar
hamcrest-library-1.3.jar
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3-sources.jar
hamcrest-core-1.3.jar
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
IsMapContainingTest.java
10
import static org.hamcrest.core.
IsAnything
.anything;
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/xml/
HasXPath.java
7
import org.hamcrest.core.
IsAnything
;
26
private static final
IsAnything
<String> WITH_ANY_CONTENT = new
IsAnything
<String>("");
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
HasPropertyWithValueTest.java
15
import static org.hamcrest.core.
IsAnything
.anything;
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.1/
hamcrest-core-1.1.jar
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
ImplementsValidator.java
118
boolean
isAnything
= model.ANYTHING_MIRROR != null && types.isSameType(value, model.ANYTHING_MIRROR);
120
if (
isAnything
) {
/external/hamcrest/
CHANGES.txt
77
* Moved any() from
IsAnything
to IsInstanceOf. It now checks the type of the matched object
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsMapContaining.java
10
import static org.hamcrest.core.
IsAnything
.anything;
/prebuilts/devtools/tools/lib/
hamcrest-core-1.3.jar
/prebuilts/misc/common/robolectric/3.4.2/lib/
hamcrest-core-1.3.jar
hamcrest-library-1.3.jar
/prebuilts/misc/common/robolectric/3.5.1/lib/
hamcrest-core-1.3.jar
/prebuilts/misc/common/robolectric/3.6.1/lib/
hamcrest-core-1.3.jar
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
CoreMatchers.java
148
return org.hamcrest.core.
IsAnything
.anything();
159
return org.hamcrest.core.
IsAnything
.anything(description);
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar
Completed in 890 milliseconds
1
2