Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package nice.tools.testsuite

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.
 

Exception Summary
CompilerBugException This exception is thrown when a bug occurs in the compiler.
TestSuiteException Nice TestSuite specific exception, that holds a reference to the original exception.