Class CheckCachesRule

java.lang.Object
com.atlassian.jira.functest.rule.CheckCachesRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class CheckCachesRule extends Object implements org.junit.rules.TestRule
Executes after tests to validate that no cache serialization errors occurred.
Since:
v7.2.0
  • Constructor Details

  • 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