eq

fun <T> eq(value: T): ParameterMatcher<T>

Creates a ParameterMatcher that matches only a given value. This is the strongest ParameterMatcher

Parameters

value

The value that the parameter must match