org.ujac.util.text.test
Class AllTextTests

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

public class AllTextTests
extends junit.framework.TestSuite

Name: AllTextTests
Description: Test suite for all tests for package org.ujac.util.text.

Author:
lauerc

Constructor Summary
AllTextTests(String name)
          Constructs a AllTextTests instance with specific attributes.
 
Method Summary
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

AllTextTests

public AllTextTests(String name)
Constructs a AllTextTests instance with specific attributes.

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.


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