Uses of Interface
de.rwth.swc.coffee4j.engine.characterization.FaultCharacterizationAlgorithm
-
-
Uses of FaultCharacterizationAlgorithm in de.rwth.swc.coffee4j.engine.characterization
Classes in de.rwth.swc.coffee4j.engine.characterization that implement FaultCharacterizationAlgorithm Modifier and Type Class Description classSuspiciousCombinationAlgorithmA "helper" class for some fault characterization algorithms.Methods in de.rwth.swc.coffee4j.engine.characterization that return FaultCharacterizationAlgorithm Modifier and Type Method Description FaultCharacterizationAlgorithmFaultCharacterizationAlgorithmFactory. create(FaultCharacterizationConfiguration configuration)Creates a new algorithm for the given configuration. -
Uses of FaultCharacterizationAlgorithm in de.rwth.swc.coffee4j.engine.characterization.aifl
Classes in de.rwth.swc.coffee4j.engine.characterization.aifl that implement FaultCharacterizationAlgorithm Modifier and Type Class Description classAiflThe implementation of the AIFL fault characterization algorithm as described in "A Software Debugging Method Based on Pairwise Testing".classIterationBasedIterAiflExtension to the AIFL algorithm based on "Adaptive Interaction Fault Location Based on Combinatorial Testing". -
Uses of FaultCharacterizationAlgorithm in de.rwth.swc.coffee4j.engine.characterization.ben
Classes in de.rwth.swc.coffee4j.engine.characterization.ben that implement FaultCharacterizationAlgorithm Modifier and Type Class Description classBenThe implementation of the BEN fault characterization algorithm based on the paper "Identifying Failure-Inducing Combinations in a Combinatorial Test Set". -
Uses of FaultCharacterizationAlgorithm in de.rwth.swc.coffee4j.engine.characterization.delta
Classes in de.rwth.swc.coffee4j.engine.characterization.delta that implement FaultCharacterizationAlgorithm Modifier and Type Class Description classImprovedDeltaDebuggingAn implementation of the Improved Delta Debugging algorithm as described in "Improved Delta Debugging Based on Combinatorial Testing". -
Uses of FaultCharacterizationAlgorithm in de.rwth.swc.coffee4j.engine.report
Methods in de.rwth.swc.coffee4j.engine.report with parameters of type FaultCharacterizationAlgorithm Modifier and Type Method Description default voidGenerationReporter. faultCharacterizationStarted(TestInputGroup testInputGroup, FaultCharacterizationAlgorithm algorithm)Called if fault characterization for the given group has started.
-