AfterAssemblyInitializeEventArgs Class
Provides data for the AfterAssemblyInitialize event.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
System::EventArgs
Microsoft.VisualStudio.TestTools.UnitTesting::TestExecutionEventArgs
Microsoft.VisualStudio.TestTools.UnitTesting::AfterAssemblyInitializeEventArgs
| Name | Description | |
|---|---|---|
![]() | Instance | Gets the instance of test class. Defined only in test methods.(Inherited from TestExecutionEventArgs.) |
![]() | IsAssemblyInitializeFailed | Gets a value that indicates whether the Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll assembly was not successfully 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.


