public class

TestDelegatingLinkMarshaller

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

Summary

Public Constructors
TestDelegatingLinkMarshaller()
Public Methods
void testLinkWithNoDestinationResourceIdentifierAndBlogPostInContext()
void testLinkWithNoDestinationResourceIdentifierAndCommentInContext()
void testLinkWithNoDestinationResourceIdentifierAndEmptyContext()
void testLinkWithNoDestinationResourceIdentifierAndNoContext()
void testLinkWithNoDestinationResourceIdentifierAndPageInContext()
Protected Methods
void setUp()
[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 TestDelegatingLinkMarshaller ()

Public Methods

public void testLinkWithNoDestinationResourceIdentifierAndBlogPostInContext ()

Throws
Exception

public void testLinkWithNoDestinationResourceIdentifierAndCommentInContext ()

Throws
Exception

public void testLinkWithNoDestinationResourceIdentifierAndEmptyContext ()

Throws
Exception

public void testLinkWithNoDestinationResourceIdentifierAndNoContext ()

Throws
Exception

public void testLinkWithNoDestinationResourceIdentifierAndPageInContext ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception