public class

MacroBrowserTest

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.selenium.AbstractSeleniumTest
Public Constructors
MacroBrowserTest(String s)
Public Methods
void testAliasedMacro()
void testBrowsing()
void testEditAliasedMacro()
void testEditMacro()
void testEditMacroWithMultipleMacros()
void testEditMacroWithUnknownParameter()
void testEditMacroWithUnnamedParameter()
void testEnterSavesDialog()
void testEscapeClosesDialog()
void testInsertMacroInComment()
void testInsertMacroWithParams()
void testInsertMacroWithSelectedBody()
void testMacroParameterDefaultIsBlank()
void testMacroParameterDescription()
void testParameterLessMacro()
void testParameterValueWithEquals()
void testPreview()
void testPreviewWithRequiredParams()
void testShortcutKey()
void testUserMacroWithParams()
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 MacroBrowserTest (String s)

Public Methods

public void testAliasedMacro ()

public void testBrowsing ()

Throws
Exception

public void testEditAliasedMacro ()

public void testEditMacro ()

public void testEditMacroWithMultipleMacros ()

public void testEditMacroWithUnknownParameter ()

public void testEditMacroWithUnnamedParameter ()

public void testEnterSavesDialog ()

public void testEscapeClosesDialog ()

public void testInsertMacroInComment ()

Throws
Exception

public void testInsertMacroWithParams ()

Throws
Exception

public void testInsertMacroWithSelectedBody ()

Throws
Exception

public void testMacroParameterDefaultIsBlank ()

public void testMacroParameterDescription ()

public void testParameterLessMacro ()

Throws
Exception

public void testParameterValueWithEquals ()

public void testPreview ()

public void testPreviewWithRequiredParams ()

Throws
Exception

public void testShortcutKey ()

public void testUserMacroWithParams ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception