Uses of Interface
de.rwth.swc.coffee4j.algorithmic.sequential.generator.TestInputGroupGenerator
- 
- 
Uses of TestInputGroupGenerator in de.rwth.swc.coffee4j.algorithmic.sequential.generator.aetg
Classes in de.rwth.swc.coffee4j.algorithmic.sequential.generator.aetg that implement TestInputGroupGenerator Modifier and Type Class Description classAetgSatGenerator for one test group containing the test inputs generated with theAetgSatAlgorithmalgorithm with the strength given by theCompleteTestModel. - 
Uses of TestInputGroupGenerator in de.rwth.swc.coffee4j.algorithmic.sequential.generator.aetg.advanced
Classes in de.rwth.swc.coffee4j.algorithmic.sequential.generator.aetg.advanced that implement TestInputGroupGenerator Modifier and Type Class Description classAdvancedAetgSatGenerator for one test group containing the test inputs generated with theAetgSatAlgorithmalgorithm with the strength given by theCompleteTestModel. - 
Uses of TestInputGroupGenerator in de.rwth.swc.coffee4j.algorithmic.sequential.generator.emptyset
Classes in de.rwth.swc.coffee4j.algorithmic.sequential.generator.emptyset that implement TestInputGroupGenerator Modifier and Type Class Description classEmptySetGeneratorGenerator that returns an empty test group that can be used by interleaving Fault Characterization Algorithms. - 
Uses of TestInputGroupGenerator in de.rwth.swc.coffee4j.algorithmic.sequential.generator.ipog
Classes in de.rwth.swc.coffee4j.algorithmic.sequential.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 theCompleteTestModel. - 
Uses of TestInputGroupGenerator in de.rwth.swc.coffee4j.algorithmic.sequential.generator.ipogneg.algorithm
Classes in de.rwth.swc.coffee4j.algorithmic.sequential.generator.ipogneg.algorithm that implement TestInputGroupGenerator Modifier and Type Class Description classIpogNeg - 
Uses of TestInputGroupGenerator in de.rwth.swc.coffee4j.algorithmic.sequential.manager
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.manager that return types with arguments of type TestInputGroupGenerator Modifier and Type Method Description List<TestInputGroupGenerator>SequentialCombinatorialTestConfiguration. getGenerators()Constructor parameters in de.rwth.swc.coffee4j.algorithmic.sequential.manager with type arguments of type TestInputGroupGenerator Constructor Description SequentialCombinatorialTestConfiguration(FaultCharacterizationAlgorithmFactory faultCharacterizationAlgorithmFactory, ClassificationStrategyFactory classificationStrategyFactory, Collection<TestInputGroupGenerator> generators, TestInputPrioritizer prioritizer, GenerationReporter generationReporter, ExecutionMode executionMode)Creates a new configuration with the given arguments. - 
Uses of TestInputGroupGenerator in de.rwth.swc.coffee4j.algorithmic.sequential.report
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.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. - 
Uses of TestInputGroupGenerator in de.rwth.swc.coffee4j.engine.configuration
Methods in de.rwth.swc.coffee4j.engine.configuration that return TestInputGroupGenerator Modifier and Type Method Description TestInputGroupGeneratorTestInputGroupContext. getGenerator()Constructors in de.rwth.swc.coffee4j.engine.configuration with parameters of type TestInputGroupGenerator Constructor Description TestInputGroupContext(Object identifier, TestInputGroupGenerator generator)Creates a new context with the given identifier and generator. - 
Uses of TestInputGroupGenerator in de.rwth.swc.coffee4j.engine.configuration.execution
Methods in de.rwth.swc.coffee4j.engine.configuration.execution that return types with arguments of type TestInputGroupGenerator Modifier and Type Method Description List<TestInputGroupGenerator>SequentialExecutionConfiguration. getGenerators()Methods in de.rwth.swc.coffee4j.engine.configuration.execution with parameters of type TestInputGroupGenerator Modifier and Type Method Description SequentialExecutionConfiguration.BuilderSequentialExecutionConfiguration.Builder. generator(TestInputGroupGenerator generator)Adds one generator for initialTestInputGroupgeneration.SequentialExecutionConfiguration.BuilderSequentialExecutionConfiguration.Builder. generators(TestInputGroupGenerator... generators)Adds all generators for initialTestInputGroupgeneration.Method parameters in de.rwth.swc.coffee4j.engine.configuration.execution with type arguments of type TestInputGroupGenerator Modifier and Type Method Description SequentialExecutionConfiguration.BuilderSequentialExecutionConfiguration.Builder. generators(Collection<TestInputGroupGenerator> generators)Adds all generators for initialTestInputGroupgeneration. - 
Uses of TestInputGroupGenerator 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 TestInputGroupGenerator Modifier and Type Method Description voidSequentialExecutionReporterToGenerationReporterAdapter. testInputGroupGenerated(TestInputGroup testInputGroup, TestInputGroupGenerator generator) - 
Uses of TestInputGroupGenerator in de.rwth.swc.coffee4j.junit.engine.annotation.configuration.sequential.generation
Methods in de.rwth.swc.coffee4j.junit.engine.annotation.configuration.sequential.generation that return types with arguments of type TestInputGroupGenerator Modifier and Type Method Description Class<? extends TestInputGroupGenerator>[]algorithms()Gets the classes of theTestInputGroupGeneratorsList<TestInputGroupGenerator>GeneratorLoader. load(Method method) 
 -