Package de.rwth.swc.coffee4j.engine.manager
-
Interface Summary Interface Description CombinatorialTestManager Defines a manager which can completely manage a combinatorial test including dynamic test generation (e.g fault characterization).TestResultCache A cache for test results to reduce unnecessary execution time if the same test input results are requested multiple times. -
Class Summary Class Description BasicCombinatorialTestManager A very basic manager for combinatorial tests.CachingDelegatingCombinatorialTestManager ACombinatorialTestManagerwhich does not generate test inputs by itself but delegates this to another manager.CombinatorialTestConfiguration All configuration needed for anCombinatorialTestManagerto generate test inputs for a given testModel.HashMapTestResultCache Stores test results is a hash map.