| org.apache.commons.lang.text.TextTestSuite
TextTestSuite | public class TextTestSuite extends TestCase (Code) | | Test suite for the Text package.
author: Stephen Colebourne version: $Id: TextTestSuite.java 437554 2006-08-28 06:21:41Z bayard $ |
Method Summary | |
public static void | main(String[] args) Command-line interface. | public static Test | suite() |
TextTestSuite | public TextTestSuite(String name)(Code) | | Construct a new instance.
|
main | public static void main(String[] args)(Code) | | Command-line interface.
|
suite | public static Test suite()(Code) | | Get the suite of tests
|
|
|