java.lang.Object
org.junit.rules.ExternalResource
com.atlassian.crowd.acceptance.tests.cluster.testutil.TestCleanupRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class TestCleanupRule extends org.junit.rules.ExternalResource
  • Constructor Details

    • TestCleanupRule

      public TestCleanupRule()
  • 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
      Overrides:
      apply in class org.junit.rules.ExternalResource
    • before

      protected void before() throws Throwable
      Overrides:
      before in class org.junit.rules.ExternalResource
      Throws:
      Throwable
    • after

      protected void after()
      Overrides:
      after in class org.junit.rules.ExternalResource