Class DefaultTestingInterleavingPhaseManager
- java.lang.Object
-
- de.rwth.swc.coffee4j.engine.process.interleaving.AbstractInterleavingPhaseManager
-
- de.rwth.swc.coffee4j.engine.process.interleaving.DefaultTestingInterleavingPhaseManager
-
- All Implemented Interfaces:
PhaseManager
public class DefaultTestingInterleavingPhaseManager extends AbstractInterleavingPhaseManager
Default implementation managing an interleaving combinatorial test by extendingAbstractInterleavingPhaseManager.
-
-
Field Summary
-
Fields inherited from class de.rwth.swc.coffee4j.engine.process.interleaving.AbstractInterleavingPhaseManager
cache, checkingPhase, configuration, executionContext, executionPhase, extensionExecutor, generationContext, generationPhase, identificationPhase
-
-
Constructor Summary
Constructors Constructor Description DefaultTestingInterleavingPhaseManager(InterleavingPhaseManagerConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteClassificationPhase(Map<Combination,TestResult> errorConstraintExceptionCausingTestInputs)Template method implemented by error-constraint generating managers.-
Methods inherited from class de.rwth.swc.coffee4j.engine.process.interleaving.AbstractInterleavingPhaseManager
createPhases, run, runTestInput
-
-
-
-
Constructor Detail
-
DefaultTestingInterleavingPhaseManager
public DefaultTestingInterleavingPhaseManager(InterleavingPhaseManagerConfiguration configuration)
-
-
Method Detail
-
executeClassificationPhase
protected void executeClassificationPhase(Map<Combination,TestResult> errorConstraintExceptionCausingTestInputs)
Description copied from class:AbstractInterleavingPhaseManagerTemplate method implemented by error-constraint generating managers.- Specified by:
executeClassificationPhasein classAbstractInterleavingPhaseManager- Parameters:
errorConstraintExceptionCausingTestInputs- map containing all executedCombinations and the correspondingTestResults causing an exceptional-pass.
-
-