public class OrElseNodeTest
extends java.lang.Object
| Constructor and Description |
|---|
OrElseNodeTest() |
| Modifier and Type | Method and Description |
|---|---|
static junit.framework.Test |
suite()
Necessary for "ant".
|
void |
testInterpret1a()
First Node undefined, second node is set (NumNode)
|
void |
testInterpret1b()
First Node undefined, second node is set (StringNode)
|
void |
testInterpret1c()
First Node undefined, second node is set (VersionNode)
|
void |
testInterpret20()
Both nodes are undefined, VariableDoesNotExistExeption is thrown
|
void |
testInterpret3()
First Node is set (StringNode), second node is undefined
|
void |
testInterpret4()
First Node is set (NumNode), second node is undefined
|
void |
testInterpret5()
First Node is set (StringNode), second node is defined
|
void |
testInterpret6()
First Node is set (NumNode), second node is defined
|
public static junit.framework.Test suite()
public void testInterpret1a()
throws CheckScriptException
CheckScriptExceptionpublic void testInterpret1b()
throws CheckScriptException
CheckScriptExceptionpublic void testInterpret1c()
throws CheckScriptException
CheckScriptExceptionpublic void testInterpret3()
throws CheckScriptException
CheckScriptExceptionpublic void testInterpret4()
throws CheckScriptException
CheckScriptExceptionpublic void testInterpret5()
throws CheckScriptException
CheckScriptExceptionpublic void testInterpret6()
throws CheckScriptException
CheckScriptExceptionpublic void testInterpret20()
throws CheckScriptException
CheckScriptException