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 Details

    • DetectCapabilitiesRule

      public DetectCapabilitiesRule(@NotNull @NotNull BambooEnvironmentData environmentData)
  • Method Details

    • starting

      protected void starting(org.junit.runner.Description description)
      Overrides:
      starting in class org.junit.rules.TestWatcher