Class 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
    • Method Detail

      • 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