public class

TestStorageEmbeddedImageUnmarshaller

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

Summary

Public Constructors
TestStorageEmbeddedImageUnmarshaller()
Public Methods
void testHandles()
void testUnmarshalEmbeddedImage()
void testUnmarshalEmbeddedImageIgnoresInsignificantWhitespace()
void testUnmarshalEmbeddedImageProperties()
void testUnmarshalEmbeddedImageWithExtraQueryParams()
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 TestStorageEmbeddedImageUnmarshaller ()

Public Methods

public void testHandles ()

Throws
Exception

public void testUnmarshalEmbeddedImage ()

Throws
Exception

public void testUnmarshalEmbeddedImageIgnoresInsignificantWhitespace ()

Throws
Exception

public void testUnmarshalEmbeddedImageProperties ()

Throws
Exception

public void testUnmarshalEmbeddedImageWithExtraQueryParams ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception