TestExecution Class
This class represents events that are related to test execution.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | TestExecution() | Initializes a new instance of the TestExecution class. |
| Name | Description | |
|---|---|---|
![]() | RunContext | Gets the context of this test run. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AfterAssemblyCleanup | Occurs after the assembly finishes cleanup. |
![]() | AfterAssemblyInitialize | Occurs after the assembly initializes. |
![]() | AfterClassCleanup | Occurs after the class finishes cleanup. |
![]() | AfterClassInitialize | Occurs after the class initializes. |
![]() | AfterTestCleanup | Occurs after the test finishes cleanup. |
![]() | AfterTestInitialize | Occurs after the test initializes. |
![]() | BeforeAssemblyCleanup | Occurs before the assembly starts cleanup. |
![]() | BeforeAssemblyInitialize | Occurs before the assembly starts initialization. |
![]() | BeforeClassCleanup | Occurs before the class starts cleanup. |
![]() | BeforeClassInitialize | Occurs before the class starts initialization. |
![]() | BeforeTestCleanup | Occurs before the test starts cleanup. |
![]() | BeforeTestInitialize | Occurs before the test starts initialization. |
![]() | OnTestStopping | Occurs when a test is stopped before it is completed. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



