PageObjectInjectionTestRule instead. It uses the newer TestRule interface, which is
compatible with RuleChain and thus can be explicitly ordered.@Deprecated public class PageObjectInjectionRule extends Object implements org.junit.rules.MethodRule
| Constructor and Description |
|---|
PageObjectInjectionRule(BambooTestedProduct product)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement statement,
org.junit.runners.model.FrameworkMethod method,
Object target)
Deprecated.
|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement statement,
Object target)
Deprecated.
|
public PageObjectInjectionRule(@NotNull
BambooTestedProduct product)
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement,
org.junit.runners.model.FrameworkMethod method,
Object target)
apply in interface org.junit.rules.MethodRule@NotNull
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement,
Object target)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.