public class DurationRunListener
extends org.junit.runner.notification.RunListener
| Constructor and Description |
|---|
DurationRunListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
performAnalyticsAndGenerateAnnotations(org.junit.runner.Result result) |
void |
testFinished(org.junit.runner.Description description) |
void |
testRunFinished(org.junit.runner.Result result) |
void |
testRunStarted(org.junit.runner.Description description) |
public void testRunStarted(org.junit.runner.Description description)
throws java.lang.Exception
testRunStarted in class org.junit.runner.notification.RunListenerjava.lang.Exceptionpublic void testFinished(org.junit.runner.Description description)
throws java.lang.Exception
testFinished in class org.junit.runner.notification.RunListenerjava.lang.Exceptionpublic void testRunFinished(org.junit.runner.Result result)
throws java.lang.Exception
testRunFinished in class org.junit.runner.notification.RunListenerjava.lang.Exceptionpublic void performAnalyticsAndGenerateAnnotations(org.junit.runner.Result result)