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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
starting
(org.junit.runner.Description description) Methods inherited from class org.junit.rules.TestWatcher
apply, failed, finished, skipped, skipped, succeeded
-
Constructor Details
-
DetectCapabilitiesRule
-
-
Method Details
-
starting
protected void starting(org.junit.runner.Description description) - Overrides:
starting
in classorg.junit.rules.TestWatcher
-