public class MatcherAssert
extends java.lang.Object
Constructor and Description |
---|
MatcherAssert() |
Modifier and Type | Method and Description |
---|---|
static void |
assertThat(java.lang.String reason,
boolean assertion) |
static <T> void |
assertThat(java.lang.String reason,
T actual,
Matcher<? super T> matcher) |
static <T> void |
assertThat(T actual,
Matcher<? super T> matcher) |