public class

TinyMceToolbarNotIExploreTest

extends AbstractSeleniumTest
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.selenium.AbstractSeleniumTest
         ↳ com.atlassian.confluence.selenium.TinyMceToolbarNotIExploreTest

Class Overview

Tests of Toolbar that have currently only successfully run in Firefox. They require the "type" method to work in the Editor, which is not the case in Internet Explorer.

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.selenium.AbstractSeleniumTest
Public Constructors
TinyMceToolbarNotIExploreTest(String s)
Public Methods
void testBoldThenType()
void testBulletListAndTabbing()
void testBulletListThenType()
void testFormatHeadingInList()
void testFormatHeadingThenType()
void testHorizontalRuler()
void testItalicThenType()
void testNumberedListAndTabbing()
void testNumberedListIndent()
void testNumberedListThenType()
void testStrikethroughThenType()
void testUnderlineThenType()
void testUndoAlignment()
void testUndoAndRedo()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class com.atlassian.confluence.selenium.AbstractSeleniumTest
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TinyMceToolbarNotIExploreTest (String s)

Public Methods

public void testBoldThenType ()

public void testBulletListAndTabbing ()

public void testBulletListThenType ()

public void testFormatHeadingInList ()

public void testFormatHeadingThenType ()

public void testHorizontalRuler ()

public void testItalicThenType ()

public void testNumberedListAndTabbing ()

public void testNumberedListIndent ()

public void testNumberedListThenType ()

public void testStrikethroughThenType ()

public void testUnderlineThenType ()

public void testUndoAlignment ()

public void testUndoAndRedo ()

Protected Methods

protected void setUp ()

Throws
Exception