ParametersSpec
interface ParametersSpec<M : ParametersSpec.Matchers, C : ParametersSpec.MatchersOrCaptor<M>, V : ParametersSpec.Values>
Specifies the parameters to be received by a com.splendo.kaluga.test.base.mock.BaseMethodMock
Inheritors
Types
Link copied to clipboard
interface Matchers
The spec describing the ParameterMatcher used for a ParametersSpec
Link copied to clipboard
The spec describing the com.splendo.kaluga.test.base.mock.matcher.ParameterMatcherOrCaptor used for a ParametersSpec
Link copied to clipboard
interface Values
The spec describing the values used for a ParametersSpec