Package junit.runner
Interface TestRunListener
public interface TestRunListener
A listener interface for observing the
execution of a test run. Unlike TestListener,
this interface using only primitive objects,
making it suitable for remote test execution.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidtestFailed(int status, String testName, String trace) voidtestRunEnded(long elapsedTime) voidtestRunStarted(String testSuiteName, int testCount) voidtestRunStopped(long elapsedTime) voidtestStarted(String testName)
-
Field Details
-
STATUS_ERROR
static final int STATUS_ERROR- See Also:
-
STATUS_FAILURE
static final int STATUS_FAILURE- See Also:
-
-
Method Details
-
testRunStarted
-
testRunEnded
void testRunEnded(long elapsedTime) -
testRunStopped
void testRunStopped(long elapsedTime) -
testStarted
-
testEnded
-
testFailed
-