public class

TestDefaultHrefEvaluator

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

Summary

Public Constructors
TestDefaultHrefEvaluator()
Public Methods
void testAnchorLinkOnIncludedPageThatReferencesAnAnchorOnAnotherPage()
void testAnchorLinkOnIncludedPageThatReferencesAnAnchorOnIncludedPage()
void testAnchorLinkToAnchorOnAnotherPage()
void testHrefForAddressableObjectWithoutAnchor()
void testHrefForWebLink()
void testHrefOfAnchorOnSamePage()
void testUserHref()
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 TestDefaultHrefEvaluator ()

Public Methods

public void testAnchorLinkOnIncludedPageThatReferencesAnAnchorOnAnotherPage ()

Throws
Exception

public void testAnchorLinkOnIncludedPageThatReferencesAnAnchorOnIncludedPage ()

Throws
Exception

public void testAnchorLinkToAnchorOnAnotherPage ()

Throws
Exception

public void testHrefForAddressableObjectWithoutAnchor ()

Throws
Exception

public void testHrefForWebLink ()

Throws
Exception

public void testHrefOfAnchorOnSamePage ()

Throws
Exception

public void testUserHref ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception