The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AfterClassInitializeEventArgs Class
Provides data for the AfterClassInitialize event.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
System::Object
System::EventArgs
Microsoft.VisualStudio.TestTools.UnitTesting::TestExecutionEventArgs
Microsoft.VisualStudio.TestTools.UnitTesting::AfterClassInitializeEventArgs
System::EventArgs
Microsoft.VisualStudio.TestTools.UnitTesting::TestExecutionEventArgs
Microsoft.VisualStudio.TestTools.UnitTesting::AfterClassInitializeEventArgs
| Name | Description | |
|---|---|---|
![]() | Instance | Gets the instance of test class. Defined only in test methods.(Inherited from TestExecutionEventArgs.) |
![]() | IsClassInitializeFailed | Gets a value that indicates whether the class that has the ClassInitializeAttribute has not 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.
Show:


