TestInjectionTestRule instead. It uses the newer TestRule interface, which is compatible
with RuleChain and thus can be explicitly ordered.@Deprecated public class TestInjectionRule extends Object implements org.junit.rules.MethodRule
| Constructor and Description |
|---|
TestInjectionRule(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 TestInjectionRule(@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.