Class EmptySequentialExecutionReporter
- java.lang.Object
-
- de.rwth.swc.coffee4j.engine.process.report.sequential.EmptySequentialExecutionReporter
-
- All Implemented Interfaces:
ExecutionReporter,SequentialExecutionReporter
public class EmptySequentialExecutionReporter extends Object implements SequentialExecutionReporter
An example implementation of aSequentialExecutionReporter. Will print nothing!
-
-
Constructor Summary
Constructors Constructor Description EmptySequentialExecutionReporter()Creates a new reporter printing no events.
-
Method Summary
-
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.engine.report.ExecutionReporter
getReportLevel, modelModified, report, testInputExecutionFinished, testInputExecutionStarted
-
Methods inherited from interface de.rwth.swc.coffee4j.engine.report.SequentialExecutionReporter
faultCharacterizationFinished, faultCharacterizationStarted, faultCharacterizationTestInputsGenerated, testInputGroupFinished, testInputGroupGenerated
-
-