Uses of Interface
de.rwth.swc.coffee4j.engine.report.Reporter
-
-
Uses of Reporter in de.rwth.swc.coffee4j.engine.characterization
Methods in de.rwth.swc.coffee4j.engine.characterization that return Reporter Modifier and Type Method Description ReporterFaultCharacterizationConfiguration. getReporter()protected ReporterSuspiciousCombinationAlgorithm. getReporter()Constructors in de.rwth.swc.coffee4j.engine.characterization with parameters of type Reporter Constructor Description FaultCharacterizationConfiguration(TestModel testModel, ConstraintChecker checker, Reporter reporter)Creates a new configuration out of an IPM, reporter and constraints checker.FaultCharacterizationConfiguration(TestModel testModel, Reporter reporter)Creates a new configuration out of an IPM and a reporter. -
Uses of Reporter in de.rwth.swc.coffee4j.engine.generator
Methods in de.rwth.swc.coffee4j.engine.generator with parameters of type Reporter Modifier and Type Method Description java.util.Collection<java.util.function.Supplier<TestInputGroup>>TestInputGroupGenerator. generate(TestModel model, Reporter reporter)Generates a arbitrary number ofTestInputGroupinstances. -
Uses of Reporter in de.rwth.swc.coffee4j.engine.generator.ipog
Methods in de.rwth.swc.coffee4j.engine.generator.ipog with parameters of type Reporter Modifier and Type Method Description java.util.Set<java.util.function.Supplier<TestInputGroup>>Ipog. generate(TestModel model, Reporter reporter)Constructs a combinatorial test suite for positive testing.IpogConfiguration.BuilderIpogConfiguration.Builder. reporter(Reporter reporter) -
Uses of Reporter in de.rwth.swc.coffee4j.engine.generator.ipogneg
Methods in de.rwth.swc.coffee4j.engine.generator.ipogneg with parameters of type Reporter Modifier and Type Method Description java.util.Collection<java.util.function.Supplier<TestInputGroup>>IpogNeg. generate(TestModel model, Reporter reporter) -
Uses of Reporter in de.rwth.swc.coffee4j.engine.report
Subinterfaces of Reporter in de.rwth.swc.coffee4j.engine.report Modifier and Type Interface Description interfaceGenerationReporterAn interface defining a reporter listening for events during the generation of combinatorial test inputs.
-