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