Not Matcher
data class NotMatcher<T : Any>(val value: T) : Matcher<T> , CompositeMatcher<T> , CapturingMatcher
Content copied to clipboard
Boolean logic "NOT" matcher composed of one matcher
Boolean logic "NOT" matcher composed of one matcher