Uses of Class
de.rwth.swc.coffee4j.engine.TestModel
-
-
Uses of TestModel in de.rwth.swc.coffee4j.engine.characterization
Methods in de.rwth.swc.coffee4j.engine.characterization that return TestModel Modifier and Type Method Description protected TestModelSuspiciousCombinationAlgorithm. getModel()TestModelFaultCharacterizationConfiguration. getTestModel()Constructors in de.rwth.swc.coffee4j.engine.characterization with parameters of type TestModel Constructor Description FaultCharacterizationConfiguration(TestModel testModel, ConstraintChecker checker, Reporter reporter)Creates a new configuration out of an IPM, reporter and constraints checker.FaultCharacterizationConfiguration(TestModel testModel, Reporter reporter)Creates a new configuration out of an IPM and a reporter. -
Uses of TestModel in de.rwth.swc.coffee4j.engine.conflict
Methods in de.rwth.swc.coffee4j.engine.conflict with parameters of type TestModel Modifier and Type Method Description de.rwth.swc.coffee4j.engine.conflict.TestModelExpanderConflictDetectionConfiguration. createTestModelExpander(TestModel testModel)Constructors in de.rwth.swc.coffee4j.engine.conflict with parameters of type TestModel Constructor Description ConflictDetectionManager(ConflictDetectionConfiguration configuration, TestModel originalTestModel)ReduceBasedDiagnosisHittingSetBuilder(TestModel testModel) -
Uses of TestModel in de.rwth.swc.coffee4j.engine.constraint
-
Uses of TestModel in de.rwth.swc.coffee4j.engine.generator
Methods in de.rwth.swc.coffee4j.engine.generator with parameters of type TestModel Modifier and Type Method Description java.util.Collection<java.util.function.Supplier<TestInputGroup>>TestInputGroupGenerator. generate(TestModel model, Reporter reporter)Generates a arbitrary number ofTestInputGroupinstances. -
Uses of TestModel in de.rwth.swc.coffee4j.engine.generator.ipog
Methods in de.rwth.swc.coffee4j.engine.generator.ipog with parameters of type TestModel Modifier and Type Method Description java.util.Set<java.util.function.Supplier<TestInputGroup>>Ipog. generate(TestModel model, Reporter reporter)Constructs a combinatorial test suite for positive testing.IpogConfiguration.BuilderIpogConfiguration.Builder. testModel(TestModel testModel) -
Uses of TestModel in de.rwth.swc.coffee4j.engine.generator.ipogneg
Methods in de.rwth.swc.coffee4j.engine.generator.ipogneg with parameters of type TestModel Modifier and Type Method Description java.util.Collection<java.util.function.Supplier<TestInputGroup>>IpogNeg. generate(TestModel model, Reporter reporter) -
Uses of TestModel in de.rwth.swc.coffee4j.engine.manager
Constructors in de.rwth.swc.coffee4j.engine.manager with parameters of type TestModel Constructor Description BasicCombinatorialTestManager(CombinatorialTestConfiguration configuration, TestModel model)
-