Class DefaultMethodRules

java.lang.Object
com.atlassian.confluence.webdriver.rules.DefaultMethodRules
All Implemented Interfaces:
org.junit.rules.TestRule

public final class DefaultMethodRules extends Object implements org.junit.rules.TestRule
Standard RuleChain to run in a webdriver test. This is a slightly modified version of DefaultProductContextRules.ForMethod. It includes VisitNoopAndCancelAlertsRule and excludes WindowSizeRule
  • 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