Class GetTestCasesCallableResult
java.lang.Object
com.piketec.jenkins.plugins.tpt.api.callables.GetTestCasesCallableResult
- All Implemented Interfaces:
Serializable
Data container for the result returned by
GetTestCasesCallable
. Contains the union of all
test cases contained in test sets used by a execution configuration and the total number of test
cases. The total number may be greater than the items in the set union since single test cases
can be used by multiple test sets.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean
true
if any of the test sets had an test set condition AND tpt version supported cecking for test set condtions via API,false
otherwise.final int
The total number of test cases including duplicates.The names of all test cases.final TptVersion
The TPT version the test cases were collected with -
Method Summary
-
Field Details
-
testCases
The names of all test cases. -
testCaseCount
public final int testCaseCountThe total number of test cases including duplicates. -
testCaseConditionsPresent
public final boolean testCaseConditionsPresenttrue
if any of the test sets had an test set condition AND tpt version supported cecking for test set condtions via API,false
otherwise. -
tptVersion
The TPT version the test cases were collected with
-