Class AbstractSequentialPhaseManager

    • Method Detail

      • run

        public void run()
        Automates the combinatorial process. Executes the execution callbacks before and after the test class. The rest of the combinatorial process is described as in the thesis "Development of an Automated Combinatorial Testing Framework"
        Specified by:
        run in interface PhaseManager
      • createTestPhases

        protected void createTestPhases()
      • collectErrorConstraintExceptionCausingTestInputs

        protected abstract void collectErrorConstraintExceptionCausingTestInputs​(Map<Combination,​TestResult> executionResults)
        Template method implemented by error-constraint generating managers.
        Parameters:
        executionResults - map containing all executed Combinations and the corresponding TestResults
      • executeClassificationPhase

        protected abstract void executeClassificationPhase()
        Template method implemented by error-constraint generating managers.