public abstract class NotMatcher<MatchedType> extends ObjectWithReflectiveEqualsHashCodeToString implements Matcher<MatchedType>
Constructor and Description |
---|
NotMatcher() |
Modifier and Type | Method and Description |
---|---|
static <MatcherType extends NotMatcher> |
not(MatcherType matcher) |
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key, toString
public static <MatcherType extends NotMatcher> MatcherType not(MatcherType matcher)
Copyright © 2018. All rights reserved.