com.jrefinery.report.ext.junit.base.basic.util
Class UtilTestSuite

java.lang.Object
  extended byjunit.framework.TestSuite
      extended bycom.jrefinery.report.ext.junit.base.basic.util.UtilTestSuite
All Implemented Interfaces:
junit.framework.Test

public class UtilTestSuite
extends junit.framework.TestSuite


Constructor Summary
UtilTestSuite(java.lang.String s)
           
 
Method Summary
static junit.framework.Test suite()
           
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UtilTestSuite

public UtilTestSuite(java.lang.String s)
Method Detail

suite

public static junit.framework.Test suite()