Function With Nullable Arg Matcher
data class FunctionWithNullableArgMatcher<in T : Any>(val matchingFunc: (T?) -> Boolean, val argumentType: KClass<*>) : Matcher<T> , TypedMatcher, EquivalentMatcher
Content copied to clipboard