Uses of Interface
de.rwth.swc.coffee4j.algorithmic.interleaving.generator.TestInputGenerationStrategyFactory
-
-
Uses of TestInputGenerationStrategyFactory in de.rwth.swc.coffee4j.algorithmic.interleaving.generator.aetg
Methods in de.rwth.swc.coffee4j.algorithmic.interleaving.generator.aetg that return TestInputGenerationStrategyFactory Modifier and Type Method Description static TestInputGenerationStrategyFactoryAetgStrategy. aetgStrategy() -
Uses of TestInputGenerationStrategyFactory in de.rwth.swc.coffee4j.algorithmic.interleaving.manager
Methods in de.rwth.swc.coffee4j.algorithmic.interleaving.manager that return TestInputGenerationStrategyFactory Modifier and Type Method Description TestInputGenerationStrategyFactoryInterleavingCombinatorialTestConfiguration. getTestInputGenerationStrategyFactory()Constructors in de.rwth.swc.coffee4j.algorithmic.interleaving.manager with parameters of type TestInputGenerationStrategyFactory Constructor Description InterleavingCombinatorialTestConfiguration(TestInputGenerationStrategyFactory testInputGenerationStrategyFactory, IdentificationStrategyFactory identificationStrategyFactory, FeedbackCheckingStrategyFactory feedbackCheckingStrategyFactory, ClassificationStrategyFactory classificationStrategyFactory, ConstraintCheckerFactory constraintCheckerFactory, InterleavingGenerationReporter generationReporter)Creates a new configuration. -
Uses of TestInputGenerationStrategyFactory in de.rwth.swc.coffee4j.engine.configuration.execution
Methods in de.rwth.swc.coffee4j.engine.configuration.execution that return TestInputGenerationStrategyFactory Modifier and Type Method Description TestInputGenerationStrategyFactoryInterleavingExecutionConfiguration. getTestInputGenerationStrategyFactory()Methods in de.rwth.swc.coffee4j.engine.configuration.execution with parameters of type TestInputGenerationStrategyFactory Modifier and Type Method Description InterleavingExecutionConfiguration.BuilderInterleavingExecutionConfiguration.Builder. testInputGenerationStrategyFactory(TestInputGenerationStrategyFactory testInputGenerationStrategyFactory)
-