| org.apache.commons.configuration.tree.TestNodeAddData
TestNodeAddData | public class TestNodeAddData extends TestCase (Code) | | Test class for NodeAddData.
author: Oliver Heger |
Method Summary | |
protected void | setUp() | public void | testAddPathNode() Tests adding path nodes. | public void | testInitialized() Tests the constructor that initializes the most important fields. | public void | testUninitialized() Tests the default values of an unitialized instance. |
testAddPathNode | public void testAddPathNode()(Code) | | Tests adding path nodes.
|
testInitialized | public void testInitialized()(Code) | | Tests the constructor that initializes the most important fields.
|
testUninitialized | public void testUninitialized()(Code) | | Tests the default values of an unitialized instance.
|
|
|