com.resilientedge.util.logger
Class ZTopicTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.resilientedge.util.test.BaseTestCase
                    |
                    +--com.resilientedge.util.logger.ZTopicTest
All Implemented Interfaces:
junit.framework.Test

public class ZTopicTest
extends BaseTestCase

Unit Test for the Topic Class

Author:
jgardner

Constructor Summary
ZTopicTest(java.lang.String name)
           
 
Method Summary
 void testConstruction()
          Test Construction of a Level
 void testGetName()
          Test getName method.
 
Methods inherited from class com.resilientedge.util.test.BaseTestCase
log, lookupConfig, lookupConfig
 
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

ZTopicTest

public ZTopicTest(java.lang.String name)
Parameters:
name -  
Method Detail

testConstruction

public void testConstruction()
                      throws java.lang.Exception
Test Construction of a Level
Throws:
java.lang.Exception -  

testGetName

public void testGetName()
                 throws java.lang.Exception
Test getName method.
Throws:
java.lang.Exception -  


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