public class

MacroBrowserSmartFieldsTest

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

Class Overview

Tests for the smart fields in the Macro Browser

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.selenium.AbstractSeleniumTest
Public Constructors
MacroBrowserSmartFieldsTest(String s)
Public Methods
void testClickNoResults()
void testConfluenceContentDropdownHasTooltips()
void testConfluenceContentField()
void testConfluenceContentFieldLimitedBySpace()
void testConfluenceContentFieldLimitedByType()
void testEscapeKeyClosesDropDown()
void testIncludePageMacroAutocompleteFieldAddsBlogpostDatePath()
void testNoXSSFromAttachments()
void testSpaceKeyField()
void testUsernameField()
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 MacroBrowserSmartFieldsTest (String s)

Public Methods

public void testClickNoResults ()

public void testConfluenceContentDropdownHasTooltips ()

Throws
Exception

public void testConfluenceContentField ()

Throws
Exception

public void testConfluenceContentFieldLimitedBySpace ()

Throws
Exception

public void testConfluenceContentFieldLimitedByType ()

Throws
Exception

public void testEscapeKeyClosesDropDown ()

public void testIncludePageMacroAutocompleteFieldAddsBlogpostDatePath ()

Throws
Exception

public void testNoXSSFromAttachments ()

public void testSpaceKeyField ()

Throws
Exception

public void testUsernameField ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception