public class

IntegrationTestModelToEditorHtmlRoundTrip

extends AbstractConfluenceSingleContextSpringPersistenceTest
java.lang.Object
   ↳ AbstractTransactionalDataSourceSpringContextTests
     ↳ com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
       ↳ com.atlassian.integrationtest.confluence.content.render.xhtml.IntegrationTestModelToEditorHtmlRoundTrip

Summary

Constants
String TEST_BASE_URL
[Expand]
Inherited Fields
From class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
Public Constructors
IntegrationTestModelToEditorHtmlRoundTrip()
Public Methods
void testAttachmentLinkWithPageResourceIdentifierDeclared()
void testBlogPostLink()
void testEmbeddedImageRoundtripping()
void testEmbeddedImageWithTitleRoundtripping()
void testImageLink()
void testPageLink()
void testPlainTextLinkBodyEscaped()
void testRichTextLinkBody()
void testShortcutLink()
void testSpaceLink()
void testUnresolvedAttachmentLink()
void testUnresolvedBlogPostLink()
void testUnresolvedPageLink()
void testUserProfileLink()
Protected Methods
void onSetUp()
void onTearDown()
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.AbstractConfluenceSingleContextSpringPersistenceTest
From class java.lang.Object

Constants

protected static final String TEST_BASE_URL

Constant Value: "http://test/confluence"

Public Constructors

public IntegrationTestModelToEditorHtmlRoundTrip ()

Public Methods

public void testAttachmentLinkWithPageResourceIdentifierDeclared ()

Throws
Exception

public void testBlogPostLink ()

Throws
Exception

public void testEmbeddedImageRoundtripping ()

Throws
Exception

public void testEmbeddedImageWithTitleRoundtripping ()

Throws
Exception

public void testImageLink ()

Throws
Exception

public void testPageLink ()

Throws
Exception

public void testPlainTextLinkBodyEscaped ()

Throws
Exception

public void testRichTextLinkBody ()

Throws
Exception

public void testShortcutLink ()

Throws
Exception

public void testSpaceLink ()

Throws
Exception

public void testUnresolvedAttachmentLink ()

Throws
Exception

public void testUnresolvedBlogPostLink ()

Throws
Exception

public void testUnresolvedPageLink ()

Throws
Exception

public void testUserProfileLink ()

Throws
Exception

Protected Methods

protected void onSetUp ()

Throws
Exception

protected void onTearDown ()

Throws
Exception