Uses of Interface
de.rwth.swc.coffee4j.engine.report.SequentialExecutionReporter
-
-
Uses of SequentialExecutionReporter in de.rwth.swc.coffee4j.engine.configuration.execution
Methods in de.rwth.swc.coffee4j.engine.configuration.execution that return types with arguments of type SequentialExecutionReporter Modifier and Type Method Description List<SequentialExecutionReporter>SequentialExecutionConfiguration. getExecutionReporters()Methods in de.rwth.swc.coffee4j.engine.configuration.execution with parameters of type SequentialExecutionReporter Modifier and Type Method Description SequentialExecutionConfiguration.BuilderSequentialExecutionConfiguration.Builder. executionReporter(SequentialExecutionReporter executionReporter)Adds one execution reporter to listen to important events during combinatorial test execution.SequentialExecutionConfiguration.BuilderSequentialExecutionConfiguration.Builder. executionReporters(SequentialExecutionReporter... executionReporters)Adds all execution reports to listen to important events during combinatorial test execution.Method parameters in de.rwth.swc.coffee4j.engine.configuration.execution with type arguments of type SequentialExecutionReporter Modifier and Type Method Description SequentialExecutionConfiguration.BuilderSequentialExecutionConfiguration.Builder. executionReporters(Collection<? extends SequentialExecutionReporter> executionReporters)Adds all execution reporters to listen to important events during combinatorial test execution. -
Uses of SequentialExecutionReporter in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation
Constructors in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation with parameters of type SequentialExecutionReporter Constructor Description SequentialExecutionReporterToGenerationReporterAdapter(SequentialExecutionReporter reporter, ArgumentConverter argumentConverter, ModelConverter modelConverter) -
Uses of SequentialExecutionReporter in de.rwth.swc.coffee4j.engine.process.report.sequential
Classes in de.rwth.swc.coffee4j.engine.process.report.sequential that implement SequentialExecutionReporter Modifier and Type Class Description classEmptySequentialExecutionReporterAn example implementation of aSequentialExecutionReporter.classLoggingSequentialExecutionReporterASequentialExecutionReporterthat reports the occurring events using aLoggerclassLoggingSequentialExecutionReporterForGenerationclassLoggingSequentialExecutionReporterForGenerationJavaReporter transforming the found exception-inducing combinations into java-code that can be directly integrated into an IPM using a logger -
Uses of SequentialExecutionReporter in de.rwth.swc.coffee4j.engine.report
Classes in de.rwth.swc.coffee4j.engine.report that implement SequentialExecutionReporter Modifier and Type Class Description classDelegatingSequentialExecutionReporterConstructor parameters in de.rwth.swc.coffee4j.engine.report with type arguments of type SequentialExecutionReporter Constructor Description DelegatingSequentialExecutionReporter(Collection<SequentialExecutionReporter> executionReporters)
-