com.atlassian.confluence.selenium
Class EditorTableToolbarTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.confluence.selenium.AbstractSeleniumTest
              extended by com.atlassian.confluence.selenium.EditorTableToolbarTest
All Implemented Interfaces:
junit.framework.Test

public class EditorTableToolbarTest
extends AbstractSeleniumTest


Field Summary
static int DEFAULT_COLS
           
static int DEFAULT_ROWS
           
static String DEFAULT_TABLE_CONTENT
           
 
Fields inherited from class com.atlassian.confluence.selenium.AbstractSeleniumTest
adminUser, assertThat, client, rpc, screenShotIndex, suite, testBlogPost, testComment, testData, testGroup, testImage, testImage2, testPage, testSpace, testUser, testUserWithApostrophe, userHelper, users
 
Constructor Summary
EditorTableToolbarTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testClickDeleteColumn()
           
 void testClickDeleteRow()
           
 void testClickDeleteTable()
           
 void testClickHighlightCell()
           
 void testClickHighlightColumn()
           
 void testClickHighlightRow()
           
 void testClickInsertColAfterButton()
           
 void testClickInsertColBeforeButton()
           
 void testClickInsertRowAfterButtonOnHeadingRow()
           
 void testClickInsertRowAfterButtonOnNormalRow()
           
 void testClickInsertRowBeforeButtonOnHeadingRow()
           
 void testClickInsertRowBeforeButtonOnNormalRow()
           
 void testTableToolbarCopyAndPasteRow()
           
 void testTableToolbarCopyAndPasteRowAcrossPage()
           
 void testTableToolbarCutAndPasteRow()
           
 void testTableToolbarForNewTable()
           
 void testToolbarShown()
           
 void testToolBarShownInBodyLessMacro()
           
 void testToolBarShownInBodyMacro()
           
 
Methods inherited from class com.atlassian.confluence.selenium.AbstractSeleniumTest
captureScreenShot, captureScreenShot, createTestData, runBare, runTest, setAjsLogRendered, setAjsLogVisible
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_TABLE_CONTENT

public static final String DEFAULT_TABLE_CONTENT
See Also:
Constant Field Values

DEFAULT_ROWS

public static final int DEFAULT_ROWS
See Also:
Constant Field Values

DEFAULT_COLS

public static final int DEFAULT_COLS
See Also:
Constant Field Values
Constructor Detail

EditorTableToolbarTest

public EditorTableToolbarTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class AbstractSeleniumTest
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class AbstractSeleniumTest
Throws:
Exception

testToolbarShown

public void testToolbarShown()
                      throws Exception
Throws:
Exception

testToolBarShownInBodyLessMacro

public void testToolBarShownInBodyLessMacro()
                                     throws Exception
Throws:
Exception

testToolBarShownInBodyMacro

public void testToolBarShownInBodyMacro()
                                 throws Exception
Throws:
Exception

testClickInsertColAfterButton

public void testClickInsertColAfterButton()
                                   throws Exception
Throws:
Exception

testClickInsertColBeforeButton

public void testClickInsertColBeforeButton()
                                    throws Exception
Throws:
Exception

testClickDeleteRow

public void testClickDeleteRow()
                        throws Exception
Throws:
Exception

testClickDeleteColumn

public void testClickDeleteColumn()
                           throws Exception
Throws:
Exception

testClickDeleteTable

public void testClickDeleteTable()
                          throws Exception
Throws:
Exception

testClickHighlightRow

public void testClickHighlightRow()
                           throws Exception
Throws:
Exception

testClickHighlightColumn

public void testClickHighlightColumn()
                              throws Exception
Throws:
Exception

testClickHighlightCell

public void testClickHighlightCell()
                            throws Exception
Throws:
Exception

testClickInsertRowBeforeButtonOnNormalRow

public void testClickInsertRowBeforeButtonOnNormalRow()
                                               throws Exception
Throws:
Exception

testClickInsertRowAfterButtonOnNormalRow

public void testClickInsertRowAfterButtonOnNormalRow()
                                              throws Exception
Throws:
Exception

testClickInsertRowBeforeButtonOnHeadingRow

public void testClickInsertRowBeforeButtonOnHeadingRow()
                                                throws Exception
Throws:
Exception

testClickInsertRowAfterButtonOnHeadingRow

public void testClickInsertRowAfterButtonOnHeadingRow()
                                               throws Exception
Throws:
Exception

testTableToolbarForNewTable

public void testTableToolbarForNewTable()

testTableToolbarCutAndPasteRow

public void testTableToolbarCutAndPasteRow()

testTableToolbarCopyAndPasteRow

public void testTableToolbarCopyAndPasteRow()

testTableToolbarCopyAndPasteRowAcrossPage

public void testTableToolbarCopyAndPasteRowAcrossPage()


Copyright © 2003-2012 Atlassian. All Rights Reserved.