Class SequentialExecutionReporterToGenerationReporterAdapter
- java.lang.Object
-
- de.rwth.swc.coffee4j.engine.process.phase.sequential.generation.SequentialExecutionReporterToGenerationReporterAdapter
-
- All Implemented Interfaces:
Reporter,GenerationReporter
public class SequentialExecutionReporterToGenerationReporterAdapter extends Object implements GenerationReporter
This is an exact copy of the DelegatingModelBasedArgumentConverter from the Model Module
-
-
Constructor Summary
Constructors Constructor Description SequentialExecutionReporterToGenerationReporterAdapter(SequentialExecutionReporter reporter, ArgumentConverter argumentConverter, ModelConverter modelConverter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfaultCharacterizationFinished(TestInputGroup testInputGroup, Map<int[],Class<? extends Throwable>> exceptionInducingCombinations, Set<int[]> possiblyFailureInducingCombinations)voidfaultCharacterizationStarted(TestInputGroup testInputGroup, FaultCharacterizationAlgorithm algorithm)voidfaultCharacterizationTestInputsGenerated(TestInputGroup testInputGroup, List<int[]> testInputs)voidreport(ReportLevel level, Report report)voidreport(ReportLevel level, Supplier<Report> reportSupplier)voidtestInputGroupFinished(TestInputGroup testInputGroup)voidtestInputGroupGenerated(TestInputGroup testInputGroup, TestInputGroupGenerator generator)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.rwth.swc.coffee4j.algorithmic.report.Reporter
reportAssumptionSatisfaction, reportAssumptionViolation, reportDebug, reportDebug, reportError, reportError, reportFatal, reportFatal, reportInfo, reportInfo, reportTrace, reportTrace, reportWarn, reportWarn
-
-
-
-
Constructor Detail
-
SequentialExecutionReporterToGenerationReporterAdapter
public SequentialExecutionReporterToGenerationReporterAdapter(SequentialExecutionReporter reporter, ArgumentConverter argumentConverter, ModelConverter modelConverter)
-
-
Method Detail
-
testInputGroupGenerated
public void testInputGroupGenerated(TestInputGroup testInputGroup, TestInputGroupGenerator generator)
- Specified by:
testInputGroupGeneratedin interfaceGenerationReporter
-
testInputGroupFinished
public void testInputGroupFinished(TestInputGroup testInputGroup)
- Specified by:
testInputGroupFinishedin interfaceGenerationReporter
-
faultCharacterizationStarted
public void faultCharacterizationStarted(TestInputGroup testInputGroup, FaultCharacterizationAlgorithm algorithm)
- Specified by:
faultCharacterizationStartedin interfaceGenerationReporter
-
faultCharacterizationFinished
public void faultCharacterizationFinished(TestInputGroup testInputGroup, Map<int[],Class<? extends Throwable>> exceptionInducingCombinations, Set<int[]> possiblyFailureInducingCombinations)
- Specified by:
faultCharacterizationFinishedin interfaceGenerationReporter
-
faultCharacterizationTestInputsGenerated
public void faultCharacterizationTestInputsGenerated(TestInputGroup testInputGroup, List<int[]> testInputs)
- Specified by:
faultCharacterizationTestInputsGeneratedin interfaceGenerationReporter
-
report
public void report(ReportLevel level, Report report)
-
report
public void report(ReportLevel level, Supplier<Report> reportSupplier)
-
-