Searched defs:assertMatches (Results 1 - 2 of 2) sorted by relevance

/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
H A DAbstractMatcherTest.java13 public static <T> void assertMatches(Matcher<T> matcher, T arg) { method in class:AbstractMatcherTest
14 assertMatches("Expected match, but mismatched", matcher, arg);
17 public static <T> void assertMatches(String message, Matcher<T> matcher, T arg) { method in class:AbstractMatcherTest
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...

Completed in 169 milliseconds