| Package | Description |
|---|---|
| de.rwth.swc.coffee4j.model.manager | |
| de.rwth.swc.coffee4j.model.report |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionReporter> |
CombinatorialTestConsumerManagerConfiguration.getExecutionReporters() |
| Modifier and Type | Method and Description |
|---|---|
CombinatorialTestConsumerManagerConfiguration.Builder |
CombinatorialTestConsumerManagerConfiguration.Builder.executionReporter(ExecutionReporter executionReporter)
Adds one execution reporter to listen to important events during combinatorial test execution.
|
CombinatorialTestConsumerManagerConfiguration.Builder |
CombinatorialTestConsumerManagerConfiguration.Builder.executionReporters(ExecutionReporter... executionReporters)
Adds all execution reports to listen to important events during combinatorial test execution.
|
| Modifier and Type | Method and Description |
|---|---|
CombinatorialTestConsumerManagerConfiguration.Builder |
CombinatorialTestConsumerManagerConfiguration.Builder.executionReporters(Collection<ExecutionReporter> executionReporters)
Adds all execution reporters to listen to important events during combinatorial test execution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrintStreamExecutionReporter
An example implementation of a
ExecutionReporter. |
Copyright © 2019. All rights reserved.