Uses of Interface
de.rwth.swc.coffee4j.algorithmic.report.Reporter
-
-
Uses of Reporter in de.rwth.swc.coffee4j.algorithmic.interleaving.report
Subinterfaces of Reporter in de.rwth.swc.coffee4j.algorithmic.interleaving.report Modifier and Type Interface Description interfaceInterleavingGenerationReporterAn interface defining a reporter listening for events during the generation of combinatorial test inputs.Classes in de.rwth.swc.coffee4j.algorithmic.interleaving.report that implement Reporter Modifier and Type Class Description classEmptyInterleavingGenerationReporterEmptyInterleavingGenerationReporterreporting nothing. -
Uses of Reporter in de.rwth.swc.coffee4j.algorithmic.report
Methods in de.rwth.swc.coffee4j.algorithmic.report that return Reporter Modifier and Type Method Description static ReporterReporter. getEmptyReporter() -
Uses of Reporter in de.rwth.swc.coffee4j.algorithmic.sequential.characterization
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.characterization that return Reporter Modifier and Type Method Description ReporterFaultCharacterizationConfiguration. getReporter()protected ReporterSuspiciousCombinationAlgorithm. getReporter()Constructors in de.rwth.swc.coffee4j.algorithmic.sequential.characterization with parameters of type Reporter Constructor Description FaultCharacterizationConfiguration(TestModel model, Reporter reporter)Creates a new configuration out of an IPM and a reporter. -
Uses of Reporter in de.rwth.swc.coffee4j.algorithmic.sequential.generator
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.generator with parameters of type Reporter Modifier and Type Method Description Collection<Supplier<TestInputGroup>>TestInputGroupGenerator. generate(CompleteTestModel model, Reporter reporter)Generates a arbitrary number ofTestInputGroupinstances. -
Uses of Reporter in de.rwth.swc.coffee4j.algorithmic.sequential.generator.aetg
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.generator.aetg that return Reporter Modifier and Type Method Description ReporterAetgSatConfiguration. getReporter()Methods in de.rwth.swc.coffee4j.algorithmic.sequential.generator.aetg with parameters of type Reporter Modifier and Type Method Description Set<Supplier<TestInputGroup>>AetgSat. generate(CompleteTestModel model, Reporter reporter)AetgSatConfiguration.BuilderAetgSatConfiguration.Builder. reporter(Reporter reporter)Sets the execution reporter. -
Uses of Reporter in de.rwth.swc.coffee4j.algorithmic.sequential.generator.aetg.advanced
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.generator.aetg.advanced with parameters of type Reporter Modifier and Type Method Description Set<Supplier<TestInputGroup>>AdvancedAetgSat. generate(CompleteTestModel model, Reporter reporter) -
Uses of Reporter in de.rwth.swc.coffee4j.algorithmic.sequential.generator.emptyset
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.generator.emptyset with parameters of type Reporter Modifier and Type Method Description Collection<Supplier<TestInputGroup>>EmptySetGenerator. generate(CompleteTestModel model, Reporter reporter) -
Uses of Reporter in de.rwth.swc.coffee4j.algorithmic.sequential.generator.ipog
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.generator.ipog with parameters of type Reporter Modifier and Type Method Description Set<Supplier<TestInputGroup>>Ipog. generate(CompleteTestModel model, Reporter reporter)Constructs a combinatorial test suite for positive testing. -
Uses of Reporter in de.rwth.swc.coffee4j.algorithmic.sequential.generator.ipogneg.algorithm
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.generator.ipogneg.algorithm with parameters of type Reporter Modifier and Type Method Description Collection<Supplier<TestInputGroup>>IpogNeg. generate(CompleteTestModel model, Reporter reporter) -
Uses of Reporter in de.rwth.swc.coffee4j.algorithmic.sequential.report
Subinterfaces of Reporter in de.rwth.swc.coffee4j.algorithmic.sequential.report Modifier and Type Interface Description interfaceGenerationReporterAn interface defining a reporter listening for events during the generation of combinatorial test inputs.Classes in de.rwth.swc.coffee4j.algorithmic.sequential.report that implement Reporter Modifier and Type Class Description classEmptySequentialGenerationReporter -
Uses of Reporter in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation
Classes in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation that implement Reporter Modifier and Type Class Description classInterleavingExecutionReporterToGenerationReporterAdapterInterleaving version ofSequentialExecutionReporterToGenerationReporterAdapter -
Uses of Reporter in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation
Classes in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation that implement Reporter Modifier and Type Class Description classSequentialExecutionReporterToGenerationReporterAdapterThis is an exact copy of the DelegatingModelBasedArgumentConverter from the Model Module
-