|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.configuration.tree.TestViewNode
public class TestViewNode
Test class for ViewNode.
Constructor Summary | |
---|---|
TestViewNode()
|
Method Summary | |
---|---|
void |
setUp()
|
void |
testAddAttribute()
Tests adding an attribute to the view node. |
void |
testAddChild()
Tests adding a child to the view node. |
void |
testAddNullAttribute()
Tests adding a null attribute to the view node. |
void |
testAddNullChild()
Tests adding a null child to the view node. |
void |
testAppendAttributes()
tests appending all attributes to a view node. |
void |
testAppendChildren()
Tests appending all children to a view node. |
void |
testAppendNullAttributes()
Tests appending attributes from a null source. |
void |
testAppendNullChildren()
Tests appending children from a null source. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestViewNode()
Method Detail |
---|
public void setUp() throws Exception
Exception
public void testAddChild()
public void testAddNullChild()
public void testAddAttribute()
public void testAddNullAttribute()
public void testAppendChildren()
public void testAppendNullChildren()
public void testAppendAttributes()
public void testAppendNullAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |