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