public class EnvironmentAwareSuiteRunner extends WebTestSuiteRunner implements EnvironmentAware
PACKAGE_SEPARATOR, suite, testClasses, testPackage, webTestSuiteClass
Constructor and Description |
---|
EnvironmentAwareSuiteRunner(Class<?> webTestSuiteClass) |
Modifier and Type | Method and Description |
---|---|
protected org.junit.runner.Runner |
delegateRunner()
Override this method to create the runner that will perform actual test run.
|
protected Iterable<WebTestListener> |
listeners()
A list of listeners to apply for this suite
|
void |
setEnvironmentData(JIRAEnvironmentData environmentData) |
getDescription, run, suite
public EnvironmentAwareSuiteRunner(Class<?> webTestSuiteClass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
protected org.junit.runner.Runner delegateRunner()
WebTestSuiteRunner
delegateRunner
in class WebTestSuiteRunner
public void setEnvironmentData(JIRAEnvironmentData environmentData)
setEnvironmentData
in interface EnvironmentAware
protected Iterable<WebTestListener> listeners()
WebTestSuiteRunner
listeners
in class WebTestSuiteRunner
Copyright © 2002-2023 Atlassian. All Rights Reserved.