TestCaseResumeEventArgs Properties

Include Protected Members
Include Inherited Members

The TestCaseResumeEventArgs type exposes the following members.

Properties

  Name Description
Public property Context Gets or sets the context information for the event. (Inherited from DataCollectionEventArgs.)
Public property IsChildTestCase Gets or sets a value that indicates whether the test case is a child of another test case. (Inherited from TestCaseEventArgs.)
Public property TcmInformation Gets the object that contains information that can be used to obtain further data about the test case from the Test Manager server. (Inherited from TestCaseEventArgs.)
Public property TestCaseId Gets or sets the test case identifier. (Inherited from TestCaseEventArgs.)
Public property TestCaseName Gets or sets the name of the test case. (Inherited from TestCaseEventArgs.)
Public property TestElement Gets the current test. (Inherited from TestCaseEventArgs.)

Top

See Also

Reference

TestCaseResumeEventArgs Class

Microsoft.VisualStudio.TestTools.Execution Namespace