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
Property Value
Type: ObjectRemarks
| Using handling ref and out parameters in un-mocked mode is tricky as the method is run as normal. See Assign |
See Also