Interface GeneratingSequentialCombinatorialTestManager

    • Method Detail

      • initializeClassification

        Optional<int[]> initializeClassification​(Map<int[],​TestResult> errorConstraintExceptionCausingTestInputs)
        Parameters:
        errorConstraintExceptionCausingTestInputs - all test inputs that triggered an ErrorConstraintException during testing.
        Returns:
        next test input to execute or an empty Optional if no further tests are needed for classification.
      • generateNextTestInputForClassification

        Optional<int[]> generateNextTestInputForClassification​(int[] testInput,
                                                               TestResult testResult)
        Parameters:
        testInput - previously executed test input.
        testResult - result of previously executed test input.
        Returns:
        next test input to execute or an empty Optional if no further tests are needed for classification.