Uses of Interface
de.rwth.swc.coffee4j.algorithmic.sequential.prioritization.TestInputPrioritizer
-
-
Uses of TestInputPrioritizer in de.rwth.swc.coffee4j.algorithmic.sequential.manager
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.manager that return TestInputPrioritizer Modifier and Type Method Description TestInputPrioritizerSequentialCombinatorialTestConfiguration. getPrioritizer()Constructors in de.rwth.swc.coffee4j.algorithmic.sequential.manager with parameters of type TestInputPrioritizer 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 TestInputPrioritizer in de.rwth.swc.coffee4j.algorithmic.sequential.prioritization
Classes in de.rwth.swc.coffee4j.algorithmic.sequential.prioritization that implement TestInputPrioritizer Modifier and Type Class Description classNoOpTestInputPrioritizerAn implementation ofTestInputPrioritizerwhich does not do anything except returning the same test inputs. -
Uses of TestInputPrioritizer in de.rwth.swc.coffee4j.engine.configuration.execution
Methods in de.rwth.swc.coffee4j.engine.configuration.execution that return TestInputPrioritizer Modifier and Type Method Description TestInputPrioritizerSequentialExecutionConfiguration. getPrioritizer()Methods in de.rwth.swc.coffee4j.engine.configuration.execution with parameters of type TestInputPrioritizer Modifier and Type Method Description SequentialExecutionConfiguration.BuilderSequentialExecutionConfiguration.Builder. prioritizer(TestInputPrioritizer prioritizer)Sets theTestInputPrioritizerwhich shall be used to prioritize the inputs of the individualTestInputGroups. -
Uses of TestInputPrioritizer in de.rwth.swc.coffee4j.junit.engine.annotation.configuration.sequential.prioritization
Methods in de.rwth.swc.coffee4j.junit.engine.annotation.configuration.sequential.prioritization that return TestInputPrioritizer Modifier and Type Method Description TestInputPrioritizerTestInputPrioritizerLoader. load(Method method)Methods in de.rwth.swc.coffee4j.junit.engine.annotation.configuration.sequential.prioritization that return types with arguments of type TestInputPrioritizer Modifier and Type Method Description Class<? extends TestInputPrioritizer>value()Specified whichTestInputPrioritizershould be used for the combinatorial test.
-