com.resilientedge.util.prefs.xml
Class XMLPreferencesTestCase

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.resilientedge.util.prefs.xml.XMLPreferencesTestCase
All Implemented Interfaces:
junit.framework.Test

public class XMLPreferencesTestCase
extends junit.framework.TestCase

A unit test for the XmlProperties class

Author:
jwh

Constructor Summary
XMLPreferencesTestCase(java.lang.String name)
          Constructor for XMLPreferencesTestCase
 
Method Summary
static void main(java.lang.String[] args)
           
 void testCreateStore()
          Test loading and storing of the xml properties in memory
 void testLoad()
          Test loading and storing of the xml properties in memory
 
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

XMLPreferencesTestCase

public XMLPreferencesTestCase(java.lang.String name)
Constructor for XMLPreferencesTestCase
Parameters:
name - Parameter Description
Method Detail

testCreateStore

public void testCreateStore()
                     throws java.lang.Exception
Test loading and storing of the xml properties in memory
Throws:
java.lang.Exception - Exception Description

testLoad

public void testLoad()
              throws java.lang.Exception
Test loading and storing of the xml properties in memory
Throws:
java.lang.Exception - Exception Description

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args - The command line arguments
Throws:
java.lang.Exception - Exception Description


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