Uses of Interface
de.rwth.swc.coffee4j.engine.characterization.FaultCharacterizationAlgorithmFactory
-
-
Uses of FaultCharacterizationAlgorithmFactory in de.rwth.swc.coffee4j.engine.characterization.aifl
Methods in de.rwth.swc.coffee4j.engine.characterization.aifl that return FaultCharacterizationAlgorithmFactory Modifier and Type Method Description static FaultCharacterizationAlgorithmFactoryAifl. aifl()Can be used as a convenience method to describe that AIFL should be used as aFaultCharacterizationAlgorithmFactory.static FaultCharacterizationAlgorithmFactoryIterationBasedIterAifl. iterAifl()static FaultCharacterizationAlgorithmFactoryIterationBasedIterAifl. iterAifl(int suspiciousCombinationsThreshold)Creates a factory which uses the given threshold to configuration the IterAIFL algorithm. -
Uses of FaultCharacterizationAlgorithmFactory in de.rwth.swc.coffee4j.engine.characterization.ben
Methods in de.rwth.swc.coffee4j.engine.characterization.ben that return FaultCharacterizationAlgorithmFactory Modifier and Type Method Description static FaultCharacterizationAlgorithmFactoryBen. ben()Can be used as a convenience method to describe that BEN should be used as aFaultCharacterizationAlgorithmFactory.static FaultCharacterizationAlgorithmFactoryBen. ben(int numberOfCombinationsPerStep, int maxGenerationAttempts)Can be used as a convenience method to describe that BEN should be used as aFaultCharacterizationAlgorithmFactory. -
Uses of FaultCharacterizationAlgorithmFactory in de.rwth.swc.coffee4j.engine.characterization.delta
Methods in de.rwth.swc.coffee4j.engine.characterization.delta that return FaultCharacterizationAlgorithmFactory Modifier and Type Method Description static FaultCharacterizationAlgorithmFactoryImprovedDeltaDebugging. improvedDeltaDebugging() -
Uses of FaultCharacterizationAlgorithmFactory in de.rwth.swc.coffee4j.engine.manager
Methods in de.rwth.swc.coffee4j.engine.manager that return types with arguments of type FaultCharacterizationAlgorithmFactory Modifier and Type Method Description java.util.Optional<FaultCharacterizationAlgorithmFactory>CombinatorialTestConfiguration. getFaultCharacterizationAlgorithmFactory()Constructors in de.rwth.swc.coffee4j.engine.manager with parameters of type FaultCharacterizationAlgorithmFactory Constructor Description CombinatorialTestConfiguration(FaultCharacterizationAlgorithmFactory faultCharacterizationAlgorithmFactory, java.util.Collection<TestInputGroupGenerator> generators, GenerationReporter generationReporter)Creates a new configuration with the given arguments.
-