And Or Matcher
data class AndOrMatcher<T : Any>( val and: Boolean, val first: T, val second: T) : Matcher<T> , CompositeMatcher<T> , CapturingMatcher
Content copied to clipboard
Boolean logic "AND" and "OR" matcher composed of two other matchers