MockExpectCallAndVerify Method

Typemock Isolator Developer Guide

Note: This API is now obsolete.

Verify 1 call from method , continue with method as normal

Namespace:  TypeMock
Assembly:  TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax

[ObsoleteAttribute("Please use ExpectUnmockedCall", false)]
public IParameters ExpectCallAndVerify(
	string method
)

Parameters

method
Type: SystemString
Method Name

Return Value

Type: IParameters
Can Check Parameters, see IParameters
Exceptions

ExceptionCondition
TypeMockExceptionIf method not found or is not void
See Also

Reference