public class AbstractNodeTest
extends java.lang.Object
| Constructor and Description |
|---|
AbstractNodeTest() |
| Modifier and Type | Method and Description |
|---|---|
static junit.framework.Test |
suite()
Necessary for "ant".
|
void |
testToID()
Tests the toID-Funktion of AbstractNode.
|
void |
testToIdSet()
Tests the toIdSet-Funktion of AbstractNode.
|
public static junit.framework.Test suite()
public void testToID()
throws WrongNodeException
WrongNodeException - if you call the function on a wrong node.public void testToIdSet()
throws WrongNodeException
WrongNodeException - if you call the function on a wrong node.