Package de.rwth.swc.coffee4j.engine.generator.ipog
-
Interface Summary Interface Description ParameterCombinationFactory An interface for a factory defining which combinations of parameters need to be tested.ParameterOrder Defines the order in which parameters should be covered in IPOG. -
Class Summary Class Description Ipog 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.IpogAlgorithm An implementation of the popular IPOG algorithm.IpogConfiguration A class combining all information needed to construct a new instance of theIpogAlgorithmalgorithm.IpogConfiguration.Builder A implementation of the Builder patter to create a newIpogConfiguration.StrengthBasedParameterOrder A parameter order based on the normal parameter order and the testing strength.TWiseParameterCombinationFactory The "normal" strategy for covering all t-value-combinations for combinatorial test with testing strength t.