Uses of Interface
de.rwth.swc.coffee4j.engine.generator.TestInputGroupGenerator
-
-
Uses of TestInputGroupGenerator in de.rwth.swc.coffee4j.engine.generator.ipog
Classes in de.rwth.swc.coffee4j.engine.generator.ipog that implement TestInputGroupGenerator Modifier and Type Class Description classIpogGenerator for one test group containing the test inputs generated with theIpogAlgorithmalgorithm using no constraints and the normal parameter order with the strength given by theCombinatorialTestModel. -
Uses of TestInputGroupGenerator in de.rwth.swc.coffee4j.engine.generator.negative
Classes in de.rwth.swc.coffee4j.engine.generator.negative that implement TestInputGroupGenerator Modifier and Type Class Description classIpogNeg -
Uses of TestInputGroupGenerator in de.rwth.swc.coffee4j.engine.manager
Methods in de.rwth.swc.coffee4j.engine.manager that return types with arguments of type TestInputGroupGenerator Modifier and Type Method Description java.util.List<TestInputGroupGenerator>CombinatorialTestConfiguration. getGenerators()Constructor parameters in de.rwth.swc.coffee4j.engine.manager with type arguments of type TestInputGroupGenerator Constructor Description CombinatorialTestConfiguration(FaultCharacterizationAlgorithmFactory faultCharacterizationAlgorithmFactory, java.util.Collection<TestInputGroupGenerator> generators, GenerationReporter generationReporter)Creates a new configuration with the given arguments. -
Uses of TestInputGroupGenerator in de.rwth.swc.coffee4j.engine.report
Methods in de.rwth.swc.coffee4j.engine.report with parameters of type TestInputGroupGenerator Modifier and Type Method Description default voidGenerationReporter. testInputGroupGenerated(TestInputGroup testInputGroup, TestInputGroupGenerator generator)Called if a newTestInputGrouphas been generated by aTestInputGroupGenerator.
-