Class AbstractIdentificationPhase

    • Method Detail

      • initialize

        public Combination initialize​(Combination testInput,
                                      TestResult result)
        initialize identification phase with previously executed failing test input
        Parameters:
        testInput - failing test input
        result - TestResult of the failing test input.
        Returns:
        first test input to test for identification. Null, if no input can be generated.
      • reinitialize

        public Combination reinitialize()
        reinitialize identification phase
        Returns:
        first test input to test for identification. Null, if no input can be generated.