Verify all mocked types
Namespace: TypeMock
Assembly: TypeMock (in TypeMock.dll) Version: 9.3.8.0 (9.3.8.0)
Syntax
Remarks
| Using Strict we can also define, that calls to methods that where not expected, will fail the test too. |
| Mocked static members are verified only when the last instance of a type is Verified. |
See Also