public class

TestMacroDefinitionWikiMarkupDeserializer

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.macro.TestMacroDefinitionWikiMarkupDeserializer

Summary

Public Constructors
TestMacroDefinitionWikiMarkupDeserializer()
Public Methods
void testDefaultParameter()
void testMacroName()
void testNameOnlyParameters()
void testNoParams()
void testUnamedParameters()
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 TestMacroDefinitionWikiMarkupDeserializer ()

Public Methods

public void testDefaultParameter ()

Throws
Exception

public void testMacroName ()

Throws
Exception

public void testNameOnlyParameters ()

Throws
Exception

public void testNoParams ()

Throws
Exception

public void testUnamedParameters ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception