mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-22 02:03:16 +00:00
added NestableErrorTestCase to test suite
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137008 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
51a06ca201
commit
0acf0a6f35
@ -86,6 +86,7 @@ public static Test suite()
|
||||
{
|
||||
TestSuite suite = new TestSuite();
|
||||
suite.addTest(NestableDelegateTestCase.suite());
|
||||
suite.addTest(NestableErrorTestCase.suite());
|
||||
suite.addTest(NestableExceptionTestCase.suite());
|
||||
suite.addTest(NestableRuntimeExceptionTestCase.suite());
|
||||
suite.addTest(ExceptionUtilsTestCase.suite());
|
||||
|
Loading…
x
Reference in New Issue
Block a user