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.
|
getInjectionContext
methodInvoker
collectInitializationErrors, computeTestMethods, createTest, describeChild, getTestRules, isIgnored, methodBlock, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
public JiraWebTestRunner(Class<?> klass, JiraTestedProduct product, Iterable<org.junit.runner.notification.RunListener> listeners) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
public JiraWebTestRunner(Class<?> klass, JiraTestedProduct product) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
protected com.atlassian.pageobjects.TestedProduct<?> getProduct()
getProduct
in class com.atlassian.webdriver.testing.runner.AbstractProductContextRunner
public JiraWebTestRunner withTransforms(List<SuiteTransform> transforms) throws org.junit.runners.model.InitializationError
TransformableRunner
withTransforms
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.BlockJUnit4ClassRunner
protected org.junit.runners.model.Statement classBlock(org.junit.runner.notification.RunNotifier notifier)
classBlock
in class com.atlassian.webdriver.testing.runner.AbstractInjectingRunner
Copyright © 2002-2021 Atlassian. All Rights Reserved.