public class JiraWebTestRunner extends com.atlassian.webdriver.testing.runner.AbstractProductContextRunner implements TransformableRunner<JiraWebTestRunner>
| Constructor and Description |
|---|
JiraWebTestRunner(Class<?> klass,
JiraTestedProduct product) |
JiraWebTestRunner(Class<?> klass,
JiraTestedProduct product,
Iterable<org.junit.runner.notification.RunListener> listeners) |
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runners.model.Statement |
classBlock(org.junit.runner.notification.RunNotifier notifier) |
protected List<org.junit.runners.model.FrameworkMethod> |
getChildren() |
protected com.atlassian.pageobjects.TestedProduct<?> |
getProduct() |
JiraWebTestRunner |
withTransforms(List<SuiteTransform> transforms)
An instance of this runner applying given list of transforms to itself.
|
getInjectionContextmethodInvokercollectInitializationErrors, computeTestMethods, createTest, createTest, describeChild, getTestRules, isIgnored, methodBlock, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutchildrenInvoker, classRules, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, order, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withInterruptIsolationpublic JiraWebTestRunner(Class<?> klass, JiraTestedProduct product, Iterable<org.junit.runner.notification.RunListener> listeners) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic JiraWebTestRunner(Class<?> klass, JiraTestedProduct product) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected com.atlassian.pageobjects.TestedProduct<?> getProduct()
getProduct in class com.atlassian.webdriver.testing.runner.AbstractProductContextRunnerpublic JiraWebTestRunner withTransforms(List<SuiteTransform> transforms) throws org.junit.runners.model.InitializationError
TransformableRunnerwithTransforms in interface TransformableRunner<JiraWebTestRunner>transforms - transforms to applyorg.junit.runners.model.InitializationError - JUnit4 errorprotected List<org.junit.runners.model.FrameworkMethod> getChildren()
getChildren in class org.junit.runners.BlockJUnit4ClassRunnerprotected org.junit.runners.model.Statement classBlock(org.junit.runner.notification.RunNotifier notifier)
classBlock in class com.atlassian.webdriver.testing.runner.AbstractInjectingRunnerCopyright © 2002-2021 Atlassian. All Rights Reserved.