Class Ipog
- java.lang.Object
-
- de.rwth.swc.coffee4j.engine.generator.ipog.Ipog
-
- All Implemented Interfaces:
TestInputGroupGenerator
public class Ipog extends java.lang.Object implements TestInputGroupGenerator
Generator for one test group containing the test inputs generated with theIpogAlgorithmalgorithm using no constraints and the normal parameter order with the strength given by theTestModel.
-
-
Constructor Summary
Constructors Constructor Description Ipog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.util.function.Supplier<TestInputGroup>>generate(TestModel model, Reporter reporter)Constructs a combinatorial test suite for positive testing.
-
-
-
Method Detail
-
generate
public java.util.Set<java.util.function.Supplier<TestInputGroup>> generate(TestModel model, Reporter reporter)
Constructs a combinatorial test suite for positive testing. This means that each combination of the given strength is guaranteed to be covered by at least one test input returned by this method.- Specified by:
generatein interfaceTestInputGroupGenerator- Parameters:
model- the complete testModel with which the test input groups should be constructed. Must not benullreporter- to report information from inside the generation- Returns:
- a test suite meeting the criteria described above
-
-