com.acsinet_solutions.cetia4.test
Class ExceptionTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.acsinet_solutions.cetia4.test.ExceptionTest
All Implemented Interfaces:
junit.framework.Test

public final class ExceptionTest
extends junit.framework.TestCase

Author:
Santiago Arriaga

Constructor Summary
ExceptionTest(java.lang.String name)
          Public constructor
 
Method Summary
static junit.framework.Test suite()
           
static void testNested()
          Test the nesting of exceptions and the proper reporting of stack traces.
 
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

ExceptionTest

public ExceptionTest(java.lang.String name)
Public constructor

Method Detail

suite

public static junit.framework.Test suite()

testNested

public static void testNested()
Test the nesting of exceptions and the proper reporting of stack traces. A custom exception data writer is creater to accomplish this