Uses of Interface
de.rwth.swc.coffee4j.algorithmic.model.TestModel
- 
- 
Uses of TestModel in de.rwth.swc.coffee4j.algorithmic.model
Classes in de.rwth.swc.coffee4j.algorithmic.model that implement TestModel Modifier and Type Class Description classCompleteTestModelA class containing all important information needed for one combinatorial test.classGroupSpecificTestModelATestModelwhich acts a a view on theCompleteTestModelthat view the model for one specific error constraint or only the positive test cases. - 
Uses of TestModel in de.rwth.swc.coffee4j.algorithmic.sequential.characterization
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.characterization that return TestModel Modifier and Type Method Description TestModelFaultCharacterizationConfiguration. getModel()protected TestModelSuspiciousCombinationAlgorithm. getModel()Constructors in de.rwth.swc.coffee4j.algorithmic.sequential.characterization with parameters of type TestModel Constructor Description FaultCharacterizationConfiguration(TestModel model, Reporter reporter)Creates a new configuration out of an IPM and a reporter. - 
Uses of TestModel in de.rwth.swc.coffee4j.algorithmic.sequential.characterization.mixtgte
Constructors in de.rwth.swc.coffee4j.algorithmic.sequential.characterization.mixtgte with parameters of type TestModel Constructor Description Mixtgte(TestModel testModel)Creates a new MixTgTe algorithm for a given testModel. - 
Uses of TestModel in de.rwth.swc.coffee4j.algorithmic.sequential.generator.aetg
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.generator.aetg that return TestModel Modifier and Type Method Description TestModelAetgSatConfiguration. getModel()Methods in de.rwth.swc.coffee4j.algorithmic.sequential.generator.aetg with parameters of type TestModel Modifier and Type Method Description AetgSatConfiguration.BuilderAetgSatConfiguration.Builder. model(TestModel model)Sets the test model. - 
Uses of TestModel in de.rwth.swc.coffee4j.algorithmic.sequential.generator.ipog
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.generator.ipog with parameters of type TestModel Modifier and Type Method Description List<it.unimi.dsi.fastutil.ints.IntSet>MixedStrengthParameterCombinationFactory. create(int[] oldParameters, int nextParameter, TestModel model)List<it.unimi.dsi.fastutil.ints.IntSet>ParameterCombinationFactory. create(int[] oldParameters, int nextParameter, TestModel model)Calculates which parameter combinations should be covered in the next step.int[]MixedStrengthParameterOrder. getInitialParameters(TestModel model)int[]ParameterOrder. getInitialParameters(TestModel model)All combinations which should be used in the first initial step of IPOG.int[]MixedStrengthParameterOrder. getRemainingParameters(TestModel model)int[]ParameterOrder. getRemainingParameters(TestModel model)The order of all remaining parameters.Constructors in de.rwth.swc.coffee4j.algorithmic.sequential.generator.ipog with parameters of type TestModel Constructor Description IpogAlgorithm(TestModel testModel)Creates a new algorithm for the given configuration. - 
Uses of TestModel in de.rwth.swc.coffee4j.algorithmic.sequential.prioritization
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.prioritization with parameters of type TestModel Modifier and Type Method Description List<int[]>NoOpTestInputPrioritizer. prioritize(Collection<int[]> testCases, TestModel model)List<int[]>TestInputPrioritizer. prioritize(Collection<int[]> testCases, TestModel model)Prioritizes the given test cases according to some internal prioritization criterion. 
 -