IMockControlExpectAlways Method

Typemock Isolator Developer Guide
Expect unlimited calls from method

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

IParameters ExpectAlways(
	string method,
	params Type[] genericTypes
)

Parameters

method
Type: SystemString
Method Name
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 is not found
See Also

Reference