| Package | Description |
|---|---|
| de.rwth.swc.coffee4j.model.manager |
| Modifier and Type | Method and Description |
|---|---|
CombinatorialTestConsumerManagerConfiguration.Builder |
CombinatorialTestConsumerManagerConfiguration.Builder.argumentConverter(ArgumentConverter argumentConverter)
Adds the argument converter to convert report arguments from engine to model representations.
|
CombinatorialTestConsumerManagerConfiguration.Builder |
CombinatorialTestConsumerManagerConfiguration.Builder.argumentConverters(ArgumentConverter... arguementConverters)
Adds the argument converters to convert report arguments from engine to model representations.
|
CombinatorialTestConsumerManagerConfiguration.Builder |
CombinatorialTestConsumerManagerConfiguration.Builder.argumentConverters(Collection<ArgumentConverter> argumentConverters)
Adds the argument converters to convert report arguments from engine to model representations.
|
CombinatorialTestConsumerManagerConfiguration.Builder |
CombinatorialTestConsumerManagerConfiguration.Builder.characterizationAlgorithmFactory(FaultCharacterizationAlgorithmFactory characterizationAlgorithmFactory)
Sets which factory shall be used to create new
FaultCharacterizationAlgorithm instances during combinatorial
testing. |
static CombinatorialTestConsumerManagerConfiguration.Builder |
CombinatorialTestConsumerManagerConfiguration.consumerManagerConfiguration() |
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(Collection<ExecutionReporter> executionReporters)
Adds all execution reporters 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.
|
CombinatorialTestConsumerManagerConfiguration.Builder |
CombinatorialTestConsumerManagerConfiguration.Builder.generator(TestInputGroupGenerator generator)
Adds one generator for initial
TestInputGroup generation. |
CombinatorialTestConsumerManagerConfiguration.Builder |
CombinatorialTestConsumerManagerConfiguration.Builder.generators(Collection<TestInputGroupGenerator> generators)
Adds all generators for initial
TestInputGroup generation. |
CombinatorialTestConsumerManagerConfiguration.Builder |
CombinatorialTestConsumerManagerConfiguration.Builder.generators(TestInputGroupGenerator... generators)
Adds all generators for initial
TestInputGroup generation. |
CombinatorialTestConsumerManagerConfiguration.Builder |
CombinatorialTestConsumerManagerConfiguration.Builder.managerFactory(CombinatorialTestManagerFactory managerFactory)
Sets which factory shall be used to create new
CombinatorialTestManager instances. |
CombinatorialTestConsumerManagerConfiguration.Builder |
CombinatorialTestConsumerManagerConfiguration.Builder.modelConverterFactory(ModelConverterFactory modelConverterFactory)
Sets which factory shall be used to create new
ModelConverter
instances. |
Copyright © 2019. All rights reserved.