OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsArrayWithSize
(Results
1 - 8
of
8
) sorted by null
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsArrayWithSize.java
12
public class
IsArrayWithSize
<E> extends FeatureMatcher<E[], Integer> {
13
public
IsArrayWithSize
(Matcher<? super Integer> sizeMatcher) {
32
return new
IsArrayWithSize
<E>(sizeMatcher);
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
IsArrayWithSizeTest.java
6
import static org.hamcrest.collection.
IsArrayWithSize
.arrayWithSize;
7
import static org.hamcrest.collection.
IsArrayWithSize
.emptyArray;
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
Matchers.java
712
return org.hamcrest.collection.
IsArrayWithSize
.<E>arrayWithSize(sizeMatcher);
725
return org.hamcrest.collection.
IsArrayWithSize
.<E>arrayWithSize(size);
735
return org.hamcrest.collection.
IsArrayWithSize
.<E>emptyArray();
[
all
...]
/prebuilts/misc/common/robolectric/3.1.1/lib/
hamcrest-library-1.3.jar
/prebuilts/misc/common/robolectric/3.4.2/lib/
hamcrest-library-1.3.jar
/prebuilts/misc/common/robolectric/3.5.1/lib/
hamcrest-library-1.3.jar
/prebuilts/misc/common/robolectric/3.6.1/lib/
hamcrest-library-1.3.jar
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar
Completed in 336 milliseconds