public class

TestXhtmlMigrationLinkResolver

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.content.render.xhtml.migration.TestXhtmlMigrationLinkResolver

Summary

Public Constructors
TestXhtmlMigrationLinkResolver()
Public Methods
void testAnchorLinks()
void testAttachmentLink()
void testAttachmentLinkWithEntityInContext()
Resolving the filename against the entity in the context is a concern of marshalling to view or the editor, not during migration.
void testBlogPostAttachmentLink()
void testBlogPostContentIdLink()
void testBlogPostLink()
void testBlogPostLinkWithoutSpaceKey()
void testCommentContentIdLink()
void testContentByIdLink()
void testNoAliasPageLink()
void testPageAttachmentLink()
void testPageAttachmentLinkWithoutSpaceKey()
void testPageAttachmentLinkWithoutSpaceKeyAndUnderscoreTitle()
void testPageContentIdLink()
void testPageLink()
void testPageLinkNoSpaceKey()
void testRelativePageLinkConvertedToAbsolute()
void testShortcutLink()
void testSpaceColonLink()
void testUrlLinks()
void testUrlLinksContainingAmpersand()
void testUserProfileLink()
Protected Methods
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestXhtmlMigrationLinkResolver ()

Public Methods

public void testAnchorLinks ()

Throws
Exception

public void testAttachmentLink ()

Throws
Exception

public void testAttachmentLinkWithEntityInContext ()

Resolving the filename against the entity in the context is a concern of marshalling to view or the editor, not during migration.

Throws
Exception

public void testBlogPostAttachmentLink ()

Throws
Exception

public void testBlogPostContentIdLink ()

Throws
Exception

public void testBlogPostLink ()

Throws
Exception

public void testBlogPostLinkWithoutSpaceKey ()

Throws
Exception

public void testCommentContentIdLink ()

Throws
Exception

public void testContentByIdLink ()

Throws
Exception

public void testNoAliasPageLink ()

Throws
Exception

public void testPageAttachmentLink ()

Throws
Exception

public void testPageAttachmentLinkWithoutSpaceKey ()

Throws
Exception

public void testPageAttachmentLinkWithoutSpaceKeyAndUnderscoreTitle ()

Throws
Exception

public void testPageContentIdLink ()

Throws
Exception

public void testPageLink ()

Throws
Exception

public void testPageLinkNoSpaceKey ()

Throws
Exception

public void testRelativePageLinkConvertedToAbsolute ()

Throws
Exception

public void testShortcutLink ()

Throws
Exception

public void testSpaceColonLink ()

Throws
Exception

public void testUrlLinks ()

Throws
Exception

public void testUrlLinksContainingAmpersand ()

Throws
Exception

public void testUserProfileLink ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception