com.resilientedge.util
Class ZStringUtilTest

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

public class ZStringUtilTest
extends BaseTestCase

Unit Test for the StringUtilTest Class

Author:
jgardner

Constructor Summary
ZStringUtilTest(java.lang.String name)
           
 
Method Summary
 void testGetClassName()
          Test getClassName method.
 void testGetPackageName()
          Test getClassName method.
 void testNull2Empty()
          Test null2Empty 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

ZStringUtilTest

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

testNull2Empty

public void testNull2Empty()
                    throws java.lang.Exception
Test null2Empty method.
Throws:
java.lang.Exception -  

testGetClassName

public void testGetClassName()
                      throws java.lang.Exception
Test getClassName method.
Throws:
java.lang.Exception -  

testGetPackageName

public void testGetPackageName()
                        throws java.lang.Exception
Test getClassName method.
Throws:
java.lang.Exception -  


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