Uses of Class
de.rwth.swc.coffee4j.algorithmic.interleaving.InterleavingCombinatorialTestGroup
-
-
Uses of InterleavingCombinatorialTestGroup in de.rwth.swc.coffee4j.algorithmic.interleaving.manager
Fields in de.rwth.swc.coffee4j.algorithmic.interleaving.manager declared as InterleavingCombinatorialTestGroup Modifier and Type Field Description protected InterleavingCombinatorialTestGroupAbstractInterleavingManager. testGroupprotected InterleavingCombinatorialTestGroupAbstractInterleavingManager. testGroupprotected InterleavingCombinatorialTestGroupAbstractInterleavingManager. testGroup -
Uses of InterleavingCombinatorialTestGroup in de.rwth.swc.coffee4j.algorithmic.interleaving.report
Methods in de.rwth.swc.coffee4j.algorithmic.interleaving.report with parameters of type InterleavingCombinatorialTestGroup Modifier and Type Method Description default voidInterleavingGenerationReporter. checkingFinished(InterleavingCombinatorialTestGroup group, int[] failureInducingCombination, boolean isFailureInducing)called if the feedback-checking-phase finished.default voidInterleavingGenerationReporter. checkingStarted(InterleavingCombinatorialTestGroup group, int[] failureInducingCombination)called if the feedback-checking-phase started.default voidInterleavingGenerationReporter. identificationFinished(InterleavingCombinatorialTestGroup group, Set<int[]> exceptionInducingCombinations, Set<int[]> failureInducingCombinations)called if the identification phase ended for a failing test input.default voidInterleavingGenerationReporter. identificationStarted(InterleavingCombinatorialTestGroup group, int[] failingTestInput)called if the identification phase started for a failing test input.default voidInterleavingGenerationReporter. identificationTestInputGenerated(InterleavingCombinatorialTestGroup group, int[] testInput)called if a new test input was generated during identification phase.default voidInterleavingGenerationReporter. interleavingGroupFinished(InterleavingCombinatorialTestGroup group, Map<int[],Class<? extends Throwable>> exceptionInducingCombinations, Set<int[]> possibleFailureInducingCombinations)called if Interleaving Combinatorial Testing finished for aInterleavingCombinatorialTestGroup.default voidInterleavingGenerationReporter. interleavingGroupGenerated(InterleavingCombinatorialTestGroup group)called if aInterleavingCombinatorialTestGrouphas been generated and the Interleaving Combinatorial Testing started. -
Uses of InterleavingCombinatorialTestGroup in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation
Methods in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation with parameters of type InterleavingCombinatorialTestGroup Modifier and Type Method Description voidInterleavingExecutionReporterToGenerationReporterAdapter. checkingFinished(InterleavingCombinatorialTestGroup group, int[] failureInducingCombination, boolean isFailureInducing)voidInterleavingExecutionReporterToGenerationReporterAdapter. checkingStarted(InterleavingCombinatorialTestGroup group, int[] failureInducingCombination)voidInterleavingExecutionReporterToGenerationReporterAdapter. identificationFinished(InterleavingCombinatorialTestGroup group, Set<int[]> exceptionInducingCombinations, Set<int[]> failureInducingCombinations)voidInterleavingExecutionReporterToGenerationReporterAdapter. identificationStarted(InterleavingCombinatorialTestGroup group, int[] failingTestInput)voidInterleavingExecutionReporterToGenerationReporterAdapter. identificationTestInputGenerated(InterleavingCombinatorialTestGroup group, int[] testInput)voidInterleavingExecutionReporterToGenerationReporterAdapter. interleavingGroupFinished(InterleavingCombinatorialTestGroup group, Map<int[],Class<? extends Throwable>> exceptionInducingCombinations, Set<int[]> possibleFailureInducingCombinations)voidInterleavingExecutionReporterToGenerationReporterAdapter. interleavingGroupGenerated(InterleavingCombinatorialTestGroup group) -
Uses of InterleavingCombinatorialTestGroup in de.rwth.swc.coffee4j.engine.process.report.interleaving
Methods in de.rwth.swc.coffee4j.engine.process.report.interleaving with parameters of type InterleavingCombinatorialTestGroup 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. identificationFinished(InterleavingCombinatorialTestGroup group, Set<Combination> exceptionInducingCombinations, Set<Combination> possiblyFailureInducingCombinations)voidLoggingInterleavingExecutionReporterForGeneration. identificationFinished(InterleavingCombinatorialTestGroup group, Set<Combination> exceptionInducingCombinations, Set<Combination> possiblyFailureInducingCombinations)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. 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)voidLoggingInterleavingExecutionReporter. interleavingGroupGenerated(InterleavingCombinatorialTestGroup group)voidLoggingInterleavingExecutionReporterForGeneration. interleavingGroupGenerated(InterleavingCombinatorialTestGroup group) -
Uses of InterleavingCombinatorialTestGroup in de.rwth.swc.coffee4j.engine.report
Methods in de.rwth.swc.coffee4j.engine.report with parameters of type InterleavingCombinatorialTestGroup 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. 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. 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. 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.voidDelegatingInterleavingExecutionReporter. interleavingGroupGenerated(InterleavingCombinatorialTestGroup group)default voidInterleavingExecutionReporter. interleavingGroupGenerated(InterleavingCombinatorialTestGroup group)Called when a newInterleavingCombinatorialTestGrouphas been generated by anInterleavingCombinatorialTestManager.
-