public interface TestRunListener
Modifier and Type | Field and Description |
---|---|
static int |
STATUS_ERROR |
static int |
STATUS_FAILURE |
Modifier and Type | Method and Description |
---|---|
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) |
static final int STATUS_ERROR
static final int STATUS_FAILURE
Copyright © 2002–2017 JUnit. All rights reserved.