public class

TestEditorEmbeddedImageResourceUnmarshaller

extends AbstractStaxTest
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.content.render.xhtml.AbstractStaxTest
         ↳ com.atlassian.confluence.content.render.xhtml.editor.embed.TestEditorEmbeddedImageResourceUnmarshaller

Summary

Public Constructors
TestEditorEmbeddedImageResourceUnmarshaller()
Public Methods
void testHandlesMethodSupportsThumbnails()
void testUnmarshalAlignment()
void testUnmarshalBlogPostAttachmentImage()
void testUnmarshalBorder()
void testUnmarshalExternalImage()
void testUnmarshalExternalImageWithSrcAttributeOnly()
void testUnmarshalHTML4PermittedImgAttributes()
void testUnmarshalInvalidageAttachmentImage()
void testUnmarshalPageAttachmentImage()
void testUnmarshalPreservesClass()
void testUnmarshalThumbnail()
void testUnmarshalTitle()
void testUnmarshalUnresolvedResource()
Protected Methods
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class com.atlassian.confluence.content.render.xhtml.AbstractStaxTest
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestEditorEmbeddedImageResourceUnmarshaller ()

Public Methods

public void testHandlesMethodSupportsThumbnails ()

Throws
Exception

public void testUnmarshalAlignment ()

Throws
Exception

public void testUnmarshalBlogPostAttachmentImage ()

Throws
Exception

public void testUnmarshalBorder ()

Throws
Exception

public void testUnmarshalExternalImage ()

Throws
Exception

public void testUnmarshalExternalImageWithSrcAttributeOnly ()

Throws
Exception

public void testUnmarshalHTML4PermittedImgAttributes ()

Throws
Exception

public void testUnmarshalInvalidageAttachmentImage ()

Throws
Exception

public void testUnmarshalPageAttachmentImage ()

Throws
Exception

public void testUnmarshalPreservesClass ()

Throws
Exception

public void testUnmarshalThumbnail ()

Throws
Exception

public void testUnmarshalTitle ()

Throws
Exception

public void testUnmarshalUnresolvedResource ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception