| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hamcrest.MatcherAssert
public class MatcherAssert
| Constructor Summary | |
|---|---|
| MatcherAssert() | |
| Method Summary | ||
|---|---|---|
| static void | assertThat(String reason,
                     boolean assertion) | |
| static
 | assertThat(String reason,
                     T actual,
                     Matcher<? super T> matcher) | |
| static
 | assertThat(T actual,
                     Matcher<? super T> matcher) | |
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public MatcherAssert()
| Method Detail | 
|---|
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)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||