Uses of Class
de.rwth.swc.coffee4j.model.TestInputGroupContext
-
Packages that use TestInputGroupContext Package Description de.rwth.swc.coffee4j.model.report -
-
Uses of TestInputGroupContext in de.rwth.swc.coffee4j.model.report
Methods in de.rwth.swc.coffee4j.model.report with parameters of type TestInputGroupContext Modifier and Type Method Description default voidExecutionReporter. faultCharacterizationFinished(TestInputGroupContext context, java.util.List<Combination> failureInducingCombinations)Called if fault characterization for aTestInputGroupis completely finished.voidNoExecutionReporter. faultCharacterizationFinished(TestInputGroupContext context, java.util.List<Combination> failureInducingCombinations)voidPrintStreamExecutionReporter. faultCharacterizationFinished(TestInputGroupContext context, java.util.List<Combination> failureInducingCombinations)default voidExecutionReporter. faultCharacterizationStarted(TestInputGroupContext context, de.rwth.swc.coffee4j.engine.characterization.FaultCharacterizationAlgorithm algorithm)Called if a fault characterization started for aTestInputGroup.voidNoExecutionReporter. faultCharacterizationStarted(TestInputGroupContext context, de.rwth.swc.coffee4j.engine.characterization.FaultCharacterizationAlgorithm algorithm)voidPrintStreamExecutionReporter. faultCharacterizationStarted(TestInputGroupContext context, de.rwth.swc.coffee4j.engine.characterization.FaultCharacterizationAlgorithm algorithm)default voidExecutionReporter. faultCharacterizationTestInputsGenerated(TestInputGroupContext context, java.util.List<Combination> testInputs)Called if additional test inputs for the fault characterization process of oneTestInputGrouphave been generated by the algorithm given toExecutionReporter.faultCharacterizationStarted(TestInputGroupContext, FaultCharacterizationAlgorithm).voidNoExecutionReporter. faultCharacterizationTestInputsGenerated(TestInputGroupContext context, java.util.List<Combination> testInputs)voidPrintStreamExecutionReporter. faultCharacterizationTestInputsGenerated(TestInputGroupContext context, java.util.List<Combination> testInputs)default voidExecutionReporter. testInputGroupFinished(TestInputGroupContext context)Called if aTestInputGrouphas completely finished.voidNoExecutionReporter. testInputGroupFinished(TestInputGroupContext context)voidPrintStreamExecutionReporter. testInputGroupFinished(TestInputGroupContext context)default voidExecutionReporter. testInputGroupGenerated(TestInputGroupContext context, java.util.List<Combination> testInputs)Called if a newTestInputGrouphas been generated by aTestInputGroupGenerator.voidNoExecutionReporter. testInputGroupGenerated(TestInputGroupContext context, java.util.List<Combination> testInputs)voidPrintStreamExecutionReporter. testInputGroupGenerated(TestInputGroupContext context, java.util.List<Combination> testInputs)
-