it.com.atlassian.webdriver.confluence.test
Class AbstractConfluenceWebTest

java.lang.Object
  extended by it.com.atlassian.webdriver.confluence.test.AbstractConfluenceWebTest
Direct Known Subclasses:
TestConfluenceAdminHomePage, TestConfluenceWebSudoPage, TestDashboard, TestLicenseDetailsPage, TestPeopleDirectoryPage

public abstract class AbstractConfluenceWebTest
extends Object


Field Summary
protected  DashboardPage dashboard
           
 IgnoreBrowserRule ignoreRule
           
 TestedProductRule<ConfluenceTestedProduct> product
           
 SessionCleanupRule sessionCleanupRule
           
 WebDriverScreenshotRule webDriverScreenshotRule
           
 
Constructor Summary
AbstractConfluenceWebTest()
           
 
Method Summary
 void login()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ignoreRule

public IgnoreBrowserRule ignoreRule

product

public TestedProductRule<ConfluenceTestedProduct> product

webDriverScreenshotRule

public WebDriverScreenshotRule webDriverScreenshotRule

sessionCleanupRule

public SessionCleanupRule sessionCleanupRule

dashboard

protected DashboardPage dashboard
Constructor Detail

AbstractConfluenceWebTest

public AbstractConfluenceWebTest()
Method Detail

login

public void login()


Copyright © 2014 Atlassian. All rights reserved.