public class

TestDefaultAttachmentManager

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.pages.TestDefaultAttachmentManager

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestDefaultAttachmentManager()
Public Methods
void setUp()
void tearDown()
void testCopyAttachments()
void testGetLatestAttachment()
void testGetLatestAttachmentFromComment()
void testGetLatestAttachmentFromNestedComment()
void testMoveAttachmentBetweenEntities()
void testMoveAttachmentWithNewFileName()
void testRemoveAttachmentFromServer()
void testSaveNewAttachment()
void testSaveNewAttachmentVersion()
void testSavingAgainstHistoryVersionOfAPage()
[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 TestDefaultAttachmentManager ()

Public Methods

public void setUp ()

Throws
Exception

public void tearDown ()

Throws
Exception

public void testCopyAttachments ()

Throws
Exception

public void testGetLatestAttachment ()

Throws
Exception

public void testGetLatestAttachmentFromComment ()

Throws
Exception

public void testGetLatestAttachmentFromNestedComment ()

Throws
Exception

public void testMoveAttachmentBetweenEntities ()

public void testMoveAttachmentWithNewFileName ()

public void testRemoveAttachmentFromServer ()

public void testSaveNewAttachment ()

Throws
IOException

public void testSaveNewAttachmentVersion ()

public void testSavingAgainstHistoryVersionOfAPage ()

Throws
IOException