VerifyMode Enumeration

Typemock Isolator Developer Guide
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

public enum VerifyMode
Members

  Member nameValueDescription
Normal0 Fail if an expected method is not called
PassIfNotCalled1 Pass even if an expected method is not called
DontClear2 Expectations will not fail if some calls are still expected and expectations are not cleared. To Clear use Clear or Init
See Also

Reference