OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iterableWithSize
(Results
1 - 4
of
4
) sorted by null
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsIterableWithSize.java
31
* <pre>assertThat(Arrays.asList("foo", "bar"),
iterableWithSize
(equalTo(2)))</pre>
36
public static <E> Matcher<Iterable<E>>
iterableWithSize
(Matcher<? super Integer> sizeMatcher) {
45
* <pre>assertThat(Arrays.asList("foo", "bar"),
iterableWithSize
(2))</pre>
50
public static <E> Matcher<Iterable<E>>
iterableWithSize
(int size) {
51
return
iterableWithSize
(equalTo(size));
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
Matchers.java
[
all
...]
/prebuilts/misc/common/robolectric/lib/
hamcrest-library-1.3.jar
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar
Completed in 971 milliseconds