| org.jaffa.util.NodeTest
NodeTest | public class NodeTest extends TestCase (Code) | | |
Method Summary | |
public static void | main(java.lang.String[] args) | public void | setUp() | public static Test | suite() | public void | tearDown() | public void | testAddChild() Test of addChild method, of class org.jaffa.util.Node. | public void | testGetAttribute() Test of getAttribute method, of class org.jaffa.util.Node. | public void | testGetAttributes() Test of getAttributes method, of class org.jaffa.util.Node. | public void | testGetChild() Test of getChild method, of class org.jaffa.util.Node. | public void | testGetChildren() Test of getChildren method, of class org.jaffa.util.Node. | public void | testGetFromFamilyById() Test of getFromFamilyById method, of class org.jaffa.util.Node. | public void | testGetId() Test of getId method, of class org.jaffa.util.Node. | public void | testGetName() Test of getName method, of class org.jaffa.util.Node. | public void | testGetParent() Test of getParent method, of class org.jaffa.util.Node. | public void | testGetRoot() Test of getRoot method, of class org.jaffa.util.Node. | public void | testGetValue() Test of getValue method, of class org.jaffa.util.Node. | public void | testHasChildren() Test of hasChildren method, of class org.jaffa.util.Node. | public void | testIsRoot() Test of isRoot method, of class org.jaffa.util.Node. | public void | testMakeRoot() Test of makeRoot method, of class org.jaffa.util.Node. | public void | testPrintNode() Test of printNode method, of class org.jaffa.util.Node. | public void | testRemoveAttribute() Test of removeAttribute method, of class org.jaffa.util.Node. | public void | testRemoveChild() Test of removeChild method, of class org.jaffa.util.Node. | public void | testRemoveChildren() Test of removeChildren method, of class org.jaffa.util.Node. | public void | testSetAttribute() Test of setAttribute method, of class org.jaffa.util.Node. | public void | testSetAttributes() Test of setAttributes method, of class org.jaffa.util.Node. | public void | testSetName() Test of setName method, of class org.jaffa.util.Node. | public void | testSetValue() Test of setValue method, of class org.jaffa.util.Node. |
setUp | public void setUp()(Code) | | |
suite | public static Test suite()(Code) | | |
tearDown | public void tearDown()(Code) | | |
testAddChild | public void testAddChild()(Code) | | Test of addChild method, of class org.jaffa.util.Node.
|
testGetAttribute | public void testGetAttribute()(Code) | | Test of getAttribute method, of class org.jaffa.util.Node.
|
testGetAttributes | public void testGetAttributes()(Code) | | Test of getAttributes method, of class org.jaffa.util.Node.
|
testGetChild | public void testGetChild()(Code) | | Test of getChild method, of class org.jaffa.util.Node.
|
testGetChildren | public void testGetChildren()(Code) | | Test of getChildren method, of class org.jaffa.util.Node.
|
testGetFromFamilyById | public void testGetFromFamilyById()(Code) | | Test of getFromFamilyById method, of class org.jaffa.util.Node.
|
testGetId | public void testGetId()(Code) | | Test of getId method, of class org.jaffa.util.Node.
|
testGetName | public void testGetName()(Code) | | Test of getName method, of class org.jaffa.util.Node.
|
testGetParent | public void testGetParent()(Code) | | Test of getParent method, of class org.jaffa.util.Node.
|
testGetRoot | public void testGetRoot()(Code) | | Test of getRoot method, of class org.jaffa.util.Node.
|
testGetValue | public void testGetValue()(Code) | | Test of getValue method, of class org.jaffa.util.Node.
|
testHasChildren | public void testHasChildren()(Code) | | Test of hasChildren method, of class org.jaffa.util.Node.
|
testIsRoot | public void testIsRoot()(Code) | | Test of isRoot method, of class org.jaffa.util.Node.
|
testMakeRoot | public void testMakeRoot()(Code) | | Test of makeRoot method, of class org.jaffa.util.Node.
|
testPrintNode | public void testPrintNode()(Code) | | Test of printNode method, of class org.jaffa.util.Node.
|
testRemoveAttribute | public void testRemoveAttribute()(Code) | | Test of removeAttribute method, of class org.jaffa.util.Node.
|
testRemoveChild | public void testRemoveChild()(Code) | | Test of removeChild method, of class org.jaffa.util.Node.
|
testRemoveChildren | public void testRemoveChildren()(Code) | | Test of removeChildren method, of class org.jaffa.util.Node.
|
testSetAttribute | public void testSetAttribute()(Code) | | Test of setAttribute method, of class org.jaffa.util.Node.
|
testSetAttributes | public void testSetAttributes()(Code) | | Test of setAttributes method, of class org.jaffa.util.Node.
|
testSetName | public void testSetName()(Code) | | Test of setName method, of class org.jaffa.util.Node.
|
testSetValue | public void testSetValue()(Code) | | Test of setValue method, of class org.jaffa.util.Node.
|
|
|