public class NotMatcher<T> implements Matcher<T>, CompositeMatcher<T>, CapturingMatcher
Boolean logic "NOT" matcher composed of one matcher
Matcher.DefaultImpls| Constructor and Description |
|---|
NotMatcher(T value)
Boolean logic "NOT" matcher composed of one matcher
|
| Modifier and Type | Method and Description |
|---|---|
void |
capture(java.lang.Object arg) |
T |
component1() |
NotMatcher<T> |
copy(T value)
Boolean logic "NOT" matcher composed of one matcher
|
boolean |
equals(java.lang.Object p) |
java.util.List<T> |
getOperandValues() |
java.util.List<io.mockk.Matcher> |
getSubMatchers() |
T |
getValue() |
int |
hashCode() |
boolean |
match(T arg) |
void |
setSubMatchers(java.util.List<? extends io.mockk.Matcher<? super T>> p) |
Matcher<T> |
substitute(java.util.Map<java.lang.Object,? extends java.lang.Object> map) |
java.lang.String |
toString() |
match, substitutegetOperandValues, getSubMatchers, setSubMatcherscapturepublic NotMatcher(T value)
Boolean logic "NOT" matcher composed of one matcher
public java.util.List<T> getOperandValues()
public java.util.List<io.mockk.Matcher> getSubMatchers()
public void setSubMatchers(java.util.List<? extends io.mockk.Matcher<? super T>> p)
public boolean match(T arg)
public Matcher<T> substitute(java.util.Map<java.lang.Object,? extends java.lang.Object> map)
public void capture(java.lang.Object arg)
public java.lang.String toString()
public T getValue()
public T component1()
public NotMatcher<T> copy(T value)
Boolean logic "NOT" matcher composed of one matcher
public int hashCode()
public boolean equals(java.lang.Object p)