public class

TestXhtmlEmbeddedResourceRenderer

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

Summary

Public Constructors
TestXhtmlEmbeddedResourceRenderer()
Public Methods
void testAlignCenter()
void testAlignLeft()
void testAlignRight()
void testBlogPostAttachmentResource()
void testBorderAndAlignAttributeConvertedTogether()
void testBorderAttributeIsConvertedToInlineCssStyle()
void testEmbeddedImageProperties()
void testExternalResource()
void testHspaceAndVspaceEmbeddedImageProperties()
void testLocalAttachmentResource()
void testMigratingThumbnailProperty()
void testPageAttachmentResource()
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 TestXhtmlEmbeddedResourceRenderer ()

Public Methods

public void testAlignCenter ()

Throws
Exception

public void testAlignLeft ()

Throws
Exception

public void testAlignRight ()

Throws
Exception

public void testBlogPostAttachmentResource ()

Throws
Exception

public void testBorderAndAlignAttributeConvertedTogether ()

Throws
Exception

public void testBorderAttributeIsConvertedToInlineCssStyle ()

Throws
Exception

public void testEmbeddedImageProperties ()

Throws
Exception

public void testExternalResource ()

Throws
Exception

public void testHspaceAndVspaceEmbeddedImageProperties ()

Throws
Exception

public void testLocalAttachmentResource ()

Throws
Exception

public void testMigratingThumbnailProperty ()

Throws
Exception

public void testPageAttachmentResource ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception