| Package | Description |
|---|---|
| de.rwth.swc.coffee4j.model | |
| de.rwth.swc.coffee4j.model.converter | |
| de.rwth.swc.coffee4j.model.manager |
| Modifier and Type | Method and Description |
|---|---|
InputParameterModel |
InputParameterModel.Builder.build()
Builds the model.
|
| Modifier and Type | Method and Description |
|---|---|
InputParameterModel |
ModelConverter.getModel() |
InputParameterModel |
IndexBasedModelConverter.getModel() |
| Modifier and Type | Method and Description |
|---|---|
ModelConverter |
ModelConverterFactory.create(InputParameterModel model)
Creates a new
ModelConverter which converts the given model and its parameters, values, and constraints. |
| Constructor and Description |
|---|
IndexBasedModelConverter(InputParameterModel model)
Creates and initializes a new converter with a
SimpleCartesianProductConstraintConverter to convert
Constraint to TupleList. |
IndexBasedModelConverter(InputParameterModel model,
IndexBasedConstraintConverter constraintsConverter)
Creates and initializes a new converter with the given model and constraints converter.
|
| Constructor and Description |
|---|
CombinatorialTestConsumerManager(CombinatorialTestConsumerManagerConfiguration configuration,
java.util.function.Consumer<Combination> testInputConsumer,
InputParameterModel model)
Creates a new manager with the given configuration, consumer and model.
|
CombinatorialTestExecutionManager(CombinatorialTestConsumerManagerConfiguration configuration,
TestInputExecutor executor,
InputParameterModel model)
Creates a new manager with the given configuration, executor and model.
|
Copyright © 2019. All rights reserved.