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, toStringpublic static <MatcherType extends NotMatcher<?>> MatcherType notMatcher(MatcherType matcher)
Copyright © 2020. All rights reserved.