Uses of Class
de.rwth.swc.coffee4j.algorithmic.model.GroupSpecificTestModel
-
Packages that use GroupSpecificTestModel Package Description de.rwth.swc.coffee4j.algorithmic.model -
-
Uses of GroupSpecificTestModel in de.rwth.swc.coffee4j.algorithmic.model
Methods in de.rwth.swc.coffee4j.algorithmic.model that return GroupSpecificTestModel Modifier and Type Method Description static GroupSpecificTestModelGroupSpecificTestModel. negative(int errorConstraintId, CompleteTestModel delegate, ConstraintChecker constraintChecker)Creates a new view on theCompleteTestModelwhich only considers the configuration for negative combinatorial testing for the given error constraint.static GroupSpecificTestModelGroupSpecificTestModel. positive(CompleteTestModel delegate, ConstraintChecker constraintChecker)Creates a new view on theCompleteTestModelwhich only considers the configuration for positive combinatorial testing.
-