Uses of Class
de.rwth.swc.coffee4j.algorithmic.configuration.execution.ExecutionMode
-
-
Uses of ExecutionMode in de.rwth.swc.coffee4j.algorithmic.configuration.execution
Methods in de.rwth.swc.coffee4j.algorithmic.configuration.execution that return ExecutionMode Modifier and Type Method Description static ExecutionModeExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionMode[]ExecutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExecutionMode in de.rwth.swc.coffee4j.algorithmic.sequential.manager
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.manager that return ExecutionMode Modifier and Type Method Description ExecutionModeSequentialCombinatorialTestConfiguration. getExecutionMode()Constructors in de.rwth.swc.coffee4j.algorithmic.sequential.manager with parameters of type ExecutionMode Constructor Description SequentialCombinatorialTestConfiguration(FaultCharacterizationAlgorithmFactory faultCharacterizationAlgorithmFactory, ClassificationStrategyFactory classificationStrategyFactory, Collection<TestInputGroupGenerator> generators, TestInputPrioritizer prioritizer, GenerationReporter generationReporter, ExecutionMode executionMode)Creates a new configuration with the given arguments. -
Uses of ExecutionMode in de.rwth.swc.coffee4j.engine.configuration.execution
Methods in de.rwth.swc.coffee4j.engine.configuration.execution that return ExecutionMode Modifier and Type Method Description ExecutionModeInterleavingExecutionConfiguration. getExecutionMode()ExecutionModeSequentialExecutionConfiguration. getExecutionMode()Methods in de.rwth.swc.coffee4j.engine.configuration.execution with parameters of type ExecutionMode Modifier and Type Method Description InterleavingExecutionConfiguration.BuilderInterleavingExecutionConfiguration.Builder. executionMode(ExecutionMode executionMode)Sets the execution mode for the interleaving combinatorial test configuration.SequentialExecutionConfiguration.BuilderSequentialExecutionConfiguration.Builder. executionMode(ExecutionMode executionMode)Sets the execution mode for the sequential combinatorial test configuration. -
Uses of ExecutionMode in de.rwth.swc.coffee4j.engine.process.phase.execution
Methods in de.rwth.swc.coffee4j.engine.process.phase.execution with parameters of type ExecutionMode Modifier and Type Method Description voidExecutionPhase. setExecutionMode(ExecutionMode executionMode)Sets the execution mode used by this execution phase. -
Uses of ExecutionMode in de.rwth.swc.coffee4j.junit.engine.annotation
Methods in de.rwth.swc.coffee4j.junit.engine.annotation that return ExecutionMode Modifier and Type Method Description ExecutionModeexecutionMode()Defines the execution mode used for the combinatorial test. -
Uses of ExecutionMode in de.rwth.swc.coffee4j.junit.engine.annotation.configuration.executionmode
Methods in de.rwth.swc.coffee4j.junit.engine.annotation.configuration.executionmode that return ExecutionMode Modifier and Type Method Description ExecutionModeExecutionModeLoader. load(Method method)ExecutionModeCombinatorialTestAnnotationBasedExecutionModeProvider. provide(Method method)
-