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) |
public MatcherAssert()
public static <T> void assertThat(T actual, Matcher<? super T> matcher)
public static <T> void assertThat(String reason, T actual, Matcher<? super T> matcher)
public static void assertThat(String reason, boolean assertion)
Copyright © 2002–2017 JUnit. All rights reserved.