mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-07 02:28:25 +00:00
Integrated WordWrapUtils testing in.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137298 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb2548b304
commit
92a9a68b72
@ -63,7 +63,7 @@
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
* @author <a href="mailto:ridesmet@users.sourceforge.net">Ringo De Smet</a>
|
||||
* @version $Id: LangTestSuite.java,v 1.14 2003/03/31 03:53:52 alex Exp $
|
||||
* @version $Id: LangTestSuite.java,v 1.15 2003/04/15 14:29:01 bayard Exp $
|
||||
*/
|
||||
public class LangTestSuite extends TestCase {
|
||||
|
||||
@ -102,6 +102,7 @@ public static Test suite() {
|
||||
suite.addTest(StringUtilsEqualsIndexOfTest.suite());
|
||||
suite.addTest(StringUtilsIsTest.suite());
|
||||
suite.addTest(StringEscapeUtilsTest.suite());
|
||||
suite.addTest(WordWrapUtilsTest.suite());
|
||||
return suite;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user