org.glite.security.voms.service
Class TestSuiteHelper

java.lang.Object
  extended byorg.glite.security.voms.service.TestSuiteHelper

public class TestSuiteHelper
extends java.lang.Object


Constructor Summary
TestSuiteHelper()
           
 
Method Summary
static void addTests(junit.framework.TestSuite suite, java.lang.Class theClass)
          Add the test methods of class theClass to a testsuite in alphabetical order.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSuiteHelper

public TestSuiteHelper()
Method Detail

addTests

public static void addTests(junit.framework.TestSuite suite,
                            java.lang.Class theClass)
Add the test methods of class theClass to a testsuite in alphabetical order.