Class IdentificationPhase

    • 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.
      • execute

        public Combination execute​(Map<Combination,​TestResult> previouslyExecutedTests)
        Description copied from interface: Phase
        Executes the phase. Transform some input int some output
        Parameters:
        previouslyExecutedTests - the input of the phase
        Returns:
        the output of the phase