com.atlassian.confluence.qunit.pageobjects
Class QUnitQuickEditorOnHomePage

java.lang.Object
  extended by com.atlassian.confluence.qunit.pageobjects.QUnitTestPage
      extended by com.atlassian.confluence.qunit.pageobjects.QUnitQuickEditorOnHomePage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class QUnitQuickEditorOnHomePage
extends QUnitTestPage

Represents the activation of a Quick Comment Editor on the identified Space home page.


Field Summary
 
Fields inherited from class com.atlassian.confluence.qunit.pageobjects.QUnitTestPage
driver, INDIVIDUAL_TEST_TIMEOUT_SECS, QUNIT_RESULT_TIMEOUT_SECS
 
Constructor Summary
QUnitQuickEditorOnHomePage(java.lang.String testName, Space space)
           
 
Method Summary
 java.lang.String getUrl()
           
 void tearDown()
          Override if the test page needs to do anything to clean itself up _after_ the tests have been processed.
 
Methods inherited from class com.atlassian.confluence.qunit.pageobjects.QUnitTestPage
getFileResults, getResultJson, getScreenHeight, getScreenWidth, getTestCount, getUserAgent, waitForTestsToFinish
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QUnitQuickEditorOnHomePage

public QUnitQuickEditorOnHomePage(java.lang.String testName,
                                  Space space)
Method Detail

getUrl

public java.lang.String getUrl()

tearDown

public void tearDown()
Description copied from class: QUnitTestPage
Override if the test page needs to do anything to clean itself up _after_ the tests have been processed. For example, navigate away in order to clean up dirty flags.

Overrides:
tearDown in class QUnitTestPage


Copyright © 2003-2014 Atlassian. All Rights Reserved.