Create a new instance of the MockScope that will activate the mock
verification process on its dispose.
Inheritance Hierarchy
TypeMockMockScope
Namespace: TypeMock
Assembly: TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax
The MockScope type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MockScope | Create a new instance of the MockScope that will activate the mock
verification process on its dispose. |
![]() ![]() | MockScope(Int32) |
Initializes a new instance of the MockScope class, that will call
the VerifyWithTimeout with the given timeout.
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
Activate the verification process
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
Examples
See Also