MockAlwaysCallOriginal Method

Typemock Isolator Developer Guide
Sets the expectaion of this method to always call the original method.

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

public IParameters AlwaysCallOriginal(
	string method,
	params Type[] genericTypes
)

Parameters

method
Type: SystemString
The method name
genericTypes
Type: SystemType
Parameters which the method recives

Return Value

Type: IParameters

Implements

IMockControlAlwaysCallOriginal(String, Type)
See Also

Reference