SuiteEntry(Int32, Int32, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SuiteEntry class.
public SuiteEntry(int suiteId, int sequenceNumber, int testCaseId, int childSuiteId);
new Microsoft.TeamFoundation.TestManagement.WebApi.SuiteEntry : int * int * int * int -> Microsoft.TeamFoundation.TestManagement.WebApi.SuiteEntry
Public Sub New (suiteId As Integer, sequenceNumber As Integer, testCaseId As Integer, childSuiteId As Integer)
Parameters
- suiteId
- Int32
Id for the test suite.
- sequenceNumber
- Int32
Sequence number for the test case or child test suite in the test suite.
- testCaseId
- Int32
Id of a test case in the test suite.
- childSuiteId
- Int32
Id of child test suite in the test suite.