Uses of Class
de.rwth.swc.coffee4j.engine.CombinatorialTestModel
-
-
Uses of CombinatorialTestModel in de.rwth.swc.coffee4j.engine.constraint
Constructors in de.rwth.swc.coffee4j.engine.constraint with parameters of type CombinatorialTestModel Constructor Description ConstraintCheckerFactory(CombinatorialTestModel model) -
Uses of CombinatorialTestModel in de.rwth.swc.coffee4j.engine.generator
Methods in de.rwth.swc.coffee4j.engine.generator with parameters of type CombinatorialTestModel Modifier and Type Method Description java.util.Collection<java.util.function.Supplier<TestInputGroup>>TestInputGroupGenerator. generate(CombinatorialTestModel model, Reporter reporter)Generates a arbitrary number ofTestInputGroupinstances. -
Uses of CombinatorialTestModel in de.rwth.swc.coffee4j.engine.generator.ipog
Methods in de.rwth.swc.coffee4j.engine.generator.ipog with parameters of type CombinatorialTestModel Modifier and Type Method Description java.util.Set<java.util.function.Supplier<TestInputGroup>>Ipog. generate(CombinatorialTestModel model, Reporter reporter)Constructs a combinatorial test suite for positive testing. -
Uses of CombinatorialTestModel in de.rwth.swc.coffee4j.engine.generator.negative
Methods in de.rwth.swc.coffee4j.engine.generator.negative with parameters of type CombinatorialTestModel Modifier and Type Method Description java.util.Collection<java.util.function.Supplier<TestInputGroup>>IpogNeg. generate(CombinatorialTestModel model, Reporter reporter) -
Uses of CombinatorialTestModel in de.rwth.swc.coffee4j.engine.manager
Constructors in de.rwth.swc.coffee4j.engine.manager with parameters of type CombinatorialTestModel Constructor Description BasicCombinatorialTestManager(CombinatorialTestConfiguration configuration, CombinatorialTestModel model)
-