Searched defs:assertThat (Results 1 – 2 of 2) sorted by relevance
737 public static <T> void assertThat(T actual, Matcher<T> matcher) { in assertThat() method in Assert770 public static <T> void assertThat(String reason, T actual, in assertThat() method in Assert
123 assertThat = function(expected, argumentMatcher) { function