Method Summary |
|
public void | classFileError(ClassFileError e) Called from the JUnitTestManager if it encounters an illegal class file. |
public Iterable<File> | getClassPath() |
public File | getFileForClassName(String className) Called when the JUnitTestManager wants to open a file that is not currently open. |
public void | junitJVMReady() Called when the JVM used for unit tests has registered. |
public void | nonTestCase(boolean isTestAll) Called from the JUnitTestManager if its given className is not a test case. |
public void | testEnded(String testName, boolean wasSuccessful, boolean causedError) Called when a particular test has ended. |
public void | testStarted(String testName) Called when a particular test is started. |
public void | testSuiteEnded(JUnitError[] errors) Called when a full suite of tests has finished running. |
public void | testSuiteStarted(int numTests) Called to indicate that a suite of tests has started running. |