com.resilientedge.util.prefs
Class PropertiesPrefsTestCase

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

public class PropertiesPrefsTestCase
extends junit.framework.TestCase

Author:
jgardner

Constructor Summary
PropertiesPrefsTestCase(java.lang.String name)
           
 
Method Summary
static junit.framework.Test group()
           
static void main(java.lang.String[] args)
           
protected  void setUp()
           
 void testLookup()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, 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

PropertiesPrefsTestCase

public PropertiesPrefsTestCase(java.lang.String name)
Parameters:
name - Parameter Description
Method Detail

testLookup

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

group

public static junit.framework.Test group()
Returns:
Returned Value Description

main

public static void main(java.lang.String[] args)
Parameters:
args - Parameter Description

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception - Exception Description


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