public class Ipog extends Object
The algorithm was extended to offer support for constraints, dynamic parameter orders, and variable strength testing.
To introduce parameter orders, the strategy pattern is used with ParameterOrder, and the same is done for
variable strength testing via ParameterCombinationFactory.
| Constructor and Description |
|---|
Ipog(IpogConfiguration configuration)
Creates a new algorithm for the given configuration.
|
public Ipog(IpogConfiguration configuration)
generate() method can be used
to generate the test suite satisfying the configuration.configuration - information about what test suite should be generated by IPOG. Must not be nullNullPointerException - if configuration is nullpublic List<int[]> generate()
Copyright © 2019. All rights reserved.