org.jboss.test
Class JBossTestSuite

java.lang.Object
  extended byTestSuite
      extended byorg.jboss.test.JBossTestSuite

public class JBossTestSuite
extends TestSuite

Override the TestSuite to support the setting of a Properties collection associated with the TestSuite on each test.

See Also:
Serialized Form

Field Summary
protected  java.util.Properties props
           
 
Constructor Summary
JBossTestSuite(java.lang.Class theClass, java.util.Properties props)
           
JBossTestSuite(java.lang.Class theClass, java.lang.String name, java.util.Properties props)
           
JBossTestSuite(java.util.Properties props)
           
JBossTestSuite(java.lang.String name, java.util.Properties props)
           
 
Method Summary
 void addTestSuite(java.lang.Class testClass)
           
static boolean isPublicTestMethod(java.lang.reflect.Method m)
           
static boolean isTestMethod(java.lang.reflect.Method m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

props

protected java.util.Properties props
Constructor Detail

JBossTestSuite

public JBossTestSuite(java.util.Properties props)

JBossTestSuite

public JBossTestSuite(java.lang.Class theClass,
                      java.lang.String name,
                      java.util.Properties props)

JBossTestSuite

public JBossTestSuite(java.lang.Class theClass,
                      java.util.Properties props)

JBossTestSuite

public JBossTestSuite(java.lang.String name,
                      java.util.Properties props)
Method Detail

addTestSuite

public void addTestSuite(java.lang.Class testClass)

isPublicTestMethod

public static boolean isPublicTestMethod(java.lang.reflect.Method m)

isTestMethod

public static boolean isTestMethod(java.lang.reflect.Method m)