public class

TestEditorEmbeddedImageResourceMarshaller

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

Class Overview

todo: CONFDEV-5384 The EditorEmbeddedImageResourceMarshaller has been refactored and this test needs to be refactored into integration tests and unit tests appropriately.

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.content.render.xhtml.view.embed.TestViewEmbeddedImageResourceMarshaller
Public Constructors
TestEditorEmbeddedImageResourceMarshaller()
Public Methods
void testExtraQueryParams()
void testExtraQueryParamsWithQueryString()
void testMarshalConfluenceBrokenImageAttachment()
void testMarshalConfluenceImageAttachment()
void testMarshalConfluenceProtectedImageAttachment()
void testThumbnails()
void testTitleAttribute()
Protected Methods
void setUp()
void testEmbeddedImageWithExtraQueryParams(String expected, String downloadPath)
[Expand]
Inherited Methods
From class com.atlassian.confluence.content.render.xhtml.view.embed.TestViewEmbeddedImageResourceMarshaller
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 TestEditorEmbeddedImageResourceMarshaller ()

Public Methods

public void testExtraQueryParams ()

Throws
Exception

public void testExtraQueryParamsWithQueryString ()

Throws
Exception

public void testMarshalConfluenceBrokenImageAttachment ()

Throws
Exception

public void testMarshalConfluenceImageAttachment ()

Throws
Exception

public void testMarshalConfluenceProtectedImageAttachment ()

Throws
Exception

public void testThumbnails ()

Throws
Exception

public void testTitleAttribute ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void testEmbeddedImageWithExtraQueryParams (String expected, String downloadPath)