public class JUnitTestRunnerInterceptor
extends org.junit.runner.notification.RunListener
implements junit.runner.TestRunListener
| Constructor and Description |
|---|
JUnitTestRunnerInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected Class |
getTestClass(String testName) |
void |
testEnded(String testName) |
void |
testFailed(int status,
String testName,
String trace) |
void |
testFinished(org.junit.runner.Description description) |
void |
testRunEnded(long elapsedTime) |
void |
testRunStarted(String testSuiteName,
int testCount) |
void |
testRunStopped(long elapsedTime) |
void |
testStarted(org.junit.runner.Description description) |
void |
testStarted(String testName) |
public void testStarted(org.junit.runner.Description description)
testStarted in class org.junit.runner.notification.RunListenerpublic void testFinished(org.junit.runner.Description description)
testFinished in class org.junit.runner.notification.RunListenerpublic void testStarted(String testName)
testStarted in interface junit.runner.TestRunListenerpublic void testEnded(String testName)
testEnded in interface junit.runner.TestRunListenerpublic void testRunStarted(String testSuiteName, int testCount)
testRunStarted in interface junit.runner.TestRunListenerpublic void testRunEnded(long elapsedTime)
testRunEnded in interface junit.runner.TestRunListenerpublic void testRunStopped(long elapsedTime)
testRunStopped in interface junit.runner.TestRunListenerCopyright © 2023 OpenClover.org. All rights reserved.