Uses of Class
de.rwth.swc.coffee4j.model.Combination
-
Packages that use Combination Package Description de.rwth.swc.coffee4j.model de.rwth.swc.coffee4j.model.converter de.rwth.swc.coffee4j.model.manager de.rwth.swc.coffee4j.model.report -
-
Uses of Combination in de.rwth.swc.coffee4j.model
Methods in de.rwth.swc.coffee4j.model that return Combination Modifier and Type Method Description CombinationCombination.Builder. build()Builds the complete combination out of the parameter mappings. -
Uses of Combination in de.rwth.swc.coffee4j.model.converter
Methods in de.rwth.swc.coffee4j.model.converter that return Combination Modifier and Type Method Description CombinationIndexBasedModelConverter. convertCombination(int[] combination)CombinationModelConverter. convertCombination(int[] combination)Converts a combinations represented by an integer array into aCombinationobject with the corresponding parameters and values.Methods in de.rwth.swc.coffee4j.model.converter with parameters of type Combination Modifier and Type Method Description int[]IndexBasedModelConverter. convertCombination(Combination combination)int[]ModelConverter. convertCombination(Combination combination)Converts aCombinationobject to an integer array representation with the corresponding value number. -
Uses of Combination in de.rwth.swc.coffee4j.model.manager
Methods in de.rwth.swc.coffee4j.model.manager with parameters of type Combination Modifier and Type Method Description voidTestInputExecutor. execute(Combination testInput)Executes the test with the given test input in form of aCombination.voidCombinatorialTestConsumerManager. generateAdditionalTestInputsWithResult(Combination testInput, de.rwth.swc.coffee4j.engine.TestResult testResult)Generates additional test inputs based on a new test result.Constructor parameters in de.rwth.swc.coffee4j.model.manager with type arguments of type Combination Constructor Description CombinatorialTestConsumerManager(CombinatorialTestConsumerManagerConfiguration configuration, java.util.function.Consumer<Combination> testInputConsumer, InputParameterModel model)Creates a new manager with the given configuration, consumer and testModel. -
Uses of Combination in de.rwth.swc.coffee4j.model.report
Methods in de.rwth.swc.coffee4j.model.report with parameters of type Combination Modifier and Type Method Description default voidExecutionReporter. testInputExecutionFinished(Combination testInput, de.rwth.swc.coffee4j.engine.TestResult result)Indicates the end of a test input execution.voidNoExecutionReporter. testInputExecutionFinished(Combination testInput, de.rwth.swc.coffee4j.engine.TestResult result)voidPrintStreamExecutionReporter. testInputExecutionFinished(Combination testInput, de.rwth.swc.coffee4j.engine.TestResult result)default voidExecutionReporter. testInputExecutionStarted(Combination testInput)Indicates the start of a test input execution.voidNoExecutionReporter. testInputExecutionStarted(Combination testInput)voidPrintStreamExecutionReporter. testInputExecutionStarted(Combination testInput)Method parameters in de.rwth.swc.coffee4j.model.report with type arguments of type Combination Modifier and Type Method Description default voidExecutionReporter. faultCharacterizationFinished(TestInputGroupContext context, java.util.List<Combination> failureInducingCombinations)Called if fault characterization for aTestInputGroupis completely finished.voidNoExecutionReporter. faultCharacterizationFinished(TestInputGroupContext context, java.util.List<Combination> failureInducingCombinations)voidPrintStreamExecutionReporter. faultCharacterizationFinished(TestInputGroupContext context, java.util.List<Combination> failureInducingCombinations)default voidExecutionReporter. faultCharacterizationTestInputsGenerated(TestInputGroupContext context, java.util.List<Combination> testInputs)Called if additional test inputs for the fault characterization process of oneTestInputGrouphave been generated by the algorithm given toExecutionReporter.faultCharacterizationStarted(TestInputGroupContext, FaultCharacterizationAlgorithm).voidNoExecutionReporter. faultCharacterizationTestInputsGenerated(TestInputGroupContext context, java.util.List<Combination> testInputs)voidPrintStreamExecutionReporter. faultCharacterizationTestInputsGenerated(TestInputGroupContext context, java.util.List<Combination> testInputs)default voidExecutionReporter. testInputGroupGenerated(TestInputGroupContext context, java.util.List<Combination> testInputs)Called if a newTestInputGrouphas been generated by aTestInputGroupGenerator.voidNoExecutionReporter. testInputGroupGenerated(TestInputGroupContext context, java.util.List<Combination> testInputs)voidPrintStreamExecutionReporter. testInputGroupGenerated(TestInputGroupContext context, java.util.List<Combination> testInputs)
-