Share via


ITestCase.TestSuiteEntry Property

 

Creates a new ITestSuiteEntry that contains this test case, which subsequently must be attached to an existing test suite that is in the root suite of a test plan.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

ITestSuiteEntry TestSuiteEntry { get; }
property ITestSuiteEntry^ TestSuiteEntry {
    ITestSuiteEntry^ get();
}
abstract TestSuiteEntry : ITestSuiteEntry with get
ReadOnly Property TestSuiteEntry As ITestSuiteEntry

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteEntry

A new test suite entry.

Remarks

If the new test suite entry is not attached to the root suite of a test plan, it will not be saved.

See Also

ITestSuiteEntry
ITestCase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top