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