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