Uses of Interface
de.rwth.swc.coffee4j.algorithmic.sequential.manager.SequentialCombinatorialTestManager
-
Packages that use SequentialCombinatorialTestManager Package Description de.rwth.swc.coffee4j.algorithmic.sequential.manager de.rwth.swc.coffee4j.engine.process.phase.sequential.generation -
-
Uses of SequentialCombinatorialTestManager in de.rwth.swc.coffee4j.algorithmic.sequential.manager
Subinterfaces of SequentialCombinatorialTestManager in de.rwth.swc.coffee4j.algorithmic.sequential.manager Modifier and Type Interface Description interfaceGeneratingSequentialCombinatorialTestManagerInterface each test manager used for the sequential generation of error-constraints must implement.Classes in de.rwth.swc.coffee4j.algorithmic.sequential.manager that implement SequentialCombinatorialTestManager Modifier and Type Class Description classBasicSequentialCombinatorialTestManagerA very basic manager for combinatorial tests.classCachingDelegatingSequentialCombinatorialTestManagerASequentialCombinatorialTestManagerwhich does not generate test inputs by itself but delegates this to another manager.classConstraintGeneratingSequentialCombinatorialTestManagerDefault implementation of the interfaceGeneratingSequentialCombinatorialTestManager.Methods in de.rwth.swc.coffee4j.algorithmic.sequential.manager that return SequentialCombinatorialTestManager Modifier and Type Method Description SequentialCombinatorialTestManagerCachingDelegatingSequentialCombinatorialTestManager. getGenerator()Constructors in de.rwth.swc.coffee4j.algorithmic.sequential.manager with parameters of type SequentialCombinatorialTestManager Constructor Description CachingDelegatingSequentialCombinatorialTestManager(TestResultCache cache, SequentialCombinatorialTestManager generator) -
Uses of SequentialCombinatorialTestManager in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation
Methods in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation that return SequentialCombinatorialTestManager Modifier and Type Method Description SequentialCombinatorialTestManagerSequentialGenerationContext. getGenerator()
-