public class

TestBlogPostLinkRenamingBean

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.util.TestBlogPostLinkRenamingBean

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestBlogPostLinkRenamingBean()
Public Methods
void testNoformatMacro()
void testRenameLinksWithAliases()
void testRenameLinksWithAliasesWithoutSpaceKeys()
void testRenameLinksWithAnchorsInDifferentSpaces()
void testRenameLinksWithAnchorsInSameSpace()
void testRenameWithSpaceKeys()
void testRenameWithinSameSpace()
if user wants to be anal and explicitly specify space key in link to another page in the same "HOT" space, we need to handle it
void testRenameWithoutSpaceKeysInDifferentSpace()
void testRenameWithoutSpaceKeysInSameSpace()
Protected Methods
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class com.atlassian.confluence.ConfluenceTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestBlogPostLinkRenamingBean ()

Public Methods

public void testNoformatMacro ()

public void testRenameLinksWithAliases ()

public void testRenameLinksWithAliasesWithoutSpaceKeys ()

public void testRenameLinksWithAnchorsInDifferentSpaces ()

public void testRenameLinksWithAnchorsInSameSpace ()

public void testRenameWithSpaceKeys ()

public void testRenameWithinSameSpace ()

if user wants to be anal and explicitly specify space key in link to another page in the same "HOT" space, we need to handle it

public void testRenameWithoutSpaceKeysInDifferentSpace ()

public void testRenameWithoutSpaceKeysInSameSpace ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception