public class JUnitRunListener
extends org.junit.runner.notification.RunListener
JUnitRunListener class
| Constructor and Description |
|---|
JUnitRunListener(JUnitRunner jR) |
| Modifier and Type | Method and Description |
|---|---|
void |
testFailure(org.junit.runner.notification.Failure failure)
Called when an atomic test fails
|
void |
testFinished(org.junit.runner.Description description)
Called when an atomic test has finished.
|
void |
testIgnored(org.junit.runner.Description description)
Called when a test will not be run, generally because a test method is annotated with Ignore
|
void |
testRunFinished(org.junit.runner.Result result)
Called when all tests have finished
|
void |
testRunStarted(org.junit.runner.Description description)
Called before any tests have been run
|
void |
testStarted(org.junit.runner.Description description)
Called when an atomic test is about to be started
|
public JUnitRunListener(JUnitRunner jR)
jr - public void testRunStarted(org.junit.runner.Description description)
testRunStarted in class org.junit.runner.notification.RunListenerpublic void testRunFinished(org.junit.runner.Result result)
testRunFinished in class org.junit.runner.notification.RunListenerpublic 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 testFailure(org.junit.runner.notification.Failure failure)
testFailure in class org.junit.runner.notification.RunListenerCopyright © 2010–2017 EvoSuite. All rights reserved.