|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--com.resilientedge.util.prefs.xml.XMLPreferencesTestCase
A unit test for the XmlProperties class
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 |
public XMLPreferencesTestCase(java.lang.String name)
name
- Parameter DescriptionMethod Detail |
public void testCreateStore() throws java.lang.Exception
java.lang.Exception
- Exception Descriptionpublic void testLoad() throws java.lang.Exception
java.lang.Exception
- Exception Descriptionpublic static void main(java.lang.String[] args) throws java.lang.Exception
args
- The command line argumentsjava.lang.Exception
- Exception Description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |