AfterTestInitializeEventArgs Class
Provides data for the AfterTestInitialize event.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
System::EventArgs
Microsoft.VisualStudio.TestTools.UnitTesting::TestExecutionEventArgs
Microsoft.VisualStudio.TestTools.UnitTesting::AfterTestInitializeEventArgs
| Name | Description | |
|---|---|---|
![]() | Instance | Gets the instance of test class. Defined only in test methods.(Inherited from TestExecutionEventArgs.) |
![]() | IsTestInitializeFailed | Gets a value that indicates whether the test method that has the TestInitializeAttribute applied has failed to be initialized because of an exception. |
![]() | MethodInfo | Gets the method that is called.(Inherited from TestExecutionEventArgs.) |
![]() | TestContext | Gets the test context of the user. (Inherited from TestExecutionEventArgs.) |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


