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 booleantrueif any of the test sets had an test set condition AND tpt version supported cecking for test set condtions via API,falseotherwise.final intThe total number of test cases including duplicates.The names of all test cases.final TptVersionThe 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 testCaseConditionsPresenttrueif any of the test sets had an test set condition AND tpt version supported cecking for test set condtions via API,falseotherwise. - 
tptVersion
The TPT version the test cases were collected with 
 -