public class

TestErrorReportingV2Renderer

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

Summary

Public Constructors
TestErrorReportingV2Renderer()
Public Methods
void testRuntimeExceptionThrownByRendererComponent()
Test that when a RuntimeException is thrown by a RendererComponent that the entire content being renderer would be wrapped by the wikiMarkupMacroMarshaller.
void testRuntimeExceptionThrownWhenUnmigratedWikiMarkupMarshallingFails()
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 TestErrorReportingV2Renderer ()

Public Methods

public void testRuntimeExceptionThrownByRendererComponent ()

Test that when a RuntimeException is thrown by a RendererComponent that the entire content being renderer would be wrapped by the wikiMarkupMacroMarshaller.

Throws
Exception

public void testRuntimeExceptionThrownWhenUnmigratedWikiMarkupMarshallingFails ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception