public class

TinyMceInsertMenuTest

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.selenium.AbstractSeleniumTest
Public Constructors
TinyMceInsertMenuTest(String s)
Public Methods
void testEscapeInEditorDocumentClosesMenu()
void testInsertHR()
void testInsertImage()
void testInsertNamedMacro()
void testInsertOtherMacro()
void testInsertWikiMarkup()
void testInsertWikiMarkupWithInternationalCharacters()
Protected Methods
void setUp()
void tearDown()
[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 TinyMceInsertMenuTest (String s)

Public Methods

public void testEscapeInEditorDocumentClosesMenu ()

Throws
Exception

public void testInsertHR ()

Throws
Exception

public void testInsertImage ()

Throws
Exception

public void testInsertNamedMacro ()

Throws
Exception

public void testInsertOtherMacro ()

Throws
Exception

public void testInsertWikiMarkup ()

Throws
Exception

public void testInsertWikiMarkupWithInternationalCharacters ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception