org.apache.commons.configuration.tree
Class TestNodeAddData

java.lang.Object
  extended by org.apache.commons.configuration.tree.TestNodeAddData

public class TestNodeAddData
extends Object

Test class for NodeAddData.

Version:
$Id: TestNodeAddData.java 1226097 2011-12-31 15:16:02Z oheger $
Author:
Commons Configuration team

Constructor Summary
TestNodeAddData()
           
 
Method Summary
 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 uninitialized instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNodeAddData

public TestNodeAddData()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testUninitialized

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


testInitialized

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


testAddPathNode

public void testAddPathNode()
Tests adding path nodes.



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