Class CheckingPhase

    • Method Detail

      • failureInducingCombinationsFound

        public boolean failureInducingCombinationsFound()
        Returns:
        true iff checked combination is failure-inducing.
      • initialize

        public Combination initialize()
        initialize checking phase with possibly failure-inducing combination
        Returns:
        first test input to test for feedback checking. 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