|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.dtf.testframework.coordinator.PermutationCode
public class PermutationCode
This class represents a tests permutation code. When a PermutationCode is created the tasks OSProductCombinations are added in order. The class is then used to retrieve the task permutation codes
Constructor Summary | |
---|---|
PermutationCode()
|
Method Summary | |
---|---|
void |
addTaskConfiguration(OSProductCombination taskConfiguration)
Add an OS/Product combination to the list |
OSProductCombination |
getPermutationCodeForLITask()
Get a location independent task permutation code |
OSProductCombination |
getPermutationCodeForNonLITask()
Get a non location independent task permutation code |
void |
reset()
Reset the OS/Product combination index |
java.lang.String |
toString()
Generate the test permutation code string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PermutationCode()
Method Detail |
---|
public void addTaskConfiguration(OSProductCombination taskConfiguration)
taskConfiguration
- The OS/Product combination to addpublic OSProductCombination getPermutationCodeForNonLITask()
public void reset()
public OSProductCombination getPermutationCodeForLITask()
public final java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |