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