public class

TestViewMacroMarshaller

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.content.render.xhtml.view.macro.TestViewMacroMarshaller

Summary

Public Constructors
TestViewMacroMarshaller()
Public Methods
void testBodyAndParametersGetPassed()
void testDefaultParameterValueIsPassedCorrectlyToExecute()
void testExceptionsThrownByMacroExecuteAreHandledGracefully()
void testLegacyRawParamsKeyAddedToMacroParameters()
void testPreformattedMacroBody()
void testRenderMacroWithoutParameterAndBody()
void testRenderableMacroBody()
void testUnknownMacro()
Protected Methods
void setUp()
[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 TestViewMacroMarshaller ()

Public Methods

public void testBodyAndParametersGetPassed ()

Throws
Exception

public void testDefaultParameterValueIsPassedCorrectlyToExecute ()

Throws
Exception

public void testExceptionsThrownByMacroExecuteAreHandledGracefully ()

Throws
Exception

public void testLegacyRawParamsKeyAddedToMacroParameters ()

Throws
Exception

public void testPreformattedMacroBody ()

Throws
Exception

public void testRenderMacroWithoutParameterAndBody ()

Throws
Exception

public void testRenderableMacroBody ()

Throws
Exception

public void testUnknownMacro ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception