Uses of Class
de.rwth.swc.coffee4j.algorithmic.model.PrimitiveSeed
-
Packages that use PrimitiveSeed Package Description de.rwth.swc.coffee4j.algorithmic.model -
-
Uses of PrimitiveSeed in de.rwth.swc.coffee4j.algorithmic.model
Methods in de.rwth.swc.coffee4j.algorithmic.model that return types with arguments of type PrimitiveSeed Modifier and Type Method Description List<PrimitiveSeed>CompleteTestModel. getSeeds()List<PrimitiveSeed>CompleteTestModel. getSeeds(int errorConstraintId)Gets the seed test cases for the specific given error constraint or for the positive test cases if theerrorConstraintIdisCompleteTestModel.POSITIVE_TESTS_ID.List<PrimitiveSeed>GroupSpecificTestModel. getSeeds()List<PrimitiveSeed>TestModel. getSeeds()Gets a list of seed test cases which must be included in the final test suite.it.unimi.dsi.fastutil.ints.Int2ObjectMap<List<PrimitiveSeed>>CompleteTestModel. getSeedsMap()Method parameters in de.rwth.swc.coffee4j.algorithmic.model with type arguments of type PrimitiveSeed Modifier and Type Method Description CompleteTestModel.BuilderCompleteTestModel.Builder. seeds(int errorConstraintId, Collection<PrimitiveSeed> seeds)CompleteTestModel.BuilderCompleteTestModel.Builder. seeds(it.unimi.dsi.fastutil.ints.Int2ObjectMap<? extends Collection<PrimitiveSeed>> seeds)CompleteTestModel.BuilderCompleteTestModel.Builder. seeds(Collection<PrimitiveSeed> seeds)
-