The PatternTestInstanceActions type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PatternTestInstanceActions |
Creates a test instance actions object initially configured with empty action chains
that do nothing.
|
Methods
| Name | Description | |
|---|---|---|
| Copy |
Creates a copy of the test instance actions.
| |
| Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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.) |
Extension Methods
| Name | Description | |
|---|---|---|
| Format | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| AfterTestInstanceChain |
Cleans up a completed test instance after its use.
| |
| BeforeTestInstanceChain |
Prepares a newly created test instance state before its use.
| |
| DecorateChildTestChain |
Decorates the PatternTestActions of a child test before its
BeforeTestChain actions have a chance to run.
| |
| DisposeTestInstanceChain |
Disposes a test instance that is about to terminate.
| |
| ExecuteTestInstanceChain |
Executes the test instance.
| |
| InitializeTestInstanceChain |
Initializes a test instance that has just started running.
| |
| RunTestInstanceBodyChain |
Runs the body of the test from the Initialize phase through the Dispose phase.
| |
| SetUpTestInstanceChain |
Sets up a test instance prior to execution.
| |
| TearDownTestInstanceChain |
Tears down a test instance following execution.
|
