| org.apache.commons.lang.LangTestSuite
LangTestSuite | public class LangTestSuite extends TestCase (Code) | | Test suite for the Lang package.
author: Stephen Colebourne author: Ringo De Smet author: Matthew Hawthorne version: $Id: LangTestSuite.java 437554 2006-08-28 06:21:41Z bayard $ |
Method Summary | |
public static void | main(String[] args) Command-line interface. | public static Test | suite() |
LangTestSuite | public LangTestSuite(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
|
|
|