org.edg.security.voms.service
Class TestSuiteHelper

java.lang.Object
  |
  +--org.edg.security.voms.service.TestSuiteHelper

public class TestSuiteHelper
extends java.lang.Object


Field Summary
private static org.apache.log4j.Logger log
          Logger.
 
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
 

Field Detail

log

private static org.apache.log4j.Logger log
Logger.

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.