public class IdSetArrayNodeTest
extends java.lang.Object
| Constructor and Description |
|---|
IdSetArrayNodeTest() |
| Modifier and Type | Method and Description |
|---|---|
static junit.framework.Test |
suite()
Necessary for "ant".
|
void |
testEquals1()
tests the equals-function of the IdSetArrayNode.
|
void |
testEquals2()
tests the equals-function of the IdSetArrayNode.
|
void |
testInterpret1()
tests the interpret-function of the IdSetArrayNode.
|
void |
testInterpret2()
tests the interpret-function of the IdSetArrayNode.
|
void |
testToIdSetNode()
tests the toIdSetNode-function of the IdSetArrayNode.
|
void |
testToIdSetNode2()
tests the toIdSetNode-function of the IdSetArrayNode.
|
void |
testToString()
tests the toString-function of the IdSetArrayNode.
|
public static junit.framework.Test suite()
public void testInterpret1()
throws CheckScriptException
CheckScriptException - if there is a problem with the nodes.public void testInterpret2()
throws CheckScriptException
PruefscriptException - .CheckScriptExceptionpublic void testEquals1()
public void testEquals2()
public void testToString()
public void testToIdSetNode()
throws WrongNodeException
WrongNodeException - .public void testToIdSetNode2()
throws WrongNodeException
WrongNodeException - .