Package-level declarations
Types
A BaseMethodMock for non-suspending methods.
A BaseMethodMock for suspending methods.
Functions
Calls a MethodMock without any parameters
Calls a SuspendMethodMock without any parameters
Calls a MethodMock with one parameter
Calls a SuspendMethodMock with one parameter
Calls a MethodMock with two parameters
Calls a SuspendMethodMock with two parameters
Calls a MethodMock with three parameters
Calls a SuspendMethodMock with three parameters
Calls a MethodMock with four parameters
Calls a SuspendMethodMock with four parameters
Calls a MethodMock with five parameters
Calls a SuspendMethodMock with five parameters
Sets the answer of a BaseMethodMock.Stub that returns Unit to simply return Unit.
Generates a stub for a BaseMethodMock without and parameters
Generates a stub for a BaseMethodMock with one parameter
Generates a stub for a BaseMethodMock with two parameters
Generates a stub for a BaseMethodMock with three parameters
Generates a stub for a BaseMethodMock with four parameters
Generates a stub for a BaseMethodMock with five parameters
Verifies that a BaseMethodMock without parameters has been called
Verifies that a BaseMethodMock with one parameters has been called with a ParameterMatcherOrCaptor
Verifies that a BaseMethodMock with two parameters has been called with all parameters matching their respective ParameterMatcherOrCaptor
Verifies that a BaseMethodMock with three parameters has been called with all parameters matching their respective ParameterMatcherOrCaptor
Verifies that a BaseMethodMock with four parameters has been called with all parameters matching their respective ParameterMatcherOrCaptor
Verifies that a BaseMethodMock with five parameters has been called with all parameters matching their respective ParameterMatcherOrCaptor