public class MatcherAssert extends Object
| Constructor and Description |
|---|
MatcherAssert() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
assertThat(String reason,
T actual,
Matcher<T> matcher) |
static <T> void |
assertThat(T actual,
Matcher<T> matcher) |