Class GetTestCasesCallableResult

  • All Implemented Interfaces:
    java.io.Serializable

    public class GetTestCasesCallableResult
    extends java.lang.Object
    implements java.io.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 Summary

      Fields 
      Modifier and Type Field Description
      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.
      int testCaseCount
      The total number of test cases including duplicates.
      java.util.Set<java.lang.String> testCases
      The names of all test cases.
      TptVersion tptVersion
      The TPT version the test cases were collected with
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • testCases

        public final java.util.Set<java.lang.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