public class UnitTestedProduct extends Object implements QUnitTestProduct
| Constructor and Description |
|---|
UnitTestedProduct() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTest() |
com.atlassian.pageobjects.PageBinder |
getPageBinder() |
com.atlassian.pageobjects.ProductInstance |
getProductInstance() |
com.atlassian.webdriver.pageobjects.WebDriverTester |
getTester() |
void |
login(User user) |
void |
logout() |
QUnitUnitTestPage |
runTest(Map<String,Object> args) |
<P extends com.atlassian.pageobjects.Page> |
visit(Class<P> pClass,
Object... objects) |
public void login(User user)
login in interface QUnitTestProductpublic void logout()
logout in interface QUnitTestProductpublic void afterTest()
afterTest in interface QUnitTestProductpublic QUnitUnitTestPage runTest(Map<String,Object> args)
runTest in interface QUnitTestProductpublic <P extends com.atlassian.pageobjects.Page> P visit(Class<P> pClass, Object... objects)
visit in interface com.atlassian.pageobjects.TestedProduct<com.atlassian.webdriver.pageobjects.WebDriverTester>public com.atlassian.pageobjects.PageBinder getPageBinder()
getPageBinder in interface com.atlassian.pageobjects.TestedProduct<com.atlassian.webdriver.pageobjects.WebDriverTester>public com.atlassian.pageobjects.ProductInstance getProductInstance()
getProductInstance in interface com.atlassian.pageobjects.TestedProduct<com.atlassian.webdriver.pageobjects.WebDriverTester>public com.atlassian.webdriver.pageobjects.WebDriverTester getTester()
getTester in interface com.atlassian.pageobjects.TestedProduct<com.atlassian.webdriver.pageobjects.WebDriverTester>Copyright © 2003–2018 Atlassian. All rights reserved.