Searched defs:assertMatches (Results 1 – 3 of 3) sorted by relevance
13 public static <T> void assertMatches(Matcher<T> matcher, T arg) { in assertMatches() method in AbstractMatcherTest17 public static <T> void assertMatches(String message, Matcher<T> matcher, T arg) { in assertMatches() method in AbstractMatcherTest
31 public final void assertMatches(LoggedRequest actual) throws AssertionError { in assertMatches() method in MarshallingAssertion
28 public final void assertMatches(UnmarshallingTestContext context, Object actual) { in assertMatches() method in UnmarshallingAssertion