Uses of Interface
de.rwth.swc.coffee4j.engine.report.GenerationReporter
-
Packages that use GenerationReporter Package Description de.rwth.swc.coffee4j.engine.manager -
-
Uses of GenerationReporter in de.rwth.swc.coffee4j.engine.manager
Methods in de.rwth.swc.coffee4j.engine.manager that return types with arguments of type GenerationReporter Modifier and Type Method Description java.util.Optional<GenerationReporter>CombinatorialTestConfiguration. getGenerationReporter()Constructors in de.rwth.swc.coffee4j.engine.manager with parameters of type GenerationReporter Constructor Description CombinatorialTestConfiguration(FaultCharacterizationAlgorithmFactory faultCharacterizationAlgorithmFactory, java.util.Collection<TestInputGroupGenerator> generators, GenerationReporter generationReporter)Creates a new configuration with the given arguments.
-