public class DynamicPropertiesModelTest extends JXPathTestCase
| Constructor and Description |
|---|
DynamicPropertiesModelTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testAttributeName()
Testing the pseudo-attribute "name" that dynamic property
objects appear to have.
|
void |
testAxisChild() |
void |
testAxisDescendant() |
void |
testCollectionOfMaps() |
void |
testCreatePath() |
void |
testCreatePathAndSetValue() |
void |
testCreatePathAndSetValueCollectionElement() |
void |
testCreatePathAndSetValueCreateBean() |
void |
testCreatePathAndSetValueNewCollectionElement() |
void |
testCreatePathCollectionElement() |
void |
testCreatePathCreateBean() |
void |
testCreatePathNewCollectionElement() |
void |
testMapOfMaps() |
void |
testRemovePath() |
void |
testRemovePathArrayElement() |
void |
testSetCollection() |
void |
testSetNewKey()
The key does not exist, but the assignment should succeed anyway,
because you should always be able to store anything in a Map.
|
void |
testSetPrimitiveValue() |
assertDocumentOrder, assertXPathCreatePath, assertXPathCreatePathAndSetValue, assertXPathNodeType, assertXPathPointer, assertXPathPointerIterator, assertXPathPointerLenient, assertXPathSetValue, assertXPathSetValue, assertXPathValue, assertXPathValue, assertXPathValueAndPointer, assertXPathValueIterator, assertXPathValueLenient, assertXPathValueType, list, list, list, list, list, list, list, list, set, set, set, set, set, setcountTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toStringassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, failpublic DynamicPropertiesModelTest()
public void setUp()
setUp in class junit.framework.TestCasepublic void testAxisChild()
public void testAxisDescendant()
public void testAttributeName()
public void testSetPrimitiveValue()
public void testSetCollection()
public void testSetNewKey()
public void testCreatePath()
public void testCreatePathAndSetValue()
public void testCreatePathCreateBean()
public void testCreatePathAndSetValueCreateBean()
public void testCreatePathCollectionElement()
public void testCreatePathAndSetValueCollectionElement()
public void testCreatePathNewCollectionElement()
public void testCreatePathAndSetValueNewCollectionElement()
public void testRemovePath()
public void testRemovePathArrayElement()
public void testCollectionOfMaps()
public void testMapOfMaps()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.