Matchers
data class Matchers<T0, T1, T2>(val first: ParameterMatcher<T0>, val second: ParameterMatcher<T1>, val third: ParameterMatcher<T2>) : ParametersSpec.Matchers
The ParametersSpec.Matchers for three parameters
Parameters
first
the first parameters ParameterMatcher
second
the second parameters ParameterMatcher
third
the third parameters ParameterMatcher
Functions
Link copied to clipboard
Returns a list of ParameterMatcher for this spec