public class

RecentlyUsedLabelsMacroAcceptanceTest

extends AbstractConfluenceAcceptanceTest
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ThreadLocalWebTestCase
         ↳ com.atlassian.confluence.AbstractAtlassianWebTestCase
           ↳ com.atlassian.confluence.AbstractConfluenceAcceptanceTest
             ↳ com.atlassian.confluence.RecentlyUsedLabelsMacroAcceptanceTest

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
[Expand]
Inherited Fields
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
Public Constructors
RecentlyUsedLabelsMacroAcceptanceTest()
Public Methods
void testCount()
void testDefaultScopeIsGlobal()
void testGlobalScope()
void testNoDuplicateLabels()
If a recent label has been used more than once, check that only one link is present with the label text.
void testNoLabels()
void testPersonalScope()
void testSpaceScope()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
From class com.atlassian.confluence.ThreadLocalWebTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public RecentlyUsedLabelsMacroAcceptanceTest ()

Public Methods

public void testCount ()

public void testDefaultScopeIsGlobal ()

public void testGlobalScope ()

public void testNoDuplicateLabels ()

If a recent label has been used more than once, check that only one link is present with the label text. See CONF-6766.

public void testNoLabels ()

public void testPersonalScope ()

public void testSpaceScope ()

Protected Methods

protected void setUp ()

Throws
Exception