org.ujac.util.test
Class AllUtilTests

java.lang.Object
  extended by junit.framework.TestSuite
      extended by org.ujac.util.test.AllUtilTests
All Implemented Interfaces:
junit.framework.Test

public class AllUtilTests
extends junit.framework.TestSuite

Name: AllUtilTests
Description: Test suite running all util test cases.

Author:
lauerc

Constructor Summary
AllUtilTests(String name)
          Constructs a new AllPrintTests instance.
 
Method Summary
static void main(String[] args)
          The main method for testing purposes.
static junit.framework.Test suite()
          Creates a new instance of the 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

AllUtilTests

public AllUtilTests(String name)
Constructs a new AllPrintTests instance.

Parameters:
name - The name of the new test suite.
Method Detail

suite

public static junit.framework.Test suite()
Creates a new instance of the test suite.

Returns:
The created test suite.

main

public static void main(String[] args)
The main method for testing purposes.

Parameters:
args - The command line arguments.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.