Information
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.

TestCaseEventArgs Constructor (DataCollectionContext^, Guid, TcmInformation^, String^, Boolean)

 

Initializes a new instance of the TestCaseEventArgs class by using the given information.

Namespace:   Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

protected:
TestCaseEventArgs(
	DataCollectionContext^ context,
	Guid testCaseId,
	TcmInformation^ tcmInformation,
	String^ testCaseName,
	bool isChildTestCase
)

Parameters

context
Type: Microsoft.VisualStudio.TestTools.Execution::DataCollectionContext^

A DataCollectionContext object.

testCaseId
Type: System::Guid

The current test case ID that is represented by an ITestElement object.

tcmInformation
Type: Microsoft.VisualStudio.TestTools.Common::TcmInformation^

A TcmInformation object that is used to obtain further data about the test from the Test Manager.

testCaseName
Type: System::String^

The name of the test case.

isChildTestCase
Type: System::Boolean

true if the current test case is a child of another test case.

Return to top
Show: