com.atlassian.confluence.selenium
Class TinyMceToolbarTest

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.TinyMceToolbarTest
All Implemented Interfaces:
junit.framework.Test

public class TinyMceToolbarTest
extends AbstractSeleniumTest

Tests of Toolbar that have run successfully in both IE and Firefox. These tests do not require the ability to type into the Editor.


Field Summary
 
Fields inherited from class com.atlassian.confluence.selenium.AbstractSeleniumTest
adminUser, assertThat, client, confluence, confluenceUsersGroup, rpc, screenShotIndex, testBlogPost, testComment, testData, testGroup, testImage, testImage2, testPage, testSpace, testUser, testUserWithApostrophe
 
Constructor Summary
TinyMceToolbarTest(String s)
           
 
Method Summary
protected  void setUp()
           
 void testKeyboardShortcutsHelp()
           
 void testMonospace()
           
 void testStrikethrough()
           
 void testSubscript()
           
 void testSubscriptStrikethroughMonospace()
           
 void testSuperscript()
           
 void testSuperscriptStrikethroughMonospace()
           
 void testWriteThenBold()
           
 
Methods inherited from class com.atlassian.confluence.selenium.AbstractSeleniumTest
captureScreenShot, captureScreenShot, createTestData, removeTestData, runTest, setAjsLogRendered, setAjsLogVisible, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TinyMceToolbarTest

public TinyMceToolbarTest(String s)
Method Detail

setUp

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

testWriteThenBold

public void testWriteThenBold()

testStrikethrough

public void testStrikethrough()

testSubscript

public void testSubscript()
                   throws Exception
Throws:
Exception

testSuperscript

public void testSuperscript()

testMonospace

public void testMonospace()

testSubscriptStrikethroughMonospace

public void testSubscriptStrikethroughMonospace()

testSuperscriptStrikethroughMonospace

public void testSuperscriptStrikethroughMonospace()

testKeyboardShortcutsHelp

public void testKeyboardShortcutsHelp()


Copyright © 2003-2011 Atlassian. All Rights Reserved.