Method Summary |
|
public void | compilePackages() Compiles all packages of this testcase except it is listed in the dontcompile-collection. |
public void | consumeLine(String line) Consumes a read line from the testsuite file. |
public void | fail() Called by a specific testcase if the testcase fails. |
protected String | getCompilerMessages() |
protected List | getFailPositions() Returns a list of expected failure positions defined by the user. |
public void | pass() Called by a specific testcase if the testcase succeeds. |
public void | performTest() |
public void | runJVM(String jvm, String main) |
public void | runMain() Runs the main method of the testcase. |
public void | runNative() |
public void | warning() Called if a warning occures. |
public void | writeFiles() Writes the files of this testcase to disk. |