Uses of Class
de.rwth.swc.coffee4j.engine.configuration.model.Combination
-
-
Uses of Combination in de.rwth.swc.coffee4j.engine.configuration.execution
Methods in de.rwth.swc.coffee4j.engine.configuration.execution with parameters of type Combination Modifier and Type Method Description TestResultTestInputExecutor. execute(Combination combination)Executes the givenCombinationand throws an error if necessary. -
Uses of Combination in de.rwth.swc.coffee4j.engine.configuration.extension.characterization
Method parameters in de.rwth.swc.coffee4j.engine.configuration.extension.characterization with type arguments of type Combination Modifier and Type Method Description voidAfterFaultCharacterizationCallback. afterFaultCharacterization(List<Combination> additionalTestInput)Executes the callback with the suppliedcombinationsvoidBeforeFaultCharacterizationCallback. beforeFaultCharacterization(Map<Combination,TestResult> combinationTestResultMap)Executes the callback with supplied test results -
Uses of Combination in de.rwth.swc.coffee4j.engine.configuration.extension.execution
Methods in de.rwth.swc.coffee4j.engine.configuration.extension.execution that return types with arguments of type Combination Modifier and Type Method Description Map<Combination,TestResult>AfterExecutionCallback. afterExecution(Map<Combination,TestResult> combinationTestResultMap)Executes the callback with the supplied preliminary test results.Method parameters in de.rwth.swc.coffee4j.engine.configuration.extension.execution with type arguments of type Combination Modifier and Type Method Description Map<Combination,TestResult>AfterExecutionCallback. afterExecution(Map<Combination,TestResult> combinationTestResultMap)Executes the callback with the supplied preliminary test results.voidBeforeExecutionCallback. beforeExecution(List<Combination> combination)Execute the callback with the suppliedcombinations -
Uses of Combination in de.rwth.swc.coffee4j.engine.configuration.extension.generation
Methods in de.rwth.swc.coffee4j.engine.configuration.extension.generation that return types with arguments of type Combination Modifier and Type Method Description List<Combination>AfterGenerationCallback. afterGeneration(List<Combination> inputCombinations)Execute the callback with the suppliedcombinations.Method parameters in de.rwth.swc.coffee4j.engine.configuration.extension.generation with type arguments of type Combination Modifier and Type Method Description List<Combination>AfterGenerationCallback. afterGeneration(List<Combination> inputCombinations)Execute the callback with the suppliedcombinations. -
Uses of Combination in de.rwth.swc.coffee4j.engine.configuration.model
Methods in de.rwth.swc.coffee4j.engine.configuration.model that return Combination Modifier and Type Method Description CombinationCombination.Builder. build(Collection<Parameter> parameters)static CombinationCombination. empty()CombinationSeed. getCombination()static CombinationCombination. of(Map<Parameter,Value> parameterValueMap)Methods in de.rwth.swc.coffee4j.engine.configuration.model with parameters of type Combination Modifier and Type Method Description booleanCombination. contains(Combination otherCombination)Checks ifthiscombination contains all parameter-value pairs ofotherCombination.static Seed.BuilderSeed. seed(Combination combination)Constructs a builder instance for a seed which consists of the given combination. -
Uses of Combination in de.rwth.swc.coffee4j.engine.configuration.model.constraints
Methods in de.rwth.swc.coffee4j.engine.configuration.model.constraints with parameters of type Combination Modifier and Type Method Description booleanConstraint. checkIfValid(Combination combination)Checks whether the given combination is valid or not. -
Uses of Combination in de.rwth.swc.coffee4j.engine.configuration.model.constraints.methodbased
Methods in de.rwth.swc.coffee4j.engine.configuration.model.constraints.methodbased with parameters of type Combination Modifier and Type Method Description booleanMethodBasedConstraint. checkIfValid(Combination combination) -
Uses of Combination in de.rwth.swc.coffee4j.engine.configuration.model.constraints.tuplebased
Methods in de.rwth.swc.coffee4j.engine.configuration.model.constraints.tuplebased that return Combination Modifier and Type Method Description CombinationTupleBasedConstraint. getCombination()Methods in de.rwth.swc.coffee4j.engine.configuration.model.constraints.tuplebased with parameters of type Combination Modifier and Type Method Description booleanTupleBasedConstraint. checkIfValid(Combination combination)Constructors in de.rwth.swc.coffee4j.engine.configuration.model.constraints.tuplebased with parameters of type Combination Constructor Description TupleBasedConstraint(String name, List<String> parameterNames, Combination tuple)TupleBasedConstraint(String name, List<String> parameterNames, ConstraintStatus constraintStatus, Combination tuple) -
Uses of Combination in de.rwth.swc.coffee4j.engine.converter.model
Methods in de.rwth.swc.coffee4j.engine.converter.model 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.engine.converter.model 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.engine.process.extension
Methods in de.rwth.swc.coffee4j.engine.process.extension that return types with arguments of type Combination Modifier and Type Method Description Map<Combination,TestResult>DefaultExtensionExecutor. executeAfterExecution(Map<Combination,TestResult> executionResultMap)Executes the callback after the execution phaseMap<Combination,TestResult>ExtensionExecutor. executeAfterExecution(Map<Combination,TestResult> testResultMap)Executes the callback after the execution phaseList<Combination>DefaultExtensionExecutor. executeAfterGeneration(List<Combination> combinations)Executes the callback after the generation phaseList<Combination>ExtensionExecutor. executeAfterGeneration(List<Combination> combinations)Executes the callback after the generation phaseMethod parameters in de.rwth.swc.coffee4j.engine.process.extension with type arguments of type Combination Modifier and Type Method Description Map<Combination,TestResult>DefaultExtensionExecutor. executeAfterExecution(Map<Combination,TestResult> executionResultMap)Executes the callback after the execution phaseMap<Combination,TestResult>ExtensionExecutor. executeAfterExecution(Map<Combination,TestResult> testResultMap)Executes the callback after the execution phasevoidDefaultExtensionExecutor. executeAfterFaultCharacterization(List<Combination> combinations)voidExtensionExecutor. executeAfterFaultCharacterization(List<Combination> combinations)Executes the callback after the fault characterization phaseList<Combination>DefaultExtensionExecutor. executeAfterGeneration(List<Combination> combinations)Executes the callback after the generation phaseList<Combination>ExtensionExecutor. executeAfterGeneration(List<Combination> combinations)Executes the callback after the generation phasevoidDefaultExtensionExecutor. executeBeforeExecution(List<Combination> combinations)voidExtensionExecutor. executeBeforeExecution(List<Combination> combinations)Executes the callback before the execution phasevoidDefaultExtensionExecutor. executeBeforeFaultCharacterization(Map<Combination,TestResult> combinationTestResultMap)voidExtensionExecutor. executeBeforeFaultCharacterization(Map<Combination,TestResult> combinationTestResultMap)Executes the callback before the fault characterization phase -
Uses of Combination in de.rwth.swc.coffee4j.engine.process.interleaving
Methods in de.rwth.swc.coffee4j.engine.process.interleaving that return types with arguments of type Combination Modifier and Type Method Description Map<Combination,TestResult>HashMapResultCache. getResults()protected Map<Combination,TestResult>AbstractInterleavingPhaseManager. runTestInput(Combination nextTestInput)passes test input to execution phase if result is not present in cache.Methods in de.rwth.swc.coffee4j.engine.process.interleaving with parameters of type Combination Modifier and Type Method Description voidHashMapResultCache. addResultIfAbsentFor(Combination testInput, TestResult result)voidResultCache. addResultIfAbsentFor(Combination testInput, TestResult result)booleanHashMapResultCache. containsResultFor(Combination testInput)booleanResultCache. containsResultFor(Combination testInput)TestResultHashMapResultCache. getResultFor(Combination testInput)TestResultResultCache. getResultFor(Combination testInput)protected Map<Combination,TestResult>AbstractInterleavingPhaseManager. runTestInput(Combination nextTestInput)passes test input to execution phase if result is not present in cache.Method parameters in de.rwth.swc.coffee4j.engine.process.interleaving with type arguments of type Combination Modifier and Type Method Description protected abstract voidAbstractInterleavingPhaseManager. executeClassificationPhase(Map<Combination,TestResult> errorConstraintExceptionCausingTestInputs)Template method implemented by error-constraint generating managers.protected voidDefaultGeneratingInterleavingPhaseManager. executeClassificationPhase(Map<Combination,TestResult> errorConstraintExceptionCausingTestInputs)protected voidDefaultTestingInterleavingPhaseManager. executeClassificationPhase(Map<Combination,TestResult> errorConstraintExceptionCausingTestInputs) -
Uses of Combination in de.rwth.swc.coffee4j.engine.process.manager.sequential
Method parameters in de.rwth.swc.coffee4j.engine.process.manager.sequential with type arguments of type Combination Modifier and Type Method Description protected abstract voidAbstractSequentialPhaseManager. collectErrorConstraintExceptionCausingTestInputs(Map<Combination,TestResult> executionResults)Template method implemented by error-constraint generating managers.protected voidDefaultGeneratingSequentialPhaseManager. collectErrorConstraintExceptionCausingTestInputs(Map<Combination,TestResult> executionResults)protected voidDefaultTestingSequentialPhaseManager. collectErrorConstraintExceptionCausingTestInputs(Map<Combination,TestResult> executionResults) -
Uses of Combination in de.rwth.swc.coffee4j.engine.process.phase.execution
Methods in de.rwth.swc.coffee4j.engine.process.phase.execution that return types with arguments of type Combination Modifier and Type Method Description Map<Combination,TestResult>ExecutionPhase. execute(List<Combination> input)Method parameters in de.rwth.swc.coffee4j.engine.process.phase.execution with type arguments of type Combination Modifier and Type Method Description Map<Combination,TestResult>ExecutionPhase. execute(List<Combination> input) -
Uses of Combination in de.rwth.swc.coffee4j.engine.process.phase.interleaving.checking
Methods in de.rwth.swc.coffee4j.engine.process.phase.interleaving.checking that return Combination Modifier and Type Method Description CombinationCheckingPhase. execute(Map<Combination,TestResult> previouslyExecutedTests)CombinationCheckingPhase. initialize()initialize checking phase with possibly failure-inducing combinationMethod parameters in de.rwth.swc.coffee4j.engine.process.phase.interleaving.checking with type arguments of type Combination Modifier and Type Method Description CombinationCheckingPhase. execute(Map<Combination,TestResult> previouslyExecutedTests) -
Uses of Combination in de.rwth.swc.coffee4j.engine.process.phase.interleaving.classification
Methods in de.rwth.swc.coffee4j.engine.process.phase.interleaving.classification that return Combination Modifier and Type Method Description CombinationInterleavingClassificationPhase. execute(Map<Combination,TestResult> input)CombinationInterleavingClassificationPhase. initialize(Map<Combination,TestResult> errorConstraintExceptionCausingTestInputs)Method parameters in de.rwth.swc.coffee4j.engine.process.phase.interleaving.classification with type arguments of type Combination Modifier and Type Method Description CombinationInterleavingClassificationPhase. execute(Map<Combination,TestResult> input)CombinationInterleavingClassificationPhase. initialize(Map<Combination,TestResult> errorConstraintExceptionCausingTestInputs) -
Uses of Combination in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation
Methods in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation that return Combination Modifier and Type Method Description CombinationInterleavingGenerationPhase. execute(Map<Combination,TestResult> previouslyExecutedTests)Method parameters in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation with type arguments of type Combination Modifier and Type Method Description CombinationInterleavingGenerationPhase. execute(Map<Combination,TestResult> previouslyExecutedTests) -
Uses of Combination in de.rwth.swc.coffee4j.engine.process.phase.interleaving.identification
Methods in de.rwth.swc.coffee4j.engine.process.phase.interleaving.identification that return Combination Modifier and Type Method Description CombinationIdentificationPhase. execute(Map<Combination,TestResult> previouslyExecutedTests)CombinationAbstractIdentificationPhase. initialize(Combination testInput, TestResult result)initialize identification phase with previously executed failing test inputCombinationIdentificationPhase. initialize(Combination testInput, TestResult result)initialize identification phase with previously executed failing test inputCombinationAbstractIdentificationPhase. reinitialize()reinitialize identification phaseCombinationIdentificationPhase. reinitialize()reinitialize identification phaseMethods in de.rwth.swc.coffee4j.engine.process.phase.interleaving.identification with parameters of type Combination Modifier and Type Method Description CombinationAbstractIdentificationPhase. initialize(Combination testInput, TestResult result)initialize identification phase with previously executed failing test inputCombinationIdentificationPhase. initialize(Combination testInput, TestResult result)initialize identification phase with previously executed failing test inputMethod parameters in de.rwth.swc.coffee4j.engine.process.phase.interleaving.identification with type arguments of type Combination Modifier and Type Method Description CombinationIdentificationPhase. execute(Map<Combination,TestResult> previouslyExecutedTests) -
Uses of Combination in de.rwth.swc.coffee4j.engine.process.phase.sequential.characterization
Methods in de.rwth.swc.coffee4j.engine.process.phase.sequential.characterization that return types with arguments of type Combination Modifier and Type Method Description List<Combination>FaultCharacterizationPhase. execute(Map<Combination,TestResult> input)Executes theFaultCharacterizationPhaseas configured with theSequentialGenerationContextonce.Method parameters in de.rwth.swc.coffee4j.engine.process.phase.sequential.characterization with type arguments of type Combination Modifier and Type Method Description List<Combination>FaultCharacterizationPhase. execute(Map<Combination,TestResult> input)Executes theFaultCharacterizationPhaseas configured with theSequentialGenerationContextonce. -
Uses of Combination in de.rwth.swc.coffee4j.engine.process.phase.sequential.classification
Methods in de.rwth.swc.coffee4j.engine.process.phase.sequential.classification that return Combination Modifier and Type Method Description CombinationSequentialClassificationPhase. execute(Map<Combination,TestResult> input)CombinationSequentialClassificationPhase. initialize(Map<Combination,TestResult> errorConstraintExceptionCausingTestInputs)Method parameters in de.rwth.swc.coffee4j.engine.process.phase.sequential.classification with type arguments of type Combination Modifier and Type Method Description CombinationSequentialClassificationPhase. execute(Map<Combination,TestResult> input)CombinationSequentialClassificationPhase. initialize(Map<Combination,TestResult> errorConstraintExceptionCausingTestInputs) -
Uses of Combination in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation
Methods in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation that return types with arguments of type Combination Modifier and Type Method Description List<Combination>SequentialGenerationPhase. execute(InputParameterModel input)Executes this phase by generating the initial test set of the combinatorial test in the manner configured in theSequentialGenerationContextsupplied inSequentialGenerationPhase(SequentialGenerationContext) -
Uses of Combination in de.rwth.swc.coffee4j.engine.process.report.interleaving
Methods in de.rwth.swc.coffee4j.engine.process.report.interleaving with parameters of type Combination Modifier and Type Method Description voidLoggingInterleavingExecutionReporter. checkingFinished(InterleavingCombinatorialTestGroup group, Combination combinationToCheck, boolean passed)voidLoggingInterleavingExecutionReporterForGeneration. checkingFinished(InterleavingCombinatorialTestGroup group, Combination combinationToCheck, boolean passed)voidLoggingInterleavingExecutionReporter. checkingStarted(InterleavingCombinatorialTestGroup group, Combination combinationToCheck)voidLoggingInterleavingExecutionReporterForGeneration. checkingStarted(InterleavingCombinatorialTestGroup group, Combination combinationToCheck)voidLoggingInterleavingExecutionReporter. identificationStarted(InterleavingCombinatorialTestGroup group, Combination failingTestInput)voidLoggingInterleavingExecutionReporterForGeneration. identificationStarted(InterleavingCombinatorialTestGroup group, Combination failingTestInput)voidLoggingInterleavingExecutionReporter. identificationTestInputGenerated(InterleavingCombinatorialTestGroup group, Combination testInput)voidLoggingInterleavingExecutionReporterForGeneration. identificationTestInputGenerated(InterleavingCombinatorialTestGroup group, Combination testInput)voidLoggingInterleavingExecutionReporter. testInputExecutionFinished(Combination testInput, TestResult result)voidLoggingInterleavingExecutionReporterForGeneration. testInputExecutionFinished(Combination testInput, TestResult result)voidLoggingInterleavingExecutionReporter. testInputExecutionStarted(Combination testInput)voidLoggingInterleavingExecutionReporterForGeneration. testInputExecutionStarted(Combination testInput)Method parameters in de.rwth.swc.coffee4j.engine.process.report.interleaving with type arguments of type Combination Modifier and Type Method Description voidLoggingInterleavingExecutionReporter. identificationFinished(InterleavingCombinatorialTestGroup group, Set<Combination> exceptionInducingCombinations, Set<Combination> possiblyFailureInducingCombinations)voidLoggingInterleavingExecutionReporterForGeneration. identificationFinished(InterleavingCombinatorialTestGroup group, Set<Combination> exceptionInducingCombinations, Set<Combination> possiblyFailureInducingCombinations)voidLoggingInterleavingExecutionReporter. interleavingGroupFinished(InterleavingCombinatorialTestGroup group, Map<Combination,Class<? extends Throwable>> exceptionInducingCombinations, Set<Combination> possiblyFailureInducingCombinations)voidLoggingInterleavingExecutionReporter. interleavingGroupFinished(InterleavingCombinatorialTestGroup group, Map<Combination,Class<? extends Throwable>> exceptionInducingCombinations, Set<Combination> possiblyFailureInducingCombinations)voidLoggingInterleavingExecutionReporterForGeneration. interleavingGroupFinished(InterleavingCombinatorialTestGroup group, Map<Combination,Class<? extends Throwable>> exceptionInducingCombinations, Set<Combination> possiblyFailureInducingCombinations)voidLoggingInterleavingExecutionReporterForGeneration. interleavingGroupFinished(InterleavingCombinatorialTestGroup group, Map<Combination,Class<? extends Throwable>> exceptionInducingCombinations, Set<Combination> possiblyFailureInducingCombinations) -
Uses of Combination in de.rwth.swc.coffee4j.engine.process.report.sequential
Methods in de.rwth.swc.coffee4j.engine.process.report.sequential with parameters of type Combination Modifier and Type Method Description voidLoggingSequentialExecutionReporter. testInputExecutionFinished(Combination testInput, TestResult result)voidLoggingSequentialExecutionReporter. testInputExecutionStarted(Combination testInput)Method parameters in de.rwth.swc.coffee4j.engine.process.report.sequential with type arguments of type Combination Modifier and Type Method Description voidLoggingSequentialExecutionReporter. faultCharacterizationFinished(TestInputGroupContext context, Map<Combination,Class<? extends Throwable>> exceptionInducingCombinations, Collection<Combination> failureInducingCombinations)voidLoggingSequentialExecutionReporter. faultCharacterizationFinished(TestInputGroupContext context, Map<Combination,Class<? extends Throwable>> exceptionInducingCombinations, Collection<Combination> failureInducingCombinations)voidLoggingSequentialExecutionReporter. faultCharacterizationTestInputsGenerated(TestInputGroupContext context, List<Combination> testInputs)voidLoggingSequentialExecutionReporterForGeneration. faultCharacterizationTestInputsGenerated(TestInputGroupContext context, List<Combination> testInputs)protected voidLoggingSequentialExecutionReporter. printExceptionInducingCombinations(Map<Combination,Class<? extends Throwable>> exceptionInducingCombinations)template method implemented by sub-classes reporting found exception-inducing combinationsprotected voidLoggingSequentialExecutionReporterForGeneration. printExceptionInducingCombinations(Map<Combination,Class<? extends Throwable>> exceptionInducingCombinations)protected voidLoggingSequentialExecutionReporter. printWarning(Collection<Combination> failureInducingCombinations)template method implemented by sub-classes reporting found exception-inducing combinationsprotected voidLoggingSequentialExecutionReporterForGeneration. printWarning(Collection<Combination> failureInducingCombinations)voidLoggingSequentialExecutionReporter. testInputGroupGenerated(TestInputGroupContext context, List<Combination> testInputs) -
Uses of Combination in de.rwth.swc.coffee4j.engine.process.report.util
Methods in de.rwth.swc.coffee4j.engine.process.report.util with parameters of type Combination Modifier and Type Method Description default StringCombinationFormatter. format(Combination combination)Formats a given combination.StringJavaFormatter. format(Combination combination)Method parameters in de.rwth.swc.coffee4j.engine.process.report.util with type arguments of type Combination Modifier and Type Method Description static StringReportUtility. getFormattedExceptionInducingCombinations(Map<Combination,Class<? extends Throwable>> exceptionInducingCombinations, CombinationFormatter formatter)creates output that can be used byExecutionReporters for a set of exception-inducing combinations grouped by the exceptions they trigger.static StringReportUtility. getFormattedExceptionInducingCombinations(Set<Combination> exceptionInducingCombinations)creates output that can be used byExecutionReporters for a set of exception-inducing combinations.static StringReportUtility. getFormattedFailureInducingCombinations(Collection<Combination> possiblyFailureInducingCombinations)creates output that can be used byExecutionReporters for a set of failure-inducing combinations. -
Uses of Combination in de.rwth.swc.coffee4j.engine.report
Methods in de.rwth.swc.coffee4j.engine.report with parameters of type Combination Modifier and Type Method Description voidDelegatingInterleavingExecutionReporter. checkingFinished(InterleavingCombinatorialTestGroup group, Combination failureInducingCombination, boolean isFailureInducing)default voidInterleavingExecutionReporter. checkingFinished(InterleavingCombinatorialTestGroup group, Combination combinationToCheck, boolean passed)Called when the checking phase for a combination has finished.voidDelegatingInterleavingExecutionReporter. checkingStarted(InterleavingCombinatorialTestGroup group, Combination failureInducingCombination)default voidInterleavingExecutionReporter. checkingStarted(InterleavingCombinatorialTestGroup group, Combination combinationToCheck)Called when the checking phase for a combination has started.voidDelegatingInterleavingExecutionReporter. identificationStarted(InterleavingCombinatorialTestGroup group, Combination failingTestInput)default voidInterleavingExecutionReporter. identificationStarted(InterleavingCombinatorialTestGroup group, Combination failingTestInput)Called when the identification phase for a failing test input has started.voidDelegatingInterleavingExecutionReporter. identificationTestInputGenerated(InterleavingCombinatorialTestGroup group, Combination testInput)default voidInterleavingExecutionReporter. identificationTestInputGenerated(InterleavingCombinatorialTestGroup group, Combination testInput)Called when a new test input was generated during identification phase.voidDelegatingInterleavingExecutionReporter. testInputExecutionFinished(Combination testInput, TestResult result)voidDelegatingSequentialExecutionReporter. testInputExecutionFinished(Combination testInput, TestResult result)default voidExecutionReporter. testInputExecutionFinished(Combination testInput, TestResult result)Indicates the end of a test input execution.voidDelegatingInterleavingExecutionReporter. testInputExecutionStarted(Combination testInput)voidDelegatingSequentialExecutionReporter. testInputExecutionStarted(Combination testInput)default voidExecutionReporter. testInputExecutionStarted(Combination testInput)Indicates the start of a test input execution.Method parameters in de.rwth.swc.coffee4j.engine.report with type arguments of type Combination Modifier and Type Method Description voidDelegatingSequentialExecutionReporter. faultCharacterizationFinished(TestInputGroupContext context, Map<Combination,Class<? extends Throwable>> exceptionInducingCombinations, Collection<Combination> possiblyFailureInducingCombinations)voidDelegatingSequentialExecutionReporter. faultCharacterizationFinished(TestInputGroupContext context, Map<Combination,Class<? extends Throwable>> exceptionInducingCombinations, Collection<Combination> possiblyFailureInducingCombinations)default voidSequentialExecutionReporter. faultCharacterizationFinished(TestInputGroupContext context, Map<Combination,Class<? extends Throwable>> exceptionInducingCombinations, Collection<Combination> possiblyFailureInducingCombinations)Called if fault characterization for aTestInputGroupis completely finished.default voidSequentialExecutionReporter. faultCharacterizationFinished(TestInputGroupContext context, Map<Combination,Class<? extends Throwable>> exceptionInducingCombinations, Collection<Combination> possiblyFailureInducingCombinations)Called if fault characterization for aTestInputGroupis completely finished.voidDelegatingSequentialExecutionReporter. faultCharacterizationTestInputsGenerated(TestInputGroupContext context, List<Combination> testInputs)default voidSequentialExecutionReporter. faultCharacterizationTestInputsGenerated(TestInputGroupContext context, List<Combination> testInputs)Called if additional test inputs for the fault characterization process of oneTestInputGrouphave been generated by the algorithm given toSequentialExecutionReporter.faultCharacterizationStarted(TestInputGroupContext, FaultCharacterizationAlgorithm).voidDelegatingInterleavingExecutionReporter. identificationFinished(InterleavingCombinatorialTestGroup group, Set<Combination> exceptionInducingCombinations, Set<Combination> failureInducingCombinations)default voidInterleavingExecutionReporter. identificationFinished(InterleavingCombinatorialTestGroup group, Set<Combination> exceptionInducingCombinations, Set<Combination> possiblyFailureInducingCombinations)Called when the identification phase for a failing test input has finished.voidDelegatingInterleavingExecutionReporter. interleavingGroupFinished(InterleavingCombinatorialTestGroup group, Map<Combination,Class<? extends Throwable>> exceptionInducingCombinations, Set<Combination> possibleFailureInducingCombinations)voidDelegatingInterleavingExecutionReporter. interleavingGroupFinished(InterleavingCombinatorialTestGroup group, Map<Combination,Class<? extends Throwable>> exceptionInducingCombinations, Set<Combination> possibleFailureInducingCombinations)default voidInterleavingExecutionReporter. interleavingGroupFinished(InterleavingCombinatorialTestGroup group, Map<Combination,Class<? extends Throwable>> exceptionInducingCombinations, Set<Combination> possiblyFailureInducingCombinations)Called when the interleaving combinatorial testing has finished.default voidInterleavingExecutionReporter. interleavingGroupFinished(InterleavingCombinatorialTestGroup group, Map<Combination,Class<? extends Throwable>> exceptionInducingCombinations, Set<Combination> possiblyFailureInducingCombinations)Called when the interleaving combinatorial testing has finished.voidDelegatingSequentialExecutionReporter. testInputGroupGenerated(TestInputGroupContext context, List<Combination> testInputs)default voidSequentialExecutionReporter. testInputGroupGenerated(TestInputGroupContext context, List<Combination> testInputs)Called if a newTestInputGrouphas been generated by aTestInputGroupGenerator. -
Uses of Combination in de.rwth.swc.coffee4j.junit.engine
Methods in de.rwth.swc.coffee4j.junit.engine with parameters of type Combination Modifier and Type Method Description static org.junit.platform.engine.UniqueIdUniqueIdGenerator. appendIdFromCombination(org.junit.platform.engine.UniqueId uniqueId, Combination combination)Appends a combination name to an existingUniqueId -
Uses of Combination in de.rwth.swc.coffee4j.junit.engine.annotation.parameter
Methods in de.rwth.swc.coffee4j.junit.engine.annotation.parameter that return Combination Modifier and Type Method Description CombinationParameterContext. getCombination()Methods in de.rwth.swc.coffee4j.junit.engine.annotation.parameter with parameters of type Combination Modifier and Type Method Description static ParameterContextParameterContext. of(Parameter parameter, Combination combination) -
Uses of Combination in de.rwth.swc.coffee4j.junit.engine.annotation.util
Methods in de.rwth.swc.coffee4j.junit.engine.annotation.util with parameters of type Combination Modifier and Type Method Description static Object[]ReflectionUtils. getInputForMethod(Combination combination, Method method)Extracts the input for a method from aCombination -
Uses of Combination in de.rwth.swc.coffee4j.junit.engine.execution
Methods in de.rwth.swc.coffee4j.junit.engine.execution with parameters of type Combination Modifier and Type Method Description voidCombinationBasedMethodInvoker. execute(Combination combination)TestResultCombinationExecutor. execute(Combination combination)voidLifecycleExecutor. executeAfterCombination(Object testInstance, Combination combination)voidLifecycleExecutor. executeBeforeCombination(Object testInstance, Combination combination)static StringDisplayNameFormatter. format(String namePattern, Combination combination)Formats the combination into a String using a defined name pattern.
-