public final class MatcherLazyAssert extends Object
| Modifier | Constructor and Description |
|---|---|
private |
MatcherLazyAssert() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertThat(String reason,
boolean assertion) |
static <T> void |
assertThat(String reason,
T actual,
org.hamcrest.Matcher<? super T> matcher) |
Copyright © 2013-2017. All Rights Reserved.