public class

TestMacroRegistrationHelper

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

Summary

Public Constructors
TestMacroRegistrationHelper()
Public Methods
void testPluginModuleDisabledForHandledDescriptor()
void testPluginModuleDisabledForUnhandledDescriptor()
void testPluginModuleEnabledForHandledDescriptor()
void testPluginModuleEnabledForUnhandledDescriptor()
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 TestMacroRegistrationHelper ()

Public Methods

public void testPluginModuleDisabledForHandledDescriptor ()

public void testPluginModuleDisabledForUnhandledDescriptor ()

public void testPluginModuleEnabledForHandledDescriptor ()

public void testPluginModuleEnabledForUnhandledDescriptor ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception