com.atlassian.confluence.qunit.pageobjects
Interface QUnitTestProduct

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

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


Method Summary
 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)


Copyright © 2003-2012 Atlassian. All Rights Reserved.