com.resilientedge.util
Class ZVersionInfoTest

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

public class ZVersionInfoTest
extends BaseTestCase

Unit Test for the VersionInfo Class

Version:
$Revision: 1.1.1.1 $
Author:
jwh

Constructor Summary
ZVersionInfoTest(java.lang.String name)
          Default Constructor
 
Method Summary
 void testEquals()
           
 void testfromStrings()
           
 void testLessThan()
           
 
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

ZVersionInfoTest

public ZVersionInfoTest(java.lang.String name)
Default Constructor
Parameters:
name - The name of the test case
Method Detail

testEquals

public void testEquals()
                throws java.lang.Exception
Throws:
java.lang.Exception - Description of Exception

testLessThan

public void testLessThan()
                  throws java.lang.Exception
Throws:
java.lang.Exception - Description of Exception

testfromStrings

public void testfromStrings()
                     throws java.lang.Exception
Throws:
java.lang.Exception - Description of Exception


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