public class JUnit4WebTestListener
extends org.junit.runner.notification.RunListener
| Constructor and Description |
|---|
JUnit4WebTestListener(WebTestListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
testAssumptionFailure(org.junit.runner.notification.Failure failure) |
void |
testFailure(org.junit.runner.notification.Failure failure) |
void |
testFinished(org.junit.runner.Description description) |
void |
testStarted(org.junit.runner.Description description) |
WebTestListener |
webTestListener() |
public JUnit4WebTestListener(WebTestListener listener)
public WebTestListener webTestListener()
public 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.RunListenerExceptionpublic void testFailure(org.junit.runner.notification.Failure failure)
throws Exception
testFailure in class org.junit.runner.notification.RunListenerExceptionpublic void testAssumptionFailure(org.junit.runner.notification.Failure failure)
testAssumptionFailure in class org.junit.runner.notification.RunListenerCopyright © 2002-2015 Atlassian. All Rights Reserved.