public class

TestDefaultMacroMigrationManager

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

Summary

Public Constructors
TestDefaultMacroMigrationManager()
Public Methods
void testCompatibleV2MacroNotWhitelisted()
void testCompatibleV2MacroWhiteListed()
void testGetConfiguredMacroMigration()
Test that a macro migration is returned even (if it is not in the white list, and regardless of whether the macro exists)
void testGetPlainTextMigratorForXhtmlBodilessMacroWithNoExplicitMigration()
void testGetPlainTextMigratorForXhtmlMacroWithNoExplicitMigration()
void testGetRichTextMigratorForXhtmlMacroWithNoExplicitMigration()
void testInCompatibleV2MacroWhiteListed()
void testNoV2Macro()
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 TestDefaultMacroMigrationManager ()

Public Methods

public void testCompatibleV2MacroNotWhitelisted ()

public void testCompatibleV2MacroWhiteListed ()

public void testGetConfiguredMacroMigration ()

Test that a macro migration is returned even (if it is not in the white list, and regardless of whether the macro exists)

public void testGetPlainTextMigratorForXhtmlBodilessMacroWithNoExplicitMigration ()

public void testGetPlainTextMigratorForXhtmlMacroWithNoExplicitMigration ()

public void testGetRichTextMigratorForXhtmlMacroWithNoExplicitMigration ()

public void testInCompatibleV2MacroWhiteListed ()

public void testNoV2Macro ()

Protected Methods

protected void setUp ()

Throws
Exception