|
Class Summary |
| FailTestCase |
TestCase class for test cases that should fail. |
| GlobalSourceFile |
TODO |
| NiceSourceFile |
Class represents a nice source file. |
| PassTestCase |
TestCase class fot the case that the test should pass |
| TestCase |
Class represents a testcase in the testsuite file. |
| TestNice |
Example:
/// pass
/// package a dontcompile
int x = 3;
System.out.println("hallo world");
/// toplevel
void f() {
System.out.println("f()");
}
/// package b import a
int z = 5;
f(); |
| TestNice.FileComparator |
|
| TestSuite |
A testsuite file with its testcases. |