| Package | Description |
|---|---|
| de.rwth.swc.coffee4j.model.report |
| Modifier and Type | Method and Description |
|---|---|
void |
PrintStreamExecutionReporter.faultCharacterizationFinished(TestInputGroupContext context,
List<Combination> failureInducingCombinations) |
default void |
ExecutionReporter.faultCharacterizationFinished(TestInputGroupContext context,
List<Combination> failureInducingCombinations)
Called if fault characterization for a
TestInputGroup is completely
finished. |
void |
PrintStreamExecutionReporter.faultCharacterizationStarted(TestInputGroupContext context,
FaultCharacterizationAlgorithm algorithm) |
default void |
ExecutionReporter.faultCharacterizationStarted(TestInputGroupContext context,
FaultCharacterizationAlgorithm algorithm)
Called if a fault characterization started for a
TestInputGroup. |
void |
PrintStreamExecutionReporter.faultCharacterizationTestInputsGenerated(TestInputGroupContext context,
List<Combination> testInputs) |
default void |
ExecutionReporter.faultCharacterizationTestInputsGenerated(TestInputGroupContext context,
List<Combination> testInputs)
Called if additional test inputs for the fault characterization process of one
TestInputGroup have been generated by the algorithm given to
ExecutionReporter.faultCharacterizationStarted(TestInputGroupContext, FaultCharacterizationAlgorithm). |
void |
PrintStreamExecutionReporter.testInputGroupFinished(TestInputGroupContext context) |
default void |
ExecutionReporter.testInputGroupFinished(TestInputGroupContext context)
Called if a
TestInputGroup has completely finished. |
void |
PrintStreamExecutionReporter.testInputGroupGenerated(TestInputGroupContext context,
List<Combination> testInputs) |
default void |
ExecutionReporter.testInputGroupGenerated(TestInputGroupContext context,
List<Combination> testInputs)
Called if a new
TestInputGroup has been generated by a
TestInputGroupGenerator. |
Copyright © 2019. All rights reserved.