public class

MacroPropertyPanelTest

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.selenium.AbstractEditorPropertyPanelTest
From class com.atlassian.confluence.selenium.AbstractSeleniumTest
Public Constructors
MacroPropertyPanelTest()
Public Methods
void testAutoCompleteWhenPropertyPanelVisible()
void testDeleteBodyMacro()
void testImageInMacroBody()
void testLinkInMacroBody()
void testNoEmptyParagraphAddedAfterEditMacroBody()
void testShowNoMetadataScreen()
void testTableInMacroBody()
Protected Methods
MacroPropertyPanel launchFromClickOnElement()
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class com.atlassian.confluence.selenium.AbstractEditorPropertyPanelTest
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 MacroPropertyPanelTest ()

Public Methods

public void testAutoCompleteWhenPropertyPanelVisible ()

public void testDeleteBodyMacro ()

public void testImageInMacroBody ()

public void testLinkInMacroBody ()

public void testNoEmptyParagraphAddedAfterEditMacroBody ()

public void testShowNoMetadataScreen ()

public void testTableInMacroBody ()

Protected Methods

protected MacroPropertyPanel launchFromClickOnElement ()

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception