public class

ExportDownloadResourceManagerTest

extends AbstractImportExportTest
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.core.AbstractSpringPersistenceTest
         ↳ com.atlassian.confluence.core.AbstractConfluenceSpringPersistenceTest
           ↳ com.atlassian.confluence.importexport.AbstractImportExportTest
             ↳ com.atlassian.confluence.importexport.resource.ExportDownloadResourceManagerTest

Class Overview

//conf-10671

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.importexport.AbstractImportExportTest
From class com.atlassian.confluence.core.AbstractConfluenceSpringPersistenceTest
From class com.atlassian.confluence.core.AbstractSpringPersistenceTest
Public Constructors
ExportDownloadResourceManagerTest(String testName)
Public Methods
void setUp()
void testMatchesOnEqualPath()
void testMatchesOnNonEqualPath()
Protected Methods
void tearDown()
[Expand]
Inherited Methods
From class com.atlassian.confluence.importexport.AbstractImportExportTest
From class com.atlassian.confluence.core.AbstractConfluenceSpringPersistenceTest
From class com.atlassian.confluence.core.AbstractSpringPersistenceTest
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public ExportDownloadResourceManagerTest (String testName)

Public Methods

public void setUp ()

Throws
Exception

public void testMatchesOnEqualPath ()

public void testMatchesOnNonEqualPath ()

Protected Methods

protected void tearDown ()

Throws
Exception