com.resilientedge.util.logger
Class ZLevelTest

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

public class ZLevelTest
extends BaseTestCase

Unit Test for the Level Class

Author:
jgardner

Constructor Summary
ZLevelTest(java.lang.String name)
           
 
Method Summary
 void testConstruction()
          Test Construction of a Level
 void testGetName()
          Test getName method.
 void testGetValue()
          Test getValue method.
 void testParseInt()
          Test parseInt 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

ZLevelTest

public ZLevelTest(java.lang.String name)
Parameters:
name - Parameter Description
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 -  

testGetValue

public void testGetValue()
                  throws java.lang.Exception
Test getValue method.
Throws:
java.lang.Exception -  

testParseInt

public void testParseInt()
                  throws java.lang.Exception
Test parseInt method.
Throws:
java.lang.Exception -  


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