Uses of Interface
de.rwth.swc.coffee4j.engine.manager.CombinatorialTestManager
-
Packages that use CombinatorialTestManager Package Description de.rwth.swc.coffee4j.engine.manager -
-
Uses of CombinatorialTestManager in de.rwth.swc.coffee4j.engine.manager
Classes in de.rwth.swc.coffee4j.engine.manager that implement CombinatorialTestManager Modifier and Type Class Description classBasicCombinatorialTestManagerA very basic manager for combinatorial tests.classCachingDelegatingCombinatorialTestManagerACombinatorialTestManagerwhich does not generate test inputs by itself but delegates this to another manager.Constructors in de.rwth.swc.coffee4j.engine.manager with parameters of type CombinatorialTestManager Constructor Description CachingDelegatingCombinatorialTestManager(TestResultCache cache, CombinatorialTestManager generator)
-