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