com.atlassian.confluence.qunit.pageobjects
Class UnitTestedProduct
java.lang.Object
com.atlassian.confluence.qunit.pageobjects.UnitTestedProduct
- All Implemented Interfaces:
- QUnitTestProduct, com.atlassian.pageobjects.TestedProduct<com.atlassian.webdriver.pageobjects.WebDriverTester>
public class UnitTestedProduct
- extends java.lang.Object
- implements QUnitTestProduct
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnitTestedProduct
public UnitTestedProduct()
login
public void login(User user)
- Specified by:
login
in interface QUnitTestProduct
logout
public void logout()
- Specified by:
logout
in interface QUnitTestProduct
afterTest
public void afterTest()
- Specified by:
afterTest
in interface QUnitTestProduct
runTest
public QUnitUnitTestPage runTest(java.util.Map<java.lang.String,java.lang.Object> args)
- Specified by:
runTest
in interface QUnitTestProduct
visit
public <P extends com.atlassian.pageobjects.Page> P visit(java.lang.Class<P> pClass,
java.lang.Object... objects)
- Specified by:
visit
in interface com.atlassian.pageobjects.TestedProduct<com.atlassian.webdriver.pageobjects.WebDriverTester>
getPageBinder
public com.atlassian.pageobjects.PageBinder getPageBinder()
- Specified by:
getPageBinder
in interface com.atlassian.pageobjects.TestedProduct<com.atlassian.webdriver.pageobjects.WebDriverTester>
getProductInstance
public com.atlassian.pageobjects.ProductInstance getProductInstance()
- Specified by:
getProductInstance
in interface com.atlassian.pageobjects.TestedProduct<com.atlassian.webdriver.pageobjects.WebDriverTester>
getTester
public com.atlassian.webdriver.pageobjects.WebDriverTester getTester()
- Specified by:
getTester
in interface com.atlassian.pageobjects.TestedProduct<com.atlassian.webdriver.pageobjects.WebDriverTester>
Copyright © 2003-2014 Atlassian. All Rights Reserved.