AllAnyMatcher

Matcher to replace all unspecified argument matchers to any() Handled by logic in a special way

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun match(arg: T?): Boolean
Link copied to clipboard
open fun substitute(map: Map<Any, Any>): Matcher<T>
Link copied to clipboard
open override fun toString(): String