|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.configuration.tree.xpath.AbstractXPathTest
org.apache.commons.configuration.tree.xpath.TestConfigurationNodeIteratorChildren
public class TestConfigurationNodeIteratorChildren
Test class for ConfigurationNodeIteratorChildren.
Field Summary |
---|
Fields inherited from class org.apache.commons.configuration.tree.xpath.AbstractXPathTest |
---|
ATTR_NAME, CHILD_COUNT, CHILD_NAME1, CHILD_NAME2, LEVEL_COUNT, root |
Constructor Summary | |
---|---|
TestConfigurationNodeIteratorChildren()
|
Method Summary | |
---|---|
void |
setUp()
|
void |
testIterateAllChildren()
Tests to iterate over all children of the root node. |
void |
testIterateReverse()
Tests a reverse iteration. |
void |
testIterateStartsWith()
Tests defining a start node for the iteration. |
void |
testIterateStartsWithInvalid()
Tests iteration with an invalid start node. |
void |
testIterateStartsWithReverse()
Tests defining a start node for a reverse iteration. |
void |
testIterateWithNameTest()
Tests using a node test that selects a certain sub node name. |
void |
testIterateWithNodeType()
Tests using a type test for nodes. |
void |
testIterateWithPrefixTest()
Tests using a node test that defines a namespace prefix. |
void |
testIterateWithUnknownTest()
Tests using a not supported test class. |
void |
testIterateWithUnknownType()
Tests using a type test for a non supported type. |
void |
testIterateWithWildcardTest()
Tests using a node test with a wildcard name. |
Methods inherited from class org.apache.commons.configuration.tree.xpath.AbstractXPathTest |
---|
constructHierarchy, iterationElements, iteratorSize, tearDown |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestConfigurationNodeIteratorChildren()
Method Detail |
---|
public void setUp() throws Exception
setUp
in class AbstractXPathTest
Exception
public void testIterateAllChildren()
public void testIterateReverse()
public void testIterateWithWildcardTest()
public void testIterateWithPrefixTest()
public void testIterateWithNameTest()
public void testIterateWithUnknownTest()
public void testIterateWithNodeType()
public void testIterateWithUnknownType()
public void testIterateStartsWith()
public void testIterateStartsWithReverse()
public void testIterateStartsWithInvalid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |