Class ExecutionPhase

    • Constructor Detail

    • Method Detail

      • setExecutionMode

        public void setExecutionMode​(ExecutionMode executionMode)
        Sets the execution mode used by this execution phase.

        This needs be be cleaned up. Currently the problem is that the same execution phase instance is used for initial and fault characterization execution, so the mode has to be changed if the fault characterization test inputs should be executed even if one of them fails.

        Parameters:
        executionMode - the mode in which this execution phase should work
      • execute

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