public class

TestEditorLinkUnmarshaller

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.content.render.xhtml.editor.link.TestEditorLinkUnmarshaller

Summary

Public Constructors
TestEditorLinkUnmarshaller()
Public Methods
void testAnchorsAreNotHandled()
void testAttachmentLinkWithBodyDifferentToFilename()
void testAttachmentLinkWithBodyIdenticalToFilename()
void testEmptyBody()
void testHandles()
void testLinkWithoutResourceIdentifierAndBodyDifferentEntityName()
void testLinkWithoutResourceIdentifierAndBodyIdenticalEntityName()
CONF-23328 without a ResourceIdentifier the link should be considered relative.
void testLinkWithoutResourceIdentifierAndWithoutConversionContext()
void testLinkWithoutResourceIdentifierAndWithoutConversionContextEntity()
void testTooltipAndAnchor()
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 TestEditorLinkUnmarshaller ()

Public Methods

public void testAnchorsAreNotHandled ()

Throws
Exception

public void testAttachmentLinkWithBodyDifferentToFilename ()

Throws
Exception

public void testAttachmentLinkWithBodyIdenticalToFilename ()

Throws
Exception

public void testEmptyBody ()

Throws
Exception

public void testHandles ()

Throws
Exception

public void testLinkWithoutResourceIdentifierAndBodyDifferentEntityName ()

Throws
Exception

public void testLinkWithoutResourceIdentifierAndBodyIdenticalEntityName ()

CONF-23328 without a ResourceIdentifier the link should be considered relative.

Throws
Exception

public void testLinkWithoutResourceIdentifierAndWithoutConversionContext ()

Throws
Exception

public void testLinkWithoutResourceIdentifierAndWithoutConversionContextEntity ()

Throws
Exception

public void testTooltipAndAnchor ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception