public class

IntegrationTestXhtmlContent

extends AbstractIntegrationTestContent
java.lang.Object
   ↳ AbstractTransactionalDataSourceSpringContextTests
     ↳ com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
       ↳ com.atlassian.integrationtest.confluence.xhtml.api.AbstractIntegrationTestContent
         ↳ com.atlassian.integrationtest.confluence.xhtml.api.IntegrationTestXhtmlContent

Class Overview

Simple API tests. Currently these really just check the wiring up is correct (its not simple). If the implementation changes however they will provide a baseline for any new implementation.

Summary

[Expand]
Inherited Constants
From class com.atlassian.integrationtest.confluence.xhtml.api.AbstractIntegrationTestContent
[Expand]
Inherited Fields
From class com.atlassian.integrationtest.confluence.xhtml.api.AbstractIntegrationTestContent
From class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Public Constructors
IntegrationTestXhtmlContent()
Public Methods
void testConvertAbsoluteLinkToStorage()
void testConvertEmbeddedImageToStorage()
void testConvertEmbeddedImageToView()
void testConvertLinkToView()
void testConvertMacroDefinitionToStorage()
void testConvertMacroDefinitionToView()
void testConvertRelativeLinkToStorage()
void testConvertStorageToView()
void testConvertWikiToStorage()
void testHandleMacroDefinitions()
void testHandleXhtmlContent()
void testHandleXhtmlContentStopsPropagation()
void testHandleXhtmlContentWithMultipleVisitors()
void testReplaceMacroDefinitionsWithString()
void testUpdateMacroDefinitions()
Protected Methods
void onSetUp()
[Expand]
Inherited Methods
From class com.atlassian.integrationtest.confluence.xhtml.api.AbstractIntegrationTestContent
From class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
From class java.lang.Object

Public Constructors

public IntegrationTestXhtmlContent ()

Public Methods

public void testConvertAbsoluteLinkToStorage ()

Throws
Exception

public void testConvertEmbeddedImageToStorage ()

Throws
Exception

public void testConvertEmbeddedImageToView ()

Throws
Exception

public void testConvertLinkToView ()

Throws
Exception

public void testConvertMacroDefinitionToStorage ()

Throws
Exception

public void testConvertMacroDefinitionToView ()

Throws
Exception

public void testConvertRelativeLinkToStorage ()

Throws
Exception

public void testConvertStorageToView ()

Throws
Exception

public void testConvertWikiToStorage ()

Throws
Exception

public void testHandleMacroDefinitions ()

Throws
Exception

public void testHandleXhtmlContent ()

Throws
Exception

public void testHandleXhtmlContentStopsPropagation ()

Throws
Exception

public void testHandleXhtmlContentWithMultipleVisitors ()

Throws
Exception

public void testReplaceMacroDefinitionsWithString ()

Throws
Exception

public void testUpdateMacroDefinitions ()

Throws
Exception

Protected Methods

protected void onSetUp ()

Throws
Exception