MockManagerCONTINUE_WITH_METHOD Property

Typemock Isolator Developer Guide
If CONTINUE_WITH_METHOD is returned the mocked method will continue with normal execution. This is an un-mocked expectation that will verify that a method is called only without mocking the method.

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

public static Object CONTINUE_WITH_METHOD { get; }

Property Value

Type: Object
Remarks

Note Note
Using handling ref and out parameters in un-mocked mode is tricky as the method is run as normal. See Assign
See Also

Reference