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

Constructors

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

Properties

Link copied to clipboard

the first parameters ParameterMatcher

Link copied to clipboard

the second parameters ParameterMatcher

Functions

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

Returns a list of ParameterMatcher for this spec