org.apache.commons.configuration.tree
Class TestNodeAddData

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.configuration.tree.TestNodeAddData
All Implemented Interfaces:
junit.framework.Test

public class TestNodeAddData
extends junit.framework.TestCase

Test class for NodeAddData.

Author:
Oliver Heger

Constructor Summary
TestNodeAddData()
           
 
Method Summary
protected  void setUp()
           
 void testAddPathNode()
          Tests adding path nodes.
 void testInitialized()
          Tests the constructor that initializes the most important fields.
 void testUninitialized()
          Tests the default values of an unitialized instance.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestNodeAddData

public TestNodeAddData()
Method Detail

setUp

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

testUninitialized

public void testUninitialized()
Tests the default values of an unitialized instance.


testInitialized

public void testInitialized()
Tests the constructor that initializes the most important fields.


testAddPathNode

public void testAddPathNode()
Tests adding path nodes.



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.