Package de.rwth.swc.coffee4j.engine.generator.ipog
-
Interface Summary Interface Description CoverageMap 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 EfficientCoverageMap This acts as the coverage map described in section 4.1 of the paper "An Efficient Design and Implementation of the In-Parameter-Order Algorithm".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.