TripleParameters
class TripleParameters<T0, T1, T2> : ParametersSpec<TripleParameters.Matchers<T0, T1, T2>, TripleParameters.MatchersOrCaptor<T0, T1, T2>, TripleParameters.Values<T0, T1, T2>>
Types
Link copied to clipboard
data class Matchers<T0, T1, T2>(val first: ParameterMatcher<T0>, val second: ParameterMatcher<T1>, val third: ParameterMatcher<T2>) : ParametersSpec.Matchers
The ParametersSpec.Matchers for three parameters
Link copied to clipboard
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
Link copied to clipboard
The ParametersSpec.Values for three parameters
Functions
Link copied to clipboard
open override fun TripleParameters.MatchersOrCaptor<T0, T1, T2>.capture(values: TripleParameters.Values<T0, T1, T2>)
Captures V for C