Uses of Class
de.rwth.swc.coffee4j.model.manager.CombinatorialTestConsumerManagerConfiguration
-
Packages that use CombinatorialTestConsumerManagerConfiguration Package Description de.rwth.swc.coffee4j.model.manager -
-
Uses of CombinatorialTestConsumerManagerConfiguration in de.rwth.swc.coffee4j.model.manager
Methods in de.rwth.swc.coffee4j.model.manager that return CombinatorialTestConsumerManagerConfiguration Modifier and Type Method Description CombinatorialTestConsumerManagerConfigurationCombinatorialTestConsumerManagerConfiguration.Builder. build()Creates a new configuration based on the supplied values.Constructors in de.rwth.swc.coffee4j.model.manager with parameters of type CombinatorialTestConsumerManagerConfiguration Constructor Description CombinatorialTestConsumerManager(CombinatorialTestConsumerManagerConfiguration configuration, java.util.function.Consumer<Combination> testInputConsumer, InputParameterModel model)Creates a new manager with the given configuration, consumer and testModel.CombinatorialTestExecutionManager(CombinatorialTestConsumerManagerConfiguration configuration, TestInputExecutor executor, InputParameterModel model)Creates a new manager with the given configuration, executor and testModel.
-