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

'Declaration
ReadOnly Property TestSuiteEntry As ITestSuiteEntry
ITestSuiteEntry TestSuiteEntry { get; }
property ITestSuiteEntry^ TestSuiteEntry {
    ITestSuiteEntry^ get ();
}
abstract TestSuiteEntry : ITestSuiteEntry with get
function get TestSuiteEntry () : 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.

.NET Framework Security

See Also

Reference

ITestCase Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestSuiteEntry