Uses of Class
org.jboss.test.AbstractTestDelegate

Packages that use AbstractTestDelegate
org.jboss.test   
 

Uses of AbstractTestDelegate in org.jboss.test
 

Subclasses of AbstractTestDelegate in org.jboss.test
 class JBossTestClusteredServices
          Derived implementation of JBossTestServices for cluster testing.
 class JBossTestServices
          This is provides services for jboss junit test cases and TestSetups.
 

Fields in org.jboss.test declared as AbstractTestDelegate
protected static AbstractTestDelegate AbstractTestSetup.delegate
          The last delegate
 

Methods in org.jboss.test that return AbstractTestDelegate
protected  AbstractTestDelegate AbstractTestCaseWithSetup.getDelegate()
          Get the delegate
protected static AbstractTestDelegate AbstractTestDelegate.getDelegate(Class clazz)
          Get the test delegate.
static AbstractTestDelegate JBossTestCase.getDelegate(Class clazz)
          Overriden to return JBossTestServices as the test delegate.
static AbstractTestDelegate JBossClusteredTestCase.getDelegate(Class clazz)
          Overriden to return JBossTestServices as the test delegate.
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.