Searched defs:hasSize (Results 1 - 5 of 5) sorted by relevance

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
H A DIsCollectionWithSize.java27 * <pre>assertThat(Arrays.asList("foo", "bar"), hasSize(equalTo(2)))</pre>
32 public static <E> Matcher<Collection<? extends E>> hasSize(Matcher<? super Integer> sizeMatcher) { method in class:IsCollectionWithSize
40 * <pre>assertThat(Arrays.asList("foo", "bar"), hasSize(2))</pre>
46 public static <E> Matcher<Collection<? extends E>> hasSize(int size) { method in class:IsCollectionWithSize
47 return (Matcher)IsCollectionWithSize.hasSize(equalTo(size));
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
H A DMatchers.java778 * <pre>assertThat(Arrays.asList("foo", "bar"), hasSize(equalTo(2)))</pre>
783 public static <E> org.hamcrest.Matcher<java.util.Collection<? extends E>> hasSize(org.hamcrest.Matcher<? super java.lang.Integer> sizeMatcher) { method in class:Matchers
784 return org.hamcrest.collection.IsCollectionWithSize.<E>hasSize(sizeMatcher);
791 * <pre>assertThat(Arrays.asList("foo", "bar"), hasSize(2))</pre>
796 public static <E> org.hamcrest.Matcher<java.util.Collection<? extends E>> hasSize(int size) { method in class:Matchers
797 return org.hamcrest.collection.IsCollectionWithSize.<E>hasSize(size);
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1663 static bool hasSize(const Ty &Node, unsigned int N) { function in struct:clang::ast_matchers::internal::HasSizeMatcher
1669 inline bool HasSizeMatcher<StringLiteral>::hasSize( function in class:clang::ast_matchers::internal::HasSizeMatcher
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 154 milliseconds