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