jhomenet.test
Class TestConfigurationParsing

java.lang.Object
  extended by TestCase
      extended by jhomenet.test.TestConfigurationParsing

public class TestConfigurationParsing
extends TestCase


Constructor Summary
TestConfigurationParsing()
          Default constructor.
 
Method Summary
protected  void setUp()
          Setup for a test run.
 void tearDown()
          Tear down after a test run.
 void testRetrieveProperties()
           
 void testRetrievePropertiesSubset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestConfigurationParsing

public TestConfigurationParsing()
Default constructor.

Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Setup for a test run.

Throws:
java.lang.Exception
See Also:
junit.framework.TestCase#setUp()

tearDown

public void tearDown()
              throws java.lang.Exception
Tear down after a test run.

Throws:
java.lang.Exception
See Also:
junit.framework.TestCase#tearDown()

testRetrieveProperties

public void testRetrieveProperties()

testRetrievePropertiesSubset

public void testRetrievePropertiesSubset()


Copyright © 2004-2005 David Irwin. All Rights Reserved.