Verify Mode is the way that Typemock Isolator verifies uncalled expected methods
Namespace: TypeMock
Assembly: TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Normal | 0 | Fail if an expected method is not called | |
PassIfNotCalled | 1 | Pass even if an expected method is not called | |
DontClear | 2 | Expectations will not fail if some calls are still expected and expectations are not cleared. To Clear use Clear or Init |
See Also