Searched defs:assertThat (Results 1 - 6 of 6) sorted by relevance

/external/hamcrest/integration/src/org/hamcrest/
H A DMatcherAssert.java7 public static <T> void assertThat(T actual, Matcher<T> matcher) { method in class:MatcherAssert
8 assertThat("", actual, matcher);
11 public static <T> void assertThat(String reason, T actual, Matcher<T> matcher) { method in class:MatcherAssert
/external/junit/src/org/junit/
H A DAssert.java718 * assertThat(0, is(1)); // fails:
722 * assertThat(0, is(not(1))) // passes
727 * compile-time problems such as {@code assertThat(1, is("a"))}
737 public static <T> void assertThat(T actual, Matcher<T> matcher) { method in class:Assert
738 assertThat("", actual, matcher);
748 * assertThat(&quot;Help! Integers don't work&quot;, 0, is(1)); // fails:
753 * assertThat(&quot;Zero is one&quot;, 0, is(not(1))) // passes
760 * compile-time problems such as {@code assertThat(1, is("a"))}
770 public static <T> void assertThat(String reason, T actual, method in class:Assert
/external/guava/guava-tests/test/com/google/common/reflect/
H A DTypeTokenTest.java196 assertThat(types).has().exactly(
206 assertThat(types.interfaces()).has().exactly(
212 assertThat(types.classes()).has().exactly(
224 assertThat(types.rawTypes()).has().exactly(
233 assertThat(types.interfaces().rawTypes()).has().exactly(
239 assertThat(types.classes().rawTypes()).has().exactly(
250 assertThat(types).has().exactly(
254 assertThat(types.interfaces())
257 assertThat(types.classes())
265 assertThat(type
1662 private static CollectionSubject<?, Object, ?> assertThat(Collection<?> actual) { method in class:TypeTokenTest
[all...]
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 280 milliseconds