IMockControlExpectUnmockedCall Method (String, Int32, Type)

Typemock Isolator Developer Guide
Verify a number of calls from method , continue with method as normal

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

IParameters ExpectUnmockedCall(
	string method,
	int timesToRun,
	params Type[] genericTypes
)

Parameters

method
Type: SystemString
Method Name
timesToRun
Type: SystemInt32
Number of times to expect
genericTypes
Type: SystemType
List of generic types, to mock bounded generic methods

Return Value

Type: IParameters
Can Check Parameters, see IParameters
Exceptions

ExceptionCondition
TypeMockExceptionIf method not found or is not void
See Also

Reference