Interface CombinatorialTestManagerFactory
-
- All Superinterfaces:
java.util.function.BiFunction<de.rwth.swc.coffee4j.engine.manager.CombinatorialTestConfiguration,de.rwth.swc.coffee4j.engine.TestModel,de.rwth.swc.coffee4j.engine.manager.CombinatorialTestManager>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface CombinatorialTestManagerFactory extends java.util.function.BiFunction<de.rwth.swc.coffee4j.engine.manager.CombinatorialTestConfiguration,de.rwth.swc.coffee4j.engine.TestModel,de.rwth.swc.coffee4j.engine.manager.CombinatorialTestManager>A factory for creating newCombinatorialTestManagerinstances from a given configuration. This is needed to reuseCombinatorialTestConsumerManagerConfigurationinstances, as they can now be reused for multipleInputParameterModels.