SingleParameters
class SingleParameters<T0> : ParametersSpec<SingleParameters.Matchers<T0>, SingleParameters.MatchersOrCaptor<T0>, SingleParameters.Values<T0>>
The ParametersSpec for a single parameter
Types
Link copied to clipboard
The ParametersSpec.Matchers for a single
Link copied to clipboard
data class MatchersOrCaptor<T0>(val value: ParameterMatcherOrCaptor<T0>) : ParametersSpec.MatchersOrCaptor<SingleParameters.Matchers<T0>>
The ParametersSpec.MatchersOrCaptor for a single
Link copied to clipboard
The ParametersSpec.Values for a single parameter
Functions
Link copied to clipboard
open override fun SingleParameters.MatchersOrCaptor<T0>.capture(values: SingleParameters.Values<T0>)
Captures V for C
Link copied to clipboard
open override fun SingleParameters.Matchers<T0>.matches(values: SingleParameters.Values<T0>): Boolean
Checks if V matches for M