GetTestList Method
Gets a TestCollection representing the tests included in the project, with the default tests selected as specified by the project author. All Conditions saved in the project will be evaluated unless they have been overridden.
Type: RunnerProject
Namespace: XJTAG.Integration.XJRunner
Syntax
public TestCollection GetTestList()
Return Value
- TestCollection
A TestCollection object representing the tests included in the project with the default test list selected.
Exceptions
- System.ObjectDisposedException
The RunnerProject has already been disposed.
Remarks
If the RunnerProject instance was initialised using an XJEase (.xje) project file then the default test list will not be selected. This is because the XJEase file does not contain information regarding the default test list.
XJTAG v4.2.5
