Matchers

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

Parameters

first

the first parameters ParameterMatcher

second

the second parameters ParameterMatcher

third

the third parameters ParameterMatcher

Constructors

Link copied to clipboard
constructor(first: ParameterMatcher<T0>, second: ParameterMatcher<T1>, third: ParameterMatcher<T2>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun asList(): List<ParameterMatcher<Nothing>>

Returns a list of ParameterMatcher for this spec