Package de.rwth.swc.coffee4j.model.manager
-
Interface Summary Interface Description CombinatorialTestManagerFactory A factory for creating newCombinatorialTestManagerinstances from a given configuration.TestInputExecutor An executor for a combinatorial test. -
Class Summary Class Description CombinatorialTestConsumerManager A manager for converting test inputs using aModelConverterand putting them into a provided consumer.CombinatorialTestConsumerManagerConfiguration The complete reusable part of the configuration for a combinatorial test input.CombinatorialTestConsumerManagerConfiguration.Builder The realization of the builder pattern for a quick and readable construction of a new configuration.CombinatorialTestExecutionManager A class using aCombinatorialTestConsumerManagerinternally to manage the complete execution of a combinatorial test via aTestInputExecutor.