org.jboss.dtf.testframework.coordinator2.runmanager
Class RunListElement

java.lang.Object
  extended by org.jboss.dtf.testframework.coordinator2.runmanager.RunListElement

public final class RunListElement
extends java.lang.Object


Constructor Summary
RunListElement(TestDefinition test, RuntimePermutation permutation)
           
 
Method Summary
 RuntimePermutation getPermutation()
           
 TestDefinition getTest()
           
 boolean isComplete()
           
 void setComplete(boolean complete)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunListElement

public RunListElement(TestDefinition test,
                      RuntimePermutation permutation)
Method Detail

getTest

public TestDefinition getTest()

getPermutation

public RuntimePermutation getPermutation()

setComplete

public void setComplete(boolean complete)

isComplete

public boolean isComplete()