Uses of Interface
de.rwth.swc.coffee4j.algorithmic.interleaving.manager.InterleavingCombinatorialTestManager
-
-
Uses of InterleavingCombinatorialTestManager in de.rwth.swc.coffee4j.algorithmic.interleaving.manager
Subinterfaces of InterleavingCombinatorialTestManager in de.rwth.swc.coffee4j.algorithmic.interleaving.manager Modifier and Type Interface Description interfaceGeneratingInterleavingCombinatorialTestManagerInterface each test manager used for the interleaving generation of error-constraints must implement.Classes in de.rwth.swc.coffee4j.algorithmic.interleaving.manager that implement InterleavingCombinatorialTestManager Modifier and Type Class Description classAbstractGeneratingInterleavingManagerAbstract class implementingGeneratingInterleavingCombinatorialTestManager.Extends theAbstractInterleavingManagerand adds the capability to store exception-inducing combinations.classDefaultGeneratingInterleavingManagerDefault implementation of the interfaceGeneratingInterleavingCombinatorialTestManager.classDefaultInterleavingManagerDefault Implementation of the interfaceInterleavingCombinatorialTestManager.Methods in de.rwth.swc.coffee4j.algorithmic.interleaving.manager that return InterleavingCombinatorialTestManager Modifier and Type Method Description InterleavingCombinatorialTestManagerInterleavingManagerFactory. create(InterleavingCombinatorialTestConfiguration testConfiguration, CompleteTestModel testModel) -
Uses of InterleavingCombinatorialTestManager in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation
Fields in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation declared as InterleavingCombinatorialTestManager Modifier and Type Field Description protected InterleavingCombinatorialTestManagerAbstractGenerationPhase. testManagerMethods in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation that return InterleavingCombinatorialTestManager Modifier and Type Method Description InterleavingCombinatorialTestManagerInterleavingGenerationContext. getTestManager() -
Uses of InterleavingCombinatorialTestManager in de.rwth.swc.coffee4j.engine.process.phase.interleaving.identification
Fields in de.rwth.swc.coffee4j.engine.process.phase.interleaving.identification declared as InterleavingCombinatorialTestManager Modifier and Type Field Description protected InterleavingCombinatorialTestManagerAbstractIdentificationPhase. testManager
-