AfterAssemblyInitializeEventArgs Properties

Include Protected Members
Include Inherited Members

The AfterAssemblyInitializeEventArgs type exposes the following members.

Properties

  Name Description
Public property Instance Gets the instance of test class. Defined only in test methods. (Inherited from TestExecutionEventArgs.)
Public property IsAssemblyInitializeFailed Gets a value that indicates whether the Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll assembly was not successfully initialized because of an exception.
Public property MethodInfo Gets the method that is called. (Inherited from TestExecutionEventArgs.)
Public property TestContext Gets the test context of the user. (Inherited from TestExecutionEventArgs.)

Top

See Also

Reference

AfterAssemblyInitializeEventArgs Class

Microsoft.VisualStudio.TestTools.UnitTesting Namespace