IScriptTestSetObject

class

IScriptTestSetObject.

IScriptTestSetObject

Bases: object

Class provides methods to manipulate test set objects.

test_data_type_name

Retrieves or sets the data type (DUT) used the definition of test runs.

Type

string

test_runs

Retrieves a sequence of the test runs defined in this IScriptTestSetObject . Internally, the test run is referenced by its index. Therefore, the returned reference is only valid, as as long as the index of the test run has not changed.

Type

List of IScriptTestRun