Not

constructor(matchers: List<ArgMatcher<T>>)(source)


constructor(matcher: ArgMatcher<T>)(source)

Deprecated

This constructor should not be used anymore. Now, `Not` matcher might contain more than one matcher.

Replace with

Not(listOf<_>(matcher))