|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.configuration.tree.xpath.TestXPathExpressionEngineInConfig
public class TestXPathExpressionEngineInConfig
A test class for XPathExpressionEngine that tests the engine integrated into a hierarchical configuration.
Constructor Summary | |
---|---|
TestXPathExpressionEngineInConfig()
|
Method Summary | |
---|---|
void |
setUp()
|
void |
testAddPropertyComplexStructures()
Tests whether addProperty() can be used to create more complex hierarchical structures. |
void |
testSetPropertyExisting()
Tests whether an already existing property can be changed using setProperty(). |
void |
testSetPropertyNewAttribute()
Tests whether setProperty() can be used to add a new attribute. |
void |
testSetPropertyNewKey()
Tests whether setProperty() can be used to create a completely new key. |
void |
testSetPropertyPartlyExisting()
Tests setProperty() if the specified path partly exists. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestXPathExpressionEngineInConfig()
Method Detail |
---|
public void setUp() throws Exception
Exception
public void testSetPropertyExisting()
public void testSetPropertyPartlyExisting()
public void testSetPropertyNewAttribute()
public void testSetPropertyNewKey()
public void testAddPropertyComplexStructures()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |