The VerifyMocksAttribute type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | HasTearDown |
Signals that the test has a teardown method
(Inherited from DecoratorAttribute.) |
![]() | IgnoreStaleMocks |
When set Typemock will not track stale mocks.
A stale mock is an object that was faked in a previous test is used in current test.
This may lead to an unexpected behavior.
(Inherited from DecoratorAttribute.) |
![]() | IsTearDown |
Signals that the method being called is a teardown method
(Inherited from DecoratorAttribute.) |
![]() | OriginalContext |
Retrieves the instance that the original method was called with.
(Inherited from DecoratorAttribute.) |
![]() | OriginalMethod |
Retrieves the Original method info (the method which is tagged by the attribute)
(Inherited from DecoratorAttribute.) |
![]() | OriginalParams |
Retrieves the original parameters that were passed to the original method
(Inherited from DecoratorAttribute.) |
![]() | Timeout |
Get and Set the timeout (in milliseconds) for all expectations to complete
|
![]() | TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
See Also