Uses of Interface
de.rwth.swc.coffee4j.engine.process.report.util.CombinationFormatter
-
-
Uses of CombinationFormatter in de.rwth.swc.coffee4j.engine.process.report.interleaving
Fields in de.rwth.swc.coffee4j.engine.process.report.interleaving declared as CombinationFormatter Modifier and Type Field Description protected CombinationFormatterLoggingInterleavingExecutionReporterForGeneration. formatter -
Uses of CombinationFormatter in de.rwth.swc.coffee4j.engine.process.report.sequential
Fields in de.rwth.swc.coffee4j.engine.process.report.sequential declared as CombinationFormatter Modifier and Type Field Description protected CombinationFormatterLoggingSequentialExecutionReporterForGeneration. formatter -
Uses of CombinationFormatter in de.rwth.swc.coffee4j.engine.process.report.util
Classes in de.rwth.swc.coffee4j.engine.process.report.util that implement CombinationFormatter Modifier and Type Class Description classJavaFormatterUsed to format a found exception-inducing combination as java-code.classNoOpFormatterFormatter that simply returns the given combination as String.Methods in de.rwth.swc.coffee4j.engine.process.report.util with parameters of type CombinationFormatter 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.
-