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.RunListener
Exception
public void testFinished(org.junit.runner.Description description) throws Exception
testFinished
in class org.junit.runner.notification.RunListener
Exception
public void testFailure(org.junit.runner.notification.Failure failure) throws Exception
testFailure
in class org.junit.runner.notification.RunListener
Exception
public void testAssumptionFailure(org.junit.runner.notification.Failure failure)
testAssumptionFailure
in class org.junit.runner.notification.RunListener
Copyright © 2002-2015 Atlassian. All Rights Reserved.