Class BootstrapManagerRule
- java.lang.Object
-
- com.atlassian.bamboo.testutils.junit.rule.BootstrapManagerRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class BootstrapManagerRule extends Object implements org.junit.rules.TestRule
Rule that automates creation/cleanup of TestBootstrapManager
-
-
Constructor Summary
Constructors Constructor Description BootstrapManagerRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statement
apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
void
delegateTo(BootstrapManager bootstrapManager)
-
-
-
Method Detail
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
- Specified by:
apply
in interfaceorg.junit.rules.TestRule
-
delegateTo
public void delegateTo(BootstrapManager bootstrapManager)
-
-