Uses of Class
de.rwth.swc.coffee4j.engine.generator.TestInputGroup
-
-
Uses of TestInputGroup in de.rwth.swc.coffee4j.engine.generator
Methods in de.rwth.swc.coffee4j.engine.generator that return types with arguments of type TestInputGroup Modifier and Type Method Description java.util.Collection<java.util.function.Supplier<TestInputGroup>>TestInputGroupGenerator. generate(CombinatorialTestModel model, Reporter reporter)Generates a arbitrary number ofTestInputGroupinstances. -
Uses of TestInputGroup in de.rwth.swc.coffee4j.engine.generator.ipog
Methods in de.rwth.swc.coffee4j.engine.generator.ipog that return types with arguments of type TestInputGroup Modifier and Type Method Description java.util.Set<java.util.function.Supplier<TestInputGroup>>Ipog. generate(CombinatorialTestModel model, Reporter reporter)Constructs a combinatorial test suite for positive testing. -
Uses of TestInputGroup in de.rwth.swc.coffee4j.engine.generator.negative
Methods in de.rwth.swc.coffee4j.engine.generator.negative that return types with arguments of type TestInputGroup Modifier and Type Method Description java.util.Collection<java.util.function.Supplier<TestInputGroup>>IpogNeg. generate(CombinatorialTestModel model, Reporter reporter) -
Uses of TestInputGroup in de.rwth.swc.coffee4j.engine.report
Methods in de.rwth.swc.coffee4j.engine.report with parameters of type TestInputGroup Modifier and Type Method Description default voidGenerationReporter. faultCharacterizationFinished(TestInputGroup testInputGroup, java.util.List<int[]> failureInducingCombinations)Called after all fault characterization has been finished.default voidGenerationReporter. faultCharacterizationStarted(TestInputGroup testInputGroup, FaultCharacterizationAlgorithm algorithm)Called if fault characterization for the given group has started.default voidGenerationReporter. faultCharacterizationTestInputsGenerated(TestInputGroup testInputGroup, java.util.List<int[]> testInputs)Called if new test inputs have been generated by theFaultCharacterizationAlgorithmprovided toGenerationReporter.faultCharacterizationStarted(TestInputGroup, FaultCharacterizationAlgorithm).default voidGenerationReporter. testInputGroupFinished(TestInputGroup testInputGroup)Called if all operations for aTestInputGroupare finished.default voidGenerationReporter. testInputGroupGenerated(TestInputGroup testInputGroup, TestInputGroupGenerator generator)Called if a newTestInputGrouphas been generated by aTestInputGroupGenerator.
-