public class TWiseParameterCombinationFactory extends Object implements ParameterCombinationFactory
ParameterCombinationFactory.| Constructor and Description |
|---|
TWiseParameterCombinationFactory() |
| Modifier and Type | Method and Description |
|---|---|
List<it.unimi.dsi.fastutil.ints.IntSet> |
create(int[] oldParameters,
int strength)
Calculates which parameter combinations should be covered in the next step.
|
public List<it.unimi.dsi.fastutil.ints.IntSet> create(int[] oldParameters, int strength)
ParameterCombinationFactoryParameterOrder used.create in interface ParameterCombinationFactoryoldParameters - the parameters already set by IPOG in horizontal expansionstrength - the strength of the test suite which should be generatedCopyright © 2019. All rights reserved.