com.atlassian.confluence.qunit.pageobjects
Class QUnitTestPage

java.lang.Object
  extended by com.atlassian.confluence.qunit.pageobjects.QUnitTestPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page
Direct Known Subclasses:
QUnitCreatePage, QUnitQuickCommentOnHomePage, QUnitUnitTestPage

public abstract class QUnitTestPage
extends Object
implements com.atlassian.pageobjects.Page


Field Summary
protected  com.atlassian.webdriver.AtlassianWebDriver driver
           
static int INDIVIDUAL_TEST_TIMEOUT_SECS
           
static int QUNIT_RESULT_TIMEOUT_SECS
           
 
Constructor Summary
QUnitTestPage()
           
 
Method Summary
 QUnitResults.FileResults getFileResults()
           
 String getResultJson()
           
 Long getScreenHeight()
           
 Long getScreenWidth()
           
 Long getTestCount()
           
 String getUserAgent()
           
 void waitForTestsToFinish()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.pageobjects.Page
getUrl
 

Field Detail

INDIVIDUAL_TEST_TIMEOUT_SECS

public static final int INDIVIDUAL_TEST_TIMEOUT_SECS
See Also:
Constant Field Values

QUNIT_RESULT_TIMEOUT_SECS

public static final int QUNIT_RESULT_TIMEOUT_SECS
See Also:
Constant Field Values

driver

@Inject
protected com.atlassian.webdriver.AtlassianWebDriver driver
Constructor Detail

QUnitTestPage

public QUnitTestPage()
Method Detail

getTestCount

public Long getTestCount()

waitForTestsToFinish

public void waitForTestsToFinish()

getFileResults

public QUnitResults.FileResults getFileResults()

getResultJson

public String getResultJson()

getUserAgent

public String getUserAgent()

getScreenWidth

public Long getScreenWidth()

getScreenHeight

public Long getScreenHeight()


Copyright © 2003-2012 Atlassian. All Rights Reserved.