verify

Verifies that a BaseMethodMock without parameters has been called

Parameters

times

The number of times the mock must be called


Verifies that a BaseMethodMock without parameters has been called

Parameters

rule

The VerificationRule for matching the calls


Verifies that a BaseMethodMock with one parameters has been called with a ParameterMatcherOrCaptor

Parameters

value

The ParameterMatcherOrCaptor for the parameter

times

The number of times the mock must be called the parameter matching ParameterMatcherOrCaptor


Verifies that a BaseMethodMock with one parameters has been called with a ParameterMatcherOrCaptor

Parameters

value

The ParameterMatcherOrCaptor for the parameter

rule

The VerificationRule for matching the calls


Verifies that a BaseMethodMock with two parameters has been called with all parameters matching their respective ParameterMatcherOrCaptor

Parameters

first

The ParameterMatcherOrCaptor for the first parameter

second

The ParameterMatcherOrCaptor for the second parameter

times

The number of times the mock must be called with parameters matching their ParameterMatcherOrCaptor


Verifies that a BaseMethodMock with two parameters has been called with all parameters matching their respective ParameterMatcherOrCaptor

Parameters

first

The ParameterMatcherOrCaptor for the first parameter

second

The ParameterMatcherOrCaptor for the second parameter

rule

The VerificationRule for matching the calls


Verifies that a BaseMethodMock with three parameters has been called with all parameters matching their respective ParameterMatcherOrCaptor

Parameters

first

The ParameterMatcherOrCaptor for the first parameter

second

The ParameterMatcherOrCaptor for the second parameter

third

The ParameterMatcherOrCaptor for the third parameter

times

The number of times the mock must be called with parameters matching their ParameterMatcherOrCaptor


Verifies that a BaseMethodMock with three parameters has been called with all parameters matching their respective ParameterMatcherOrCaptor

Parameters

first

The ParameterMatcherOrCaptor for the first parameter

second

The ParameterMatcherOrCaptor for the second parameter

third

The ParameterMatcherOrCaptor for the third parameter

rule

The VerificationRule for matching the calls


Verifies that a BaseMethodMock with four parameters has been called with all parameters matching their respective ParameterMatcherOrCaptor

Parameters

first

The ParameterMatcherOrCaptor for the first parameter

second

The ParameterMatcherOrCaptor for the second parameter

third

The ParameterMatcherOrCaptor for the third parameter

fourth

The ParameterMatcherOrCaptor for the fourth parameter

times

The number of times the mock must be called with parameters matching their ParameterMatcherOrCaptor


Verifies that a BaseMethodMock with four parameters has been called with all parameters matching their respective ParameterMatcherOrCaptor

Parameters

first

The ParameterMatcherOrCaptor for the first parameter

second

The ParameterMatcherOrCaptor for the second parameter

third

The ParameterMatcherOrCaptor for the third parameter

fourth

The ParameterMatcherOrCaptor for the fourth parameter

rule

The VerificationRule for matching the calls


Verifies that a BaseMethodMock with five parameters has been called with all parameters matching their respective ParameterMatcherOrCaptor

Parameters

first

The ParameterMatcherOrCaptor for the first parameter

second

The ParameterMatcherOrCaptor for the second parameter

third

The ParameterMatcherOrCaptor for the third parameter

fourth

The ParameterMatcherOrCaptor for the fourth parameter

fifth

The ParameterMatcherOrCaptor for the fifth parameter

times

The number of times the mock must be called with parameters matching their ParameterMatcherOrCaptor


Verifies that a BaseMethodMock with five parameters has been called with all parameters matching their respective ParameterMatcherOrCaptor

Parameters

first

The ParameterMatcherOrCaptor for the first parameter

second

The ParameterMatcherOrCaptor for the second parameter

third

The ParameterMatcherOrCaptor for the third parameter

fourth

The ParameterMatcherOrCaptor for the fourth parameter

fifth

The ParameterMatcherOrCaptor for the fifth parameter

rule

The VerificationRule for matching the calls