call

Calls a MethodMock without any parameters


Calls a SuspendMethodMock without any parameters


Calls a MethodMock with one parameter

Parameters

value

The parameter to pass to the method


Calls a SuspendMethodMock with one parameter

Parameters

value

The parameter to pass to the method


Calls a MethodMock with two parameters

Parameters

first

The first parameter to pass to the method

second

The second parameter to pass to the method


Calls a SuspendMethodMock with two parameters

Parameters

first

The first parameter to pass to the method

second

The second parameter to pass to the method


Calls a MethodMock with three parameters

Parameters

first

The first parameter to pass to the method

second

The second parameter to pass to the method

third

The third parameter to pass to the method


Calls a SuspendMethodMock with three parameters

Parameters

first

The first parameter to pass to the method

second

The second parameter to pass to the method

third

The third parameter to pass to the method


Calls a MethodMock with four parameters

Parameters

first

The first parameter to pass to the method

second

The second parameter to pass to the method

third

The third parameter to pass to the method

fourth

The fourth parameter to pass to the method


Calls a SuspendMethodMock with four parameters

Parameters

first

The first parameter to pass to the method

second

The second parameter to pass to the method

third

The third parameter to pass to the method

fourth

The fourth parameter to pass to the method


Calls a MethodMock with five parameters

Parameters

first

The first parameter to pass to the method

second

The second parameter to pass to the method

third

The third parameter to pass to the method

fourth

The fourth parameter to pass to the method

fifth

The fifth parameter to pass to the method


Calls a SuspendMethodMock with five parameters

Parameters

first

The first parameter to pass to the method

second

The second parameter to pass to the method

third

The third parameter to pass to the method

fourth

The fourth parameter to pass to the method

fifth

The fifth parameter to pass to the method