com.drew.lang.test
Class CompoundExceptionTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.drew.lang.test.CompoundExceptionTest
All Implemented Interfaces:
junit.framework.Test

public class CompoundExceptionTest
extends junit.framework.TestCase


Constructor Summary
CompoundExceptionTest(String s)
           
 
Method Summary
 void testNestedGetMessage()
           
 void testNoInnerException()
           
 void testUnnestedGetMessage()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompoundExceptionTest

public CompoundExceptionTest(String s)
Method Detail

testUnnestedGetMessage

public void testUnnestedGetMessage()
                            throws Exception
Throws:
Exception

testNestedGetMessage

public void testNestedGetMessage()
                          throws Exception
Throws:
Exception

testNoInnerException

public void testNoInnerException()
                          throws Exception
Throws:
Exception