TSTestFactory object
Manages test instances (TSTest objects) in a test set.
You get a TSTestFactory object from the TSTestFactory property of a TestSet object (TestSet.TSTestFactory).
Public methods
This object supports the following methods.
Method | Description |
---|---|
Adds one or more tests to the test set. Syntax: Parameters:
|
|
GetSubType |
Subtype corresponding to the given subtype ID. Syntax: Parameters:
|
Mails a list of items. For details, see Mail. |
|
Creates a list of objects according to the specified filter. Syntax: Parameters:
|
|
Removes an object from the database. Removal takes place immediately, without a Post. Syntax: Parameters:
|
|
Gets an object managed by the factory by its key. Syntax: Parameters:
|
Public properties
This object supports the following properties.
Property | R/W | Type | Description |
---|---|---|---|
Fields |
R | Array |
The list of all available fields for the entity managed by the factory. Syntax: |
Filter |
R | Object |
The TDFilter object for the factory. See TDFilter object. Syntax: |
Subtypes | R | Array | List of subtypes supported by this entity. |