verifyWithin
Verifies that a BaseMethodMock without parameters has been called within the duration
Parameters
The duration within which the verification condition has to be matched at least once
The number of times the mock must be called
Verifies that a BaseMethodMock without parameters has been called
Parameters
The duration within which the verification condition has to be matched at least once
The VerificationRule for matching the calls
Verifies that a BaseMethodMock with one parameters has been called with a ParameterMatcherOrCaptor
Parameters
The duration within which the verification condition has to be matched at least once
The ParameterMatcherOrCaptor for the parameter
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
The duration within which the verification condition has to be matched at least once
The ParameterMatcherOrCaptor for the parameter
The VerificationRule for matching the calls
Verifies that a BaseMethodMock with two parameters has been called with all parameters matching their respective ParameterMatcherOrCaptor
Parameters
The duration within which the verification condition has to be matched at least once
The ParameterMatcherOrCaptor for the first parameter
The ParameterMatcherOrCaptor for the second parameter
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
The duration within which the verification condition has to be matched at least once
The ParameterMatcherOrCaptor for the first parameter
The ParameterMatcherOrCaptor for the second parameter
The VerificationRule for matching the calls
Verifies that a BaseMethodMock with three parameters has been called with all parameters matching their respective ParameterMatcherOrCaptor
Parameters
The duration within which the verification condition has to be matched at least once
The ParameterMatcherOrCaptor for the first parameter
The ParameterMatcherOrCaptor for the second parameter
The ParameterMatcherOrCaptor for the third parameter
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
The duration within which the verification condition has to be matched at least once
The ParameterMatcherOrCaptor for the first parameter
The ParameterMatcherOrCaptor for the second parameter
The ParameterMatcherOrCaptor for the third parameter
The VerificationRule for matching the calls
Verifies that a BaseMethodMock with four parameters has been called with all parameters matching their respective ParameterMatcherOrCaptor
Parameters
The duration within which the verification condition has to be matched at least once
The ParameterMatcherOrCaptor for the first parameter
The ParameterMatcherOrCaptor for the second parameter
The ParameterMatcherOrCaptor for the third parameter
The ParameterMatcherOrCaptor for the fourth parameter
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
The duration within which the verification condition has to be matched at least once
The ParameterMatcherOrCaptor for the first parameter
The ParameterMatcherOrCaptor for the second parameter
The ParameterMatcherOrCaptor for the third parameter
The ParameterMatcherOrCaptor for the fourth parameter
The VerificationRule for matching the calls
Verifies that a BaseMethodMock with five parameters has been called with all parameters matching their respective ParameterMatcherOrCaptor
Parameters
The duration within which the verification condition has to be matched at least once
The ParameterMatcherOrCaptor for the first parameter
The ParameterMatcherOrCaptor for the second parameter
The ParameterMatcherOrCaptor for the third parameter
The ParameterMatcherOrCaptor for the fourth parameter
The ParameterMatcherOrCaptor for the fifth parameter
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
The duration within which the verification condition has to be matched at least once
The ParameterMatcherOrCaptor for the first parameter
The ParameterMatcherOrCaptor for the second parameter
The ParameterMatcherOrCaptor for the third parameter
The ParameterMatcherOrCaptor for the fourth parameter
The ParameterMatcherOrCaptor for the fifth parameter
The VerificationRule for matching the calls