com.atlassian.confluence.qunit.pageobjects
Interface QUnitTestProduct

All Superinterfaces:
com.atlassian.pageobjects.TestedProduct<com.atlassian.webdriver.pageobjects.WebDriverTester>
All Known Implementing Classes:
AtlassianQUnitTestedProduct, DelegatingQUnitTestProduct, EditorTestedProduct, QuickEditorTestedProduct, QuickViewPageTestedProduct, UnitTestedProduct

public interface QUnitTestProduct
extends com.atlassian.pageobjects.TestedProduct<com.atlassian.webdriver.pageobjects.WebDriverTester>


Method Summary
 void afterTest()
           
 void login(User user)
           
 void logout()
           
 QUnitTestPage runTest(Map<String,Object> args)
           
 
Methods inherited from interface com.atlassian.pageobjects.TestedProduct
getPageBinder, getProductInstance, getTester, visit
 

Method Detail

login

void login(User user)

logout

void logout()

runTest

QUnitTestPage runTest(Map<String,Object> args)

afterTest

void afterTest()


Copyright © 2003–2015 Atlassian. All rights reserved.