SuiteEntry Class
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.
A suite entry defines properties for a test suite.
[System.Runtime.Serialization.DataContract]
public class SuiteEntry
type SuiteEntry = class
Public Class SuiteEntry
- Inheritance
-
SuiteEntry
- Attributes
Constructors
| SuiteEntry(Int32, Int32, Int32, Int32) |
Initializes a new instance of the SuiteEntry class. |
Properties
| ChildSuiteId |
Id of child suite in the test suite. |
| SequenceNumber |
Sequence number for the test case or child test suite in the test suite. |
| SuiteId |
Id for the test suite. |
| TestCaseId |
Id of a test case in the test suite. |