com.opensymphony.util.test
Class UtilsTestSuite

java.lang.Object
  |
  +--junit.framework.TestSuite
        |
        +--com.opensymphony.util.test.UtilsTestSuite
All Implemented Interfaces:
junit.framework.Test

public class UtilsTestSuite
extends junit.framework.TestSuite

JUnit test suite for com.opensymphony.util package.

Version:
$Revision: 1.2 $
Author:
Joe Walnes

Constructor Summary
UtilsTestSuite()
           
 
Method Summary
static junit.framework.Test suite()
           
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, getName, 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

UtilsTestSuite

public UtilsTestSuite()
Method Detail

suite

public static junit.framework.Test suite()

See www.opensymphony.com for more information.