MatchersOrCaptor
data class MatchersOrCaptor<T0, T1, T2, T3, T4>(val first: ParameterMatcherOrCaptor<T0>, val second: ParameterMatcherOrCaptor<T1>, val third: ParameterMatcherOrCaptor<T2>, val fourth: ParameterMatcherOrCaptor<T3>, val fifth: ParameterMatcherOrCaptor<T4>) : ParametersSpec.MatchersOrCaptor<QuintupleParameters.Matchers<T0, T1, T2, T3, T4>>
The ParametersSpec.MatchersOrCaptor for five parameters
Parameters
first
the first parameters ParameterMatcherOrCaptor
second
the second parameters ParameterMatcherOrCaptor
third
the third parameters ParameterMatcherOrCaptor
fourth
the fourth parameters ParameterMatcherOrCaptor
fifth
the fifth parameters ParameterMatcherOrCaptor
Constructors
Link copied to clipboard
constructor(first: ParameterMatcherOrCaptor<T0>, second: ParameterMatcherOrCaptor<T1>, third: ParameterMatcherOrCaptor<T2>, fourth: ParameterMatcherOrCaptor<T3>, fifth: ParameterMatcherOrCaptor<T4>)
Properties
Functions
Link copied to clipboard
Converts into a Matchers