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