Matchers
data class Matchers<T0, T1>(val first: ParameterMatcher<T0>, val second: ParameterMatcher<T1>) : ParametersSpec.Matchers
The ParametersSpec.Matchers for two parameters
Parameters
T0
the type of the first ParameterMatcher
T1
the type of the second ParameterMatcher
Properties
Link copied to clipboard
the first parameters ParameterMatcher
Link copied to clipboard
the second parameters ParameterMatcher
Functions
Link copied to clipboard
Returns a list of ParameterMatcher for this spec