Invocation Matcher
data class InvocationMatcher( val self: Any, val method: MethodDescription, val args: List<Matcher<Any>>, val allAny: Boolean)
Content copied to clipboard
Checks if invocation is matching via number of matchers
Constructors
Link copied to clipboard
fun InvocationMatcher( self: Any, method: MethodDescription, args: List<Matcher<Any>>, allAny: Boolean)
Content copied to clipboard