| Modifier and Type | Class and Description | 
|---|---|
class  | 
JUnit3WebTestDescription
WebTestDescription based on the JUnit4
 Description. | 
| Modifier and Type | Field and Description | 
|---|---|
static com.google.common.base.Function<junit.framework.Test,WebTestDescription> | 
JUnit3WebTestDescription.TRANSFORMER  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<WebTestDescription> | 
WebTestDescription.children()
Descriptions of child tests. 
 | 
Iterable<WebTestDescription> | 
JUnit3WebTestDescription.children()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractWebTestListener.suiteFinished(WebTestDescription suiteDescription)  | 
void | 
CompositeSuiteListener.suiteFinished(WebTestDescription suiteDescription)  | 
void | 
TomcatShutdownListener.suiteFinished(WebTestDescription suiteDescription)  | 
void | 
WebTestListener.suiteFinished(WebTestDescription suiteDescription)
Called when the whole web test suite is going finishing. 
 | 
void | 
AbstractWebTestListener.suiteStarted(WebTestDescription suiteDescription)  | 
void | 
CompositeSuiteListener.suiteStarted(WebTestDescription suiteDescription)  | 
void | 
TomcatShutdownListener.suiteStarted(WebTestDescription suiteDescription)  | 
void | 
WebTestListener.suiteStarted(WebTestDescription suiteDescription)
Called when the whole web test suite is going to start. 
 | 
void | 
AbstractWebTestListener.testError(WebTestDescription description,
         Throwable error)  | 
void | 
CompositeSuiteListener.testError(WebTestDescription test,
         Throwable t)  | 
void | 
TomcatShutdownListener.testError(WebTestDescription description,
         Throwable t)  | 
void | 
WebTestListener.testError(WebTestDescription description,
         Throwable error)
Called when test ends with an error 
 | 
void | 
AbstractWebTestListener.testFailure(WebTestDescription description,
           Throwable failure)  | 
void | 
CompositeSuiteListener.testFailure(WebTestDescription test,
           Throwable t)  | 
void | 
TomcatShutdownListener.testFailure(WebTestDescription description,
           Throwable t)  | 
void | 
WebTestListener.testFailure(WebTestDescription description,
           Throwable failure)
Called on test finished with an assertion failure. 
 | 
void | 
AbstractWebTestListener.testFinished(WebTestDescription description)  | 
void | 
CompositeSuiteListener.testFinished(WebTestDescription test)  | 
void | 
TomcatShutdownListener.testFinished(WebTestDescription test)  | 
void | 
WebTestListener.testFinished(WebTestDescription description)
Called on finished web test. 
 | 
void | 
AbstractWebTestListener.testStarted(WebTestDescription description)  | 
void | 
CompositeSuiteListener.testStarted(WebTestDescription test)  | 
void | 
TomcatShutdownListener.testStarted(WebTestDescription test)  | 
void | 
WebTestListener.testStarted(WebTestDescription description)
Called on start of a single web test. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JUnit4WebTestDescription
WebTestDescription based on the JUnit4
 Description. | 
| Modifier and Type | Field and Description | 
|---|---|
static com.google.common.base.Function<org.junit.runner.Description,WebTestDescription> | 
JUnit4WebTestDescription.TRANSFORMER  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<WebTestDescription> | 
JUnit4WebTestDescription.children()  | 
List<WebTestDescription> | 
WebTestDescriptionList.list()
The original list of descriptions. 
 | 
List<WebTestDescription> | 
WebTestDescriptionList.singleTests()  | 
| Constructor and Description | 
|---|
WebTestDescriptionList(WebTestDescription... descriptions)  | 
| Constructor and Description | 
|---|
WebTestDescriptionList(Iterable<WebTestDescription> descriptions)  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
WebTestListenerToClientListenerAdapter.WebTestClientDescription  | 
| Modifier and Type | Method and Description | 
|---|---|
static WebTestDescription | 
WebTestListenerToClientListenerAdapter.WebTestClientDescription.fakeSuite()  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<WebTestDescription> | 
WebTestListenerToClientListenerAdapter.WebTestClientDescription.children()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LogTestInformationListener.suiteFinished(WebTestDescription suiteDescription)  | 
void | 
LogTestInformationListener.suiteStarted(WebTestDescription suiteDescription)  | 
void | 
LogTestInformationListener.testError(WebTestDescription description,
         Throwable error)  | 
void | 
LogTestInformationListener.testFailure(WebTestDescription description,
           Throwable failure)  | 
void | 
LogTestInformationListener.testFinished(WebTestDescription description)  | 
void | 
LogTestInformationListener.testStarted(WebTestDescription description)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FFMpegSuiteListener.suiteFinished(WebTestDescription suiteDescription)  | 
void | 
FFMpegSuiteListener.suiteStarted(WebTestDescription suiteDescription)  | 
void | 
FFMpegSuiteListener.testError(WebTestDescription test,
         Throwable throwable)  | 
void | 
FFMpegSuiteListener.testFailure(WebTestDescription test,
           Throwable assertionFailedError)  | 
void | 
FFMpegSuiteListener.testFinished(WebTestDescription test)  | 
void | 
FFMpegSuiteListener.testStarted(WebTestDescription test)  | 
| Constructor and Description | 
|---|
FFMpegSuiteListener(com.google.common.base.Predicate<WebTestDescription> shouldRecord)  | 
Copyright © 2002-2017 Atlassian. All Rights Reserved.