public class

TestDefaultMacroParameterSerializer

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

Summary

Public Constructors
TestDefaultMacroParameterSerializer()
Public Methods
void setUp()
void testMultipleParamsSorted()
void testNameThatContainsABackslash()
void testNameThatContainsAnEquals()
void testNameThatRequiresMultipleEscapes()
void testNoEquals()
void testNoParams()
void testSingleParam()
void testValueThatContainsABackslash()
void testValueThatContainsABar()
void testValueThatRequiresMultipleEscapes()
void testZeroLengthName()
void testZeroLengthValue()
Protected Methods
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 TestDefaultMacroParameterSerializer ()

Public Methods

public void setUp ()

Throws
Exception

public void testMultipleParamsSorted ()

Throws
Exception

public void testNameThatContainsABackslash ()

Throws
Exception

public void testNameThatContainsAnEquals ()

Throws
Exception

public void testNameThatRequiresMultipleEscapes ()

Throws
Exception

public void testNoEquals ()

Throws
Exception

public void testNoParams ()

Throws
Exception

public void testSingleParam ()

Throws
Exception

public void testValueThatContainsABackslash ()

Throws
Exception

public void testValueThatContainsABar ()

Throws
Exception

public void testValueThatRequiresMultipleEscapes ()

Throws
Exception

public void testZeroLengthName ()

Throws
Exception

public void testZeroLengthValue ()

Throws
Exception

Protected Methods

protected void tearDown ()

Throws
Exception