public class

TestIdAndTypeAnalyzingResourceIdentifierUnmarshaller

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.TestIdAndTypeAnalyzingResourceIdentifierUnmarshaller

Summary

Public Constructors
TestIdAndTypeAnalyzingResourceIdentifierUnmarshaller()
Public Methods
void testDoesNotHandleLinkWithDifferentBaseUrl()
void testDoesNotHandlesLinkWithoutBaseUrl()
void testEmptyBodyUnmarshalsToTextLink()
void testHandlesLinkWithBaseUrl()
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 TestIdAndTypeAnalyzingResourceIdentifierUnmarshaller ()

Public Methods

public void testDoesNotHandleLinkWithDifferentBaseUrl ()

Throws
Exception

public void testDoesNotHandlesLinkWithoutBaseUrl ()

Throws
Exception

public void testEmptyBodyUnmarshalsToTextLink ()

Throws
Exception

public void testHandlesLinkWithBaseUrl ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception