Package com.polarion.alm.tracker.model
Interface ISelectTestCasesByOpt
- All Superinterfaces:
IEnumOption
- Since:
- 3.6.2
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Test Cases are not defined in advance, the Test Run results are imported.static final String
The current content of a Document defines the Test Cases.static final String
The current result of a query defines Test Cases.static final String
Test Cases are defined by manually selected Test Cases, which are saved in the Test Run as Test Records (possibly without any result yet).static final String
Test Cases get defined by the content of a Document the moment the Test Run is created.static final String
Test Cases are defined by the result of a query done the moment the Test Run is created.Fields inherited from interface com.polarion.platform.persistence.IEnumOption
PROPERTY_KEY_COLOR, PROPERTY_KEY_DEFAULT, PROPERTY_KEY_DESCRIPTION, PROPERTY_KEY_HIDDEN, PROPERTY_KEY_ICON_URL, PROPERTY_KEY_UI_LINK, PROPERTY_KEY_URI
-
Method Summary
Methods inherited from interface com.polarion.platform.persistence.IEnumOption
getEnumId, getId, getName, getProperties, getProperty, getSequenceNumber, isDefault, isHidden, isPhantom
-
Field Details
-
OPT_MANUAL_SELECTION
Test Cases are defined by manually selected Test Cases, which are saved in the Test Run as Test Records (possibly without any result yet).- See Also:
-
OPT_STATIC_QUERY_RESULT
Test Cases are defined by the result of a query done the moment the Test Run is created.- See Also:
-
OPT_DYNAMIC_QUERY_RESULT
The current result of a query defines Test Cases.- See Also:
-
OPT_STATIC_LIVEDOC
Test Cases get defined by the content of a Document the moment the Test Run is created.- See Also:
-
OPT_DYNAMIC_LIVEDOC
The current content of a Document defines the Test Cases.- See Also:
-
OPT_AUTOMATED_PROCESS
Test Cases are not defined in advance, the Test Run results are imported.- See Also:
-