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