Class GetTestCasesCallableResult

  • All Implemented Interfaces:
    Serializable

    public class GetTestCasesCallableResult
    extends Object
    implements 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:
    Serialized Form
    • Field Detail

      • testCases

        public final Set<String> testCases
        The names of all test cases.
      • testCaseCount

        public final int testCaseCount
        The total number of test cases including duplicates.
      • testCaseConditionsPresent

        public final boolean testCaseConditionsPresent
        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.
      • tptVersion

        public final TptVersion tptVersion
        The TPT version the test cases were collected with