Uses of Interface
org.jboss.jrunit.decorators.ThreadListener

Packages that use ThreadListener
org.jboss.jrunit.decorators   
 

Uses of ThreadListener in org.jboss.jrunit.decorators
 

Classes in org.jboss.jrunit.decorators that implement ThreadListener
 class JunitThreadDecorator
          Decorates a testcase with a number of Threads and Loops *
 class ThreadLocalDecorator
           
 

Constructors in org.jboss.jrunit.decorators with parameters of type ThreadListener
JunitLoopDecorator(java.lang.String loopName, java.lang.Class testClazz, int loops, long timeWait, ThreadListener threadSynchronizer)
           
JunitLoopDecorator(java.lang.String loopName, java.lang.Class testClazz, int loops, long timeWait, ThreadListener threadSynchronizer, junit.framework.TestResult result)
           
 



JRunit, a JUnit extension for distributed client/server tests.