edu.rice.cs.cunit.concJUnit
Class RunInThreadGroup

java.lang.Object
  extended by org.junit.runners.model.Statement
      extended by edu.rice.cs.cunit.concJUnit.RunInThreadGroup

public class RunInThreadGroup
extends Statement


Constructor Summary
RunInThreadGroup(Statement next, Method method)
           
RunInThreadGroup(Statement next, Method method, boolean checkJoin, boolean checkLucky)
           
 
Method Summary
 void evaluate()
          Run the action, throwing a Throwable if anything goes wrong.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunInThreadGroup

public RunInThreadGroup(Statement next,
                        Method method)

RunInThreadGroup

public RunInThreadGroup(Statement next,
                        Method method,
                        boolean checkJoin,
                        boolean checkLucky)
Method Detail

evaluate

public void evaluate()
              throws Throwable
Description copied from class: Statement
Run the action, throwing a Throwable if anything goes wrong.

Specified by:
evaluate in class Statement
Throws:
Throwable