org.hamcrest
Class MatcherAssert
java.lang.Object
org.hamcrest.MatcherAssert
public class MatcherAssert
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatcherAssert
public MatcherAssert()
assertThat
public static <T> void assertThat(T actual,
Matcher<? super T> matcher)
assertThat
public static <T> void assertThat(String reason,
T actual,
Matcher<? super T> matcher)
assertThat
public static void assertThat(String reason,
boolean assertion)
Copyright © 2002–2016 JUnit. All rights reserved.