public class

TestXhtmlCamelCaseLinkMigrationRendererComponent

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestXhtmlCamelCaseLinkMigrationRendererComponent()
Public Methods
void testBase()
void testEmptyCase()
void testReject()
void testRejectAllCaps()
void testRejectLowerCaseStart()
void testSimples()
[Expand]
Inherited Methods
From class com.atlassian.confluence.ConfluenceTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestXhtmlCamelCaseLinkMigrationRendererComponent ()

Public Methods

public void testBase ()

public void testEmptyCase ()

public void testReject ()

public void testRejectAllCaps ()

public void testRejectLowerCaseStart ()

public void testSimples ()

Throws
Exception