public class

TestViewPageLinkMarshaller

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

Summary

Public Constructors
TestViewPageLinkMarshaller()
Public Methods
void testMarshalExistingPage()
void testMarshallingNonExistantPage()
void testMarshallingUnpermittedExistingPage()
void testWithNoDestinationResourceIdentifier()
CONF-23328 introduces the possibility of completely relative links (no RI)
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 TestViewPageLinkMarshaller ()

Public Methods

public void testMarshalExistingPage ()

Throws
Exception

public void testMarshallingNonExistantPage ()

Throws
Exception

public void testMarshallingUnpermittedExistingPage ()

Throws
Exception

public void testWithNoDestinationResourceIdentifier ()

CONF-23328 introduces the possibility of completely relative links (no RI)

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception