Uses of Class
de.rwth.swc.coffee4j.engine.configuration.model.Seed.Builder
-
Packages that use Seed.Builder Package Description de.rwth.swc.coffee4j.engine.configuration.model -
-
Uses of Seed.Builder in de.rwth.swc.coffee4j.engine.configuration.model
Methods in de.rwth.swc.coffee4j.engine.configuration.model that return Seed.Builder Modifier and Type Method Description Seed.BuilderSeed.Builder. mode(SeedMode mode)Sets the mode of the seed.Seed.BuilderSeed.Builder. priority(double priority)Sets an explicit priority for the seed.static Seed.BuilderSeed. seed(Combination combination)Constructs a builder instance for a seed which consists of the given combination.static Seed.BuilderSeed. seed(Map.Entry<String,Object>... entries)Constructs a builder instance for a seed which consists of a combination with the given entries.Seed.BuilderSeed.Builder. suspicious()Sets the mode of the seed toSeedMode.EXCLUSIVE.static Seed.BuilderSeed. suspiciousSeed(Map.Entry<String,Object>... entries)Constructs a builder instance for a seed which consists of a combination with the given entries and which hasSeedMode.EXCLUSIVEas a mode.Methods in de.rwth.swc.coffee4j.engine.configuration.model with parameters of type Seed.Builder Modifier and Type Method Description InputParameterModel.BuilderInputParameterModel.Builder. seed(Seed.Builder seed)Adds a seed test case for positive combinatorial testing to the testModel.InputParameterModel.BuilderInputParameterModel.Builder. seed(String errorConstraintName, Seed.Builder seed)Adds a seed test case for the negative combinatorial test of one error constraint to the testModel.InputParameterModel.BuilderInputParameterModel.Builder. seeds(Seed.Builder... seeds)Adds multiple seed test cases for positive combinatorial testing to the testModel.InputParameterModel.BuilderInputParameterModel.Builder. seeds(String errorConstraintName, Seed.Builder... seeds)Adds multiple seed test cases for the negative combinatorial test of one error constraint to the testModel A seed test will always be included in the final test suite.
-