public class CastNodeTest
extends java.lang.Object
| Constructor and Description |
|---|
CastNodeTest() |
| Modifier and Type | Method and Description |
|---|---|
static junit.framework.Test |
suite()
Necessary for "ant".
|
void |
test1()
Cast 123 into a Numeric type.
|
void |
test2()
Test error message (cast into a not existing variable type).
|
void |
test3()
Test error message (cast into a wrong variable type).
|
void |
test4()
Cast the result of a GreaterNode into a YESNO type.
|
void |
test5()
Cast "hello" into a Label type.
|
void |
test6()
Cast "123" into a Numeric type.
|
void |
test6a()
Cast "-123" into a Numeric type.
|
void |
test7()
Cast "yes" into a Boolean Type.
|
void |
test8()
Cast "no" into a Boolean Type.
|
void |
test9()
Cast "Fehler" into a Boolean Type --> error message (cast into a wrong variable type).
|
public static junit.framework.Test suite()
public void test1()
throws CheckScriptException
CheckScriptExceptionpublic void test2()
throws CheckScriptException
CheckScriptExceptionpublic void test3()
throws CheckScriptException
CheckScriptExceptionpublic void test4()
throws CheckScriptException
CheckScriptExceptionpublic void test5()
throws CheckScriptException
CheckScriptExceptionpublic void test6()
throws CheckScriptException
CheckScriptExceptionpublic void test6a()
throws CheckScriptException
CheckScriptExceptionpublic void test7()
throws CheckScriptException
CheckScriptExceptionpublic void test8()
throws CheckScriptException
CheckScriptExceptionpublic void test9()
throws CheckScriptException
CheckScriptException