com.atlassian.jira.pageobjects.setup
Class JiraWebDriverScreenshotRule

java.lang.Object
  extended by org.junit.rules.TestWatcher
      extended by com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
          extended by com.atlassian.jira.pageobjects.setup.JiraWebDriverScreenshotRule
All Implemented Interfaces:
org.junit.rules.TestRule

@Internal
public class JiraWebDriverScreenshotRule
extends com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule

An extension of the screenshot rule that gets the target dir from TestEnvironment.

Since:
2.1

Constructor Summary
JiraWebDriverScreenshotRule(JiraTestedProduct product, TestEnvironment environment)
           
 
Method Summary
 
Methods inherited from class com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
failed, starting
 
Methods inherited from class org.junit.rules.TestWatcher
apply, finished, succeeded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraWebDriverScreenshotRule

@Inject
public JiraWebDriverScreenshotRule(JiraTestedProduct product,
                                          TestEnvironment environment)


Copyright © 2002-2014 Atlassian. All Rights Reserved.