mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-10 12:05:06 +00:00
lniked in text package
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137920 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bbf47defe3
commit
b764c11070
@ -25,13 +25,14 @@
|
||||
import org.apache.commons.lang.exception.ExceptionTestSuite;
|
||||
import org.apache.commons.lang.math.MathTestSuite;
|
||||
import org.apache.commons.lang.mutable.MutableTestSuite;
|
||||
import org.apache.commons.lang.text.TextTestSuite;
|
||||
import org.apache.commons.lang.time.TimeTestSuite;
|
||||
|
||||
/**
|
||||
* Test suite for [lang].
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
* @version $Id: AllLangTestSuite.java,v 1.7 2004/07/07 23:50:28 scolebourne Exp $
|
||||
* @version $Id: AllLangTestSuite.java,v 1.8 2004/09/05 01:42:37 bayard Exp $
|
||||
*/
|
||||
public class AllLangTestSuite extends TestCase {
|
||||
|
||||
@ -62,6 +63,7 @@ public static Test suite() {
|
||||
suite.addTest(ExceptionTestSuite.suite());
|
||||
suite.addTest(MathTestSuite.suite());
|
||||
suite.addTest(MutableTestSuite.suite());
|
||||
suite.addTest(TextTestSuite.suite());
|
||||
suite.addTest(TimeTestSuite.suite());
|
||||
return suite;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user