Uses of Class
de.rwth.swc.coffee4j.algorithmic.sequential.generator.TestInputGroup
-
-
Uses of TestInputGroup in de.rwth.swc.coffee4j.algorithmic.sequential.generator
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.generator that return types with arguments of type TestInputGroup Modifier and Type Method Description Collection<Supplier<TestInputGroup>>TestInputGroupGenerator. generate(CompleteTestModel model, Reporter reporter)Generates a arbitrary number ofTestInputGroupinstances. -
Uses of TestInputGroup in de.rwth.swc.coffee4j.algorithmic.sequential.generator.aetg
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.generator.aetg that return types with arguments of type TestInputGroup Modifier and Type Method Description Set<Supplier<TestInputGroup>>AetgSat. generate(CompleteTestModel model, Reporter reporter) -
Uses of TestInputGroup in de.rwth.swc.coffee4j.algorithmic.sequential.generator.aetg.advanced
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.generator.aetg.advanced that return types with arguments of type TestInputGroup Modifier and Type Method Description Set<Supplier<TestInputGroup>>AdvancedAetgSat. generate(CompleteTestModel model, Reporter reporter) -
Uses of TestInputGroup in de.rwth.swc.coffee4j.algorithmic.sequential.generator.emptyset
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.generator.emptyset that return types with arguments of type TestInputGroup Modifier and Type Method Description Collection<Supplier<TestInputGroup>>EmptySetGenerator. generate(CompleteTestModel model, Reporter reporter) -
Uses of TestInputGroup in de.rwth.swc.coffee4j.algorithmic.sequential.generator.ipog
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.generator.ipog that return types with arguments of type TestInputGroup Modifier and Type Method Description Set<Supplier<TestInputGroup>>Ipog. generate(CompleteTestModel model, Reporter reporter)Constructs a combinatorial test suite for positive testing. -
Uses of TestInputGroup in de.rwth.swc.coffee4j.algorithmic.sequential.generator.ipogneg.algorithm
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.generator.ipogneg.algorithm that return types with arguments of type TestInputGroup Modifier and Type Method Description Collection<Supplier<TestInputGroup>>IpogNeg. generate(CompleteTestModel model, Reporter reporter) -
Uses of TestInputGroup in de.rwth.swc.coffee4j.algorithmic.sequential.report
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.report with parameters of type TestInputGroup Modifier and Type Method Description default voidGenerationReporter. faultCharacterizationFinished(TestInputGroup testInputGroup, Map<int[],Class<? extends Throwable>> exceptionInducingCombinations, Set<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, 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. -
Uses of TestInputGroup in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation
Methods in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation with parameters of type TestInputGroup Modifier and Type Method Description voidSequentialExecutionReporterToGenerationReporterAdapter. faultCharacterizationFinished(TestInputGroup testInputGroup, Map<int[],Class<? extends Throwable>> exceptionInducingCombinations, Set<int[]> possiblyFailureInducingCombinations)voidSequentialExecutionReporterToGenerationReporterAdapter. faultCharacterizationStarted(TestInputGroup testInputGroup, FaultCharacterizationAlgorithm algorithm)voidSequentialExecutionReporterToGenerationReporterAdapter. faultCharacterizationTestInputsGenerated(TestInputGroup testInputGroup, List<int[]> testInputs)voidSequentialExecutionReporterToGenerationReporterAdapter. testInputGroupFinished(TestInputGroup testInputGroup)voidSequentialExecutionReporterToGenerationReporterAdapter. testInputGroupGenerated(TestInputGroup testInputGroup, TestInputGroupGenerator generator)
-