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