multex
Class ExceptionChainTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--multex.ExceptionChainTest
All Implemented Interfaces:
junit.framework.Test

public synchronized class ExceptionChainTest
extends junit.framework.TestCase


Constructor Summary
ExceptionChainTest(java.lang.String)
           
 
Method Summary
static void checkCauseChain(java.lang.Throwable, java.lang.Throwable[])
           
static void main(java.lang.String[])
           
static junit.framework.Test suite()
           
 void testExceptionsWithoutThrowableGetter()
           
 void testJdk1_1Exceptions()
           
 void testLegacyExceptions()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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

ExceptionChainTest

public ExceptionChainTest(java.lang.String)
Method Detail

main

public static void main(java.lang.String[])

suite

public static junit.framework.Test suite()

testJdk1_1Exceptions

public void testJdk1_1Exceptions()

testLegacyExceptions

public void testLegacyExceptions()

testExceptionsWithoutThrowableGetter

public void testExceptionsWithoutThrowableGetter()

checkCauseChain

public static void checkCauseChain(java.lang.Throwable,
                                   java.lang.Throwable[])