public class StatsGatheringRunListener
extends org.junit.runner.notification.RunListener
| Constructor and Description |
|---|
StatsGatheringRunListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
testFinished(org.junit.runner.Description description) |
void |
testIgnored(org.junit.runner.Description description) |
void |
testRunFinished(org.junit.runner.Result result) |
void |
testStarted(org.junit.runner.Description description) |
public void testRunFinished(org.junit.runner.Result result)
throws Exception
testRunFinished in class org.junit.runner.notification.RunListenerExceptionpublic void testStarted(org.junit.runner.Description description)
throws Exception
testStarted in class org.junit.runner.notification.RunListenerExceptionpublic void testFinished(org.junit.runner.Description description)
throws Exception
testFinished in class org.junit.runner.notification.RunListenerExceptionCopyright © 2002-2019 Atlassian. All Rights Reserved.