Uses of Interface
de.rwth.swc.coffee4j.engine.report.ExecutionReporter
-
-
Uses of ExecutionReporter in de.rwth.swc.coffee4j.engine.process.extension
Methods in de.rwth.swc.coffee4j.engine.process.extension with parameters of type ExecutionReporter Modifier and Type Method Description InputParameterModelDefaultExtensionExecutor. executeModelModifiers(InputParameterModel original, ExecutionReporter reporter)InputParameterModelExtensionExecutor. executeModelModifiers(InputParameterModel original, ExecutionReporter reporter)Executes all registeredModelModifierexactly in the order they were registered in. -
Uses of ExecutionReporter 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 ExecutionReporter Modifier and Type Method Description List<ExecutionReporter>ExecutionContext. getExecutionReporters()Method parameters in de.rwth.swc.coffee4j.engine.process.phase.execution with type arguments of type ExecutionReporter Modifier and Type Method Description static ExecutionContextExecutionContext. createExecutionContext(ExtensionExecutor extensionExecutor, TestMethodConfiguration testMethodConfiguration, List<? extends ExecutionReporter> executionReporters)Creates a newExecutionContextusing the supplied information -
Uses of ExecutionReporter in de.rwth.swc.coffee4j.engine.process.phase.model
Methods in de.rwth.swc.coffee4j.engine.process.phase.model that return ExecutionReporter Modifier and Type Method Description ExecutionReporterModelModificationContext. getReporter()Constructors in de.rwth.swc.coffee4j.engine.process.phase.model with parameters of type ExecutionReporter Constructor Description ModelModificationContext(ExtensionExecutor extensionExecutor, ExecutionReporter reporter) -
Uses of ExecutionReporter in de.rwth.swc.coffee4j.engine.process.report.interleaving
Classes in de.rwth.swc.coffee4j.engine.process.report.interleaving that implement ExecutionReporter Modifier and Type Class Description classEmptyInterleavingExecutionReporterAn example implementation of aInterleavingExecutionReporter.classLoggingInterleavingExecutionReporterReporter for interleaving Combinatorial TestingclassLoggingInterleavingExecutionReporterForGenerationReporter for interleaving combinatorial testing and Constraint Generation using a loggerclassLoggingInterleavingExecutionReporterForGenerationJavaReporter transforming the found exception-inducing combinations into java-code that can be directly integrated into an IPM using a logger -
Uses of ExecutionReporter in de.rwth.swc.coffee4j.engine.process.report.sequential
Classes in de.rwth.swc.coffee4j.engine.process.report.sequential that implement ExecutionReporter Modifier and Type Class Description classEmptySequentialExecutionReporterAn example implementation of aSequentialExecutionReporter.classLoggingSequentialExecutionReporterASequentialExecutionReporterthat reports the occurring events using aLoggerclassLoggingSequentialExecutionReporterForGenerationclassLoggingSequentialExecutionReporterForGenerationJavaReporter transforming the found exception-inducing combinations into java-code that can be directly integrated into an IPM using a logger -
Uses of ExecutionReporter in de.rwth.swc.coffee4j.engine.report
Subinterfaces of ExecutionReporter in de.rwth.swc.coffee4j.engine.report Modifier and Type Interface Description interfaceInterleavingExecutionReporterInterface each Execution Reporter for Interleaving CT must implement.interfaceSequentialExecutionReporterTheInputParameterModel-based equivalent to aGenerationReporter.Classes in de.rwth.swc.coffee4j.engine.report that implement ExecutionReporter Modifier and Type Class Description classDelegatingInterleavingExecutionReporterDelegating Reporter for interleaving testing and generation.classDelegatingSequentialExecutionReporter -
Uses of ExecutionReporter in de.rwth.swc.coffee4j.junit.engine.annotation.configuration.reporter
Methods in de.rwth.swc.coffee4j.junit.engine.annotation.configuration.reporter that return types with arguments of type ExecutionReporter Modifier and Type Method Description List<ExecutionReporter>ReporterLoader. load(Method method)Class<? extends ExecutionReporter>[]value()Gets the class of the suppliedExecutionReporter
-