Uses of Interface
de.rwth.swc.coffee4j.algorithmic.interleaving.report.InterleavingGenerationReporter
-
-
Uses of InterleavingGenerationReporter in de.rwth.swc.coffee4j.algorithmic.interleaving.manager
Fields in de.rwth.swc.coffee4j.algorithmic.interleaving.manager declared as InterleavingGenerationReporter Modifier and Type Field Description protected InterleavingGenerationReporterAbstractInterleavingManager. reporterprotected InterleavingGenerationReporterAbstractInterleavingManager. reporterprotected InterleavingGenerationReporterAbstractInterleavingManager. reporterMethods in de.rwth.swc.coffee4j.algorithmic.interleaving.manager that return types with arguments of type InterleavingGenerationReporter Modifier and Type Method Description Optional<InterleavingGenerationReporter>InterleavingCombinatorialTestConfiguration. getGenerationReporter()Constructors in de.rwth.swc.coffee4j.algorithmic.interleaving.manager with parameters of type InterleavingGenerationReporter Constructor Description InterleavingCombinatorialTestConfiguration(TestInputGenerationStrategyFactory testInputGenerationStrategyFactory, IdentificationStrategyFactory identificationStrategyFactory, FeedbackCheckingStrategyFactory feedbackCheckingStrategyFactory, ClassificationStrategyFactory classificationStrategyFactory, ConstraintCheckerFactory constraintCheckerFactory, InterleavingGenerationReporter generationReporter)Creates a new configuration. -
Uses of InterleavingGenerationReporter in de.rwth.swc.coffee4j.algorithmic.interleaving.report
Classes in de.rwth.swc.coffee4j.algorithmic.interleaving.report that implement InterleavingGenerationReporter Modifier and Type Class Description classEmptyInterleavingGenerationReporterEmptyInterleavingGenerationReporterreporting nothing. -
Uses of InterleavingGenerationReporter in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation
Classes in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation that implement InterleavingGenerationReporter Modifier and Type Class Description classInterleavingExecutionReporterToGenerationReporterAdapterInterleaving version ofSequentialExecutionReporterToGenerationReporterAdapter
-