public class NullCheckMatcher<T1,T2> extends java.lang.Object implements Matcher<T1,T2>
null
NullCheckMatcher(Matcher<T1,T2> wrapped)
boolean
areEqual(T1 object1, T2 object2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
foldLeft, foldRight, test
and, negate, or
public NullCheckMatcher(@NotNull Matcher<T1,T2> wrapped)
wrapped
public boolean areEqual(T1 object1, T2 object2)
areEqual
Matcher<T1,T2>
object1
object2
true
false