public class

ChainedImportedObjectPreProcessorTest

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.importexport.xmlimport.ChainedImportedObjectPreProcessorTest

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
ChainedImportedObjectPreProcessorTest()
Public Methods
void testAppliesToFindsApplicableProcessors()
void testMultipleProcessorsAreApplied()
void testObjectProcessorListAppliesProcessor()
void testObjectProcessorListReturnsSameObjectIfNoProcessorsPresent()
void testProcessReturnsNullWhenAnyContainedProcessorReturnsNull()
void testProcessorIsOnlyAppliedToRelevantObjects()
Protected Methods
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class com.atlassian.confluence.ConfluenceTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public ChainedImportedObjectPreProcessorTest ()

Public Methods

public void testAppliesToFindsApplicableProcessors ()

public void testMultipleProcessorsAreApplied ()

public void testObjectProcessorListAppliesProcessor ()

Throws
Exception

public void testObjectProcessorListReturnsSameObjectIfNoProcessorsPresent ()

Throws
Exception

public void testProcessReturnsNullWhenAnyContainedProcessorReturnsNull ()

public void testProcessorIsOnlyAppliedToRelevantObjects ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception