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