Uses of Class
edu.rice.cs.cunit.concJUnit.TestThreadGroup

Packages that use TestThreadGroup
edu.rice.cs.cunit.concJUnit   
 

Uses of TestThreadGroup in edu.rice.cs.cunit.concJUnit
 

Methods in edu.rice.cs.cunit.concJUnit that return TestThreadGroup
static TestThreadGroup TestThreadGroup.getCurrentThreadGroup()
          Get the current thread group so the AWT handler can use it.
 

Methods in edu.rice.cs.cunit.concJUnit with parameters of type TestThreadGroup
static void TestThreadGroup.setCurrentThreadGroup(TestThreadGroup tg)
          Set the current thread group so the AWT handler can use it.