ITestSuiteHelper.CreateEntry Method (ITestSuiteBase)
Returns a test suite entry by using the provided test suite.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestSuiteEntry CreateEntry(
ITestSuiteBase testSuite
)
ITestSuiteEntry^ CreateEntry(
ITestSuiteBase^ testSuite
)
abstract CreateEntry :
testSuite:ITestSuiteBase -> ITestSuiteEntry
Function CreateEntry (
testSuite As ITestSuiteBase
) As ITestSuiteEntry
Parameters
testSuite
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteBaseAn ITestSuiteBase object.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteEntry
A test suite entry.
See Also
ITestSuiteBase
IStaticTestSuite
IDynamicTestSuite
IRequirementTestSuite
CreateEntry Overload
ITestSuiteHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top