com.resilientedge.util.exception
Class ZInfrastructureExceptionTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.resilientedge.util.exception.ZInfrastructureExceptionTest
All Implemented Interfaces:
junit.framework.Test

public class ZInfrastructureExceptionTest
extends junit.framework.TestCase

A JUnit test for the InfrastructureException class

Author:
jgardner

Constructor Summary
ZInfrastructureExceptionTest(java.lang.String name)
          Default Constructor
 
Method Summary
 void testMessage()
          Tests the message property
 void testNestedException()
          Tests the nested exception property
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, 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, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZInfrastructureExceptionTest

public ZInfrastructureExceptionTest(java.lang.String name)
Default Constructor
Parameters:
name - the name assigned to this unit test
Method Detail

testMessage

public void testMessage()
Tests the message property

testNestedException

public void testNestedException()
Tests the nested exception property


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.