public final class TupleList extends Object
CombinationUtil.NO_VALUE), only
the values of parameters actually constrained are saved. This means that if the test input [0, 1, 2, 3, 4]
should not be allowed by this constraint and the constraint operates on the first and third parameter,
only [0, 2] will be stored.| Constructor and Description |
|---|
TupleList(int id,
int[] involvedParameters,
Collection<int[]> tuples)
Creates a new tuple list out of a given id, the involved parameters, and a collection of tuples which should
not be allowed.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
getId() |
int[] |
getInvolvedParameters() |
List<int[]> |
getTuples() |
int |
hashCode() |
String |
toString() |
public TupleList(int id,
int[] involvedParameters,
Collection<int[]> tuples)
TupleList.id - the id of the list. This should be unique per CombinatorialTestModelinvolvedParameters - the indices of all involved parameterstuples - all tuples which are not allowedpublic int getId()
CombinatorialTestModelpublic int[] getInvolvedParameters()
public List<int[]> getTuples()
TupleListCopyright © 2019. All rights reserved.