MatchersOrCaptor
data class MatchersOrCaptor<T0, T1>(val first: ParameterMatcherOrCaptor<T0>, val second: ParameterMatcherOrCaptor<T1>) : ParametersSpec.MatchersOrCaptor<PairParameters.Matchers<T0, T1>>
The ParametersSpec.MatchersOrCaptor for two parameters
Parameters
T0
the type of the first ParameterMatcherOrCaptor
T1
the type of the second ParameterMatcherOrCaptor
Properties
Link copied to clipboard
the first parameters ParameterMatcherOrCaptor
Link copied to clipboard
the second parameters ParameterMatcherOrCaptor
Functions
Link copied to clipboard
Converts into a Matchers