AfterClassInitializeEventArgs Properties

Include Protected Members
Include Inherited Members

The AfterClassInitializeEventArgs 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 IsClassInitializeFailed Gets a value that indicates whether the class that has the ClassInitializeAttribute has not 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

AfterClassInitializeEventArgs Class

Microsoft.VisualStudio.TestTools.UnitTesting Namespace