org.apache.commons.configuration.tree.xpath .AbstractXPathTest org.apache.commons.configuration.tree.xpath .TestConfigurationIteratorAttributes TestConfigurationIteratorAttributes public class TestConfigurationIteratorAttributes extends AbstractXPathTest (Code) Test class for ConfigurationIteratorAttributes.
author: Oliver Hegerversion: $Id: TestConfigurationIteratorAttributes.java 502705 2007-02-02 19:55:37Z oheger $
Field Summary NodePointer pointer Stores the node pointer of the test node.
pointer NodePointer pointer (Code) Stores the node pointer of the test node.
testIterateAllAttributes public void testIterateAllAttributes()(Code) Tests to iterate over all attributes.
testIterateNamespace public void testIterateNamespace()(Code) Tests iteration when a namespace is specified. This is not supported, so
the iteration should be empty.
testIterateSpecificAttribute public void testIterateSpecificAttribute()(Code) Tests to iterate over attributes with a specific name.
testIterateUnknownAttribute public void testIterateUnknownAttribute()(Code) Tests to iterate over non existing attributes.