Edit

SuiteEntry Class

Definition

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.

Applies to