public class

TestViewHtmlAnchorFragmentTransformer

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

Summary

Public Constructors
TestViewHtmlAnchorFragmentTransformer()
Public Methods
void testExternalProtocolLinks()
void testFragments()
void testHandles()
void testInternalHttpLink()
void testIpAddressLink()
void testMailtoLink()
void testRelNofollowLinkAttributeAdded()
void testRelative()
void testRootRelative()
void testSiteLink()
void testVagueIncorrectLink()
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 TestViewHtmlAnchorFragmentTransformer ()

Public Methods

public void testExternalProtocolLinks ()

Throws
Exception

public void testFragments ()

Throws
Exception

public void testHandles ()

Throws
Exception

public void testInternalHttpLink ()

Throws
Exception

public void testIpAddressLink ()

Throws
Exception

public void testMailtoLink ()

Throws
Exception

public void testRelNofollowLinkAttributeAdded ()

Throws
Exception

public void testRelative ()

Throws
Exception

public void testRootRelative ()

Throws
Exception

public void testSiteLink ()

Throws
Exception

public void testVagueIncorrectLink ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception