Uses of Interface
de.rwth.swc.coffee4j.model.report.ExecutionReporter
-
Packages that use ExecutionReporter Package Description de.rwth.swc.coffee4j.model.manager de.rwth.swc.coffee4j.model.report -
-
Uses of ExecutionReporter in de.rwth.swc.coffee4j.model.manager
Methods in de.rwth.swc.coffee4j.model.manager that return types with arguments of type ExecutionReporter Modifier and Type Method Description java.util.List<ExecutionReporter>CombinatorialTestConsumerManagerConfiguration. getExecutionReporters()Methods in de.rwth.swc.coffee4j.model.manager with parameters of type ExecutionReporter Modifier and Type Method Description CombinatorialTestConsumerManagerConfiguration.BuilderCombinatorialTestConsumerManagerConfiguration.Builder. executionReporter(ExecutionReporter executionReporter)Adds one execution reporter to listen to important events during combinatorial test execution.CombinatorialTestConsumerManagerConfiguration.BuilderCombinatorialTestConsumerManagerConfiguration.Builder. executionReporters(ExecutionReporter... executionReporters)Adds all execution reports to listen to important events during combinatorial test execution.Method parameters in de.rwth.swc.coffee4j.model.manager with type arguments of type ExecutionReporter Modifier and Type Method Description CombinatorialTestConsumerManagerConfiguration.BuilderCombinatorialTestConsumerManagerConfiguration.Builder. executionReporters(java.util.Collection<ExecutionReporter> executionReporters)Adds all execution reporters to listen to important events during combinatorial test execution. -
Uses of ExecutionReporter in de.rwth.swc.coffee4j.model.report
Classes in de.rwth.swc.coffee4j.model.report that implement ExecutionReporter Modifier and Type Class Description classNoExecutionReporterAn example implementation of aExecutionReporter.classPrintStreamExecutionReporterAn example implementation of aExecutionReporter.
-