Uses of Class
de.rwth.swc.coffee4j.engine.conflict.ConflictDetectionConfiguration
-
Packages that use ConflictDetectionConfiguration Package Description de.rwth.swc.coffee4j.engine.conflict de.rwth.swc.coffee4j.engine.manager -
-
Uses of ConflictDetectionConfiguration in de.rwth.swc.coffee4j.engine.conflict
Methods in de.rwth.swc.coffee4j.engine.conflict that return ConflictDetectionConfiguration Modifier and Type Method Description static ConflictDetectionConfigurationConflictDetectionConfiguration. disable()Constructors in de.rwth.swc.coffee4j.engine.conflict with parameters of type ConflictDetectionConfiguration Constructor Description ConflictDetectionManager(ConflictDetectionConfiguration configuration, TestModel originalTestModel) -
Uses of ConflictDetectionConfiguration in de.rwth.swc.coffee4j.engine.manager
Methods in de.rwth.swc.coffee4j.engine.manager that return ConflictDetectionConfiguration Modifier and Type Method Description ConflictDetectionConfigurationCombinatorialTestConfiguration. getConflictDetectionConfiguration()Constructors in de.rwth.swc.coffee4j.engine.manager with parameters of type ConflictDetectionConfiguration Constructor Description CombinatorialTestConfiguration(FaultCharacterizationAlgorithmFactory faultCharacterizationAlgorithmFactory, ConflictDetectionConfiguration conflictDetectionConfiguration, java.util.Collection<TestInputGroupGenerator> generators, GenerationReporter generationReporter)Creates a new configuration with the given arguments.
-