public class RichSourceElementImplTest extends Object
Constructor and Description |
---|
RichSourceElementImplTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testAddChild() |
void |
testAddChildAtIndex() |
void |
testAddParent() |
void |
testCopySourceElement() |
void |
testGetChildIndex() |
void |
testGetNonExistingChildIndex() |
void |
testGetParents() |
void |
testRemoveChild() |
void |
testRemoveChildViaIterator() |
void |
testRemoveNonExistingChild() |
void |
testSetAttribute() |
void |
testSetAttributeToNull() |
void |
testToString() |
void |
testTreeEquals() |
public void setUp()
public void testGetParents()
public void testAddChild()
public void testAddChildAtIndex()
public void testRemoveChild()
public void testRemoveChildViaIterator()
public void testRemoveNonExistingChild()
public void testGetChildIndex()
public void testGetNonExistingChildIndex()
public void testAddParent()
public void testTreeEquals()
public void testSetAttribute()
public void testSetAttributeToNull()
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.