Class DetectCapabilitiesRule
- java.lang.Object
-
- org.junit.rules.TestWatcher
-
- com.atlassian.bamboo.testutils.junit.rule.DetectCapabilitiesRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class DetectCapabilitiesRule extends org.junit.rules.TestWatcher
This rule enforces redetecting server capabilities. Should be used with BeforeClass annotation.
-
-
Constructor Summary
Constructors Constructor Description DetectCapabilitiesRule(@NotNull BambooEnvironmentData environmentData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
starting(org.junit.runner.Description description)
-
-
-
Constructor Detail
-
DetectCapabilitiesRule
public DetectCapabilitiesRule(@NotNull @NotNull BambooEnvironmentData environmentData)
-
-