Uses of Interface
de.rwth.swc.coffee4j.algorithmic.sequential.report.GenerationReporter
- 
- 
Uses of GenerationReporter in de.rwth.swc.coffee4j.algorithmic.sequential.manager
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.manager that return types with arguments of type GenerationReporter Modifier and Type Method Description Optional<GenerationReporter>SequentialCombinatorialTestConfiguration. getGenerationReporter()Constructors in de.rwth.swc.coffee4j.algorithmic.sequential.manager with parameters of type GenerationReporter Constructor Description SequentialCombinatorialTestConfiguration(FaultCharacterizationAlgorithmFactory faultCharacterizationAlgorithmFactory, ClassificationStrategyFactory classificationStrategyFactory, Collection<TestInputGroupGenerator> generators, TestInputPrioritizer prioritizer, GenerationReporter generationReporter, ExecutionMode executionMode)Creates a new configuration with the given arguments. - 
Uses of GenerationReporter in de.rwth.swc.coffee4j.algorithmic.sequential.report
Classes in de.rwth.swc.coffee4j.algorithmic.sequential.report that implement GenerationReporter Modifier and Type Class Description classEmptySequentialGenerationReporter - 
Uses of GenerationReporter in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation
Classes in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation that implement GenerationReporter Modifier and Type Class Description classSequentialExecutionReporterToGenerationReporterAdapterThis is an exact copy of the DelegatingModelBasedArgumentConverter from the Model Module 
 -