| org.apache.commons.lang.exception.AbstractNestableTestCase org.apache.commons.lang.exception.NestableRuntimeExceptionTestCase
NestableRuntimeExceptionTestCase | public class NestableRuntimeExceptionTestCase extends AbstractNestableTestCase (Code) | | Tests the org.apache.commons.lang.exception.NestableRuntimeException class.
author: Steven Caswell version: $Id: NestableRuntimeExceptionTestCase.java 437554 2006-08-28 06:21:41Z bayard $ |
NestableRuntimeExceptionTestCase | public NestableRuntimeExceptionTestCase(String name)(Code) | | Construct a new instance of
NestableRuntimeExceptionTestCase .
Parameters: name - test case name |
main | public static void main(String args)(Code) | | Command line entry point for running the test suite.
Parameters: args - array of command line arguments |
setUp | public void setUp()(Code) | | Sets up instance variables required by this test case.
|
suite | public static Test suite()(Code) | | Returns the test suite
the test suite |
tearDown | public void tearDown()(Code) | | Tears down instance variables required by this test case.
|
testSpecificPrintStackTrace | public void testSpecificPrintStackTrace()(Code) | | |
|
|