com.atlassian.webdriver.testing.rule
Class DefaultProductContextRules.ForMethod

java.lang.Object
  extended by com.atlassian.webdriver.testing.rule.DefaultProductContextRules.ForMethod
All Implemented Interfaces:
org.junit.rules.TestRule
Enclosing class:
DefaultProductContextRules

public static final class DefaultProductContextRules.ForMethod
extends Object
implements org.junit.rules.TestRule


Constructor Summary
DefaultProductContextRules.ForMethod(IgnoreBrowserRule ignoreBrowserRule, LogPageSourceRule logPageSourceRule, SessionCleanupRule sessionCleanupRule, WebDriverScreenshotRule webDriverScreenshotRule, WindowSizeRule windowSizeRule)
           
 
Method Summary
 org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProductContextRules.ForMethod

@Inject
public DefaultProductContextRules.ForMethod(IgnoreBrowserRule ignoreBrowserRule,
                                                   LogPageSourceRule logPageSourceRule,
                                                   SessionCleanupRule sessionCleanupRule,
                                                   WebDriverScreenshotRule webDriverScreenshotRule,
                                                   WindowSizeRule 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


Copyright © 2014 Atlassian. All rights reserved.