static int | A listener interface for observing the execution of a test run. |
static int |
void | testEnded(String testName) |
void | testFailed(int status, String testName, String trace) |
void | testRunEnded(long elapsedTime) |
void | testRunStarted(String testSuiteName, int testCount) |
void | testRunStopped(long elapsedTime) |
void | testStarted(String testName) |
public static final int STATUS_ERROR
public static final int STATUS_FAILURE
public void testEnded(String testName)
public void testFailed(int status, String testName, String trace)
public void testRunEnded(long elapsedTime)
public void testRunStarted(String testSuiteName, int testCount)
public void testRunStopped(long elapsedTime)
public void testStarted(String testName)