foundry-0.9.1

foundry.throwables
Class TestCaseCompositeException

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--foundry.throwables.TestCaseCompositeException
All Implemented Interfaces:
junit.framework.Test

public class TestCaseCompositeException
extends junit.framework.TestCase


Field Summary
private  CompositeException e
           
 
Fields inherited from class junit.framework.TestCase
fName
 
Constructor Summary
TestCaseCompositeException(String name)
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testGetLastThrowable()
           
 void testGetLastThrowableWithClass()
           
 void testGetLength()
           
 void testGetThrowable()
           
 void testGetThrowableWithClass()
           
 void testStackTraceFunctionality()
           
 void testStringFunctionality()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail, failNotEquals, failNotSame
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

e

private CompositeException e
Constructor Detail

TestCaseCompositeException

public TestCaseCompositeException(String name)
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class junit.framework.TestCase

testStringFunctionality

public void testStringFunctionality()

testGetThrowable

public void testGetThrowable()

testStackTraceFunctionality

public void testStackTraceFunctionality()

testGetThrowableWithClass

public void testGetThrowableWithClass()

testGetLastThrowable

public void testGetLastThrowable()

testGetLastThrowableWithClass

public void testGetLastThrowableWithClass()

testGetLength

public void testGetLength()

tearDown

public void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

foundry-0.9.1

Copyright © 2000 - Laird Jarrett Nelson