Scope of Constructors to Mock. see MockManager.Mock(Type, Constructor)
Namespace: TypeMock
Assembly: TypeMock (in TypeMock.dll) Version: 9.3.8.0 (9.3.8.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Mocked | 0 | Both regular constructor and static constructors should be mocked out | |
| StaticNotMocked | 1 | Only regular constructors should be mocked out | |
| NotMocked | 2 | Both Constructors will run as normal and wont be mocked |
Remarks
See Also