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(InputParameterModel model, ConstraintChecker checker, Reporter reporter)Creates a new configuration out of an IPM, reporter and constraints checker.FaultCharacterizationConfiguration(InputParameterModel model, 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(CombinatorialTestModel 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(CombinatorialTestModel 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.negative
Methods in de.rwth.swc.coffee4j.engine.generator.negative with parameters of type Reporter Modifier and Type Method Description java.util.Collection<java.util.function.Supplier<TestInputGroup>>IpogNeg. generate(CombinatorialTestModel 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.
-