Class PreserveBootstrapContextRule

java.lang.Object
com.atlassian.bamboo.testutils.junit.rule.PreserveBootstrapContextRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class PreserveBootstrapContextRule extends Object implements org.junit.rules.TestRule
Rule that preserves bootstrap ApplicationContext
  • Constructor Details

    • PreserveBootstrapContextRule

      public PreserveBootstrapContextRule()
  • Method Details

    • apply

      public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
      Specified by:
      apply in interface org.junit.rules.TestRule