public class

TestMoveAttachmentAction

extends AbstractPageActionTest
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.core.AbstractXWorkTest
           ↳ com.atlassian.confluence.pages.actions.AbstractPageActionTest
             ↳ com.atlassian.confluence.pages.actions.TestMoveAttachmentAction

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.pages.actions.AbstractPageActionTest
From class com.atlassian.confluence.core.AbstractXWorkTest
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestMoveAttachmentAction()
Public Methods
void testMoveAttachment()
void testUserHasNoPermissionOnTarget()
Protected Methods
List<String> getPermissionTypes()
void setUp(Class<?> clazz, String alias, String method)
Use this method if you want to setup this test with a specific action class and method.
[Expand]
Inherited Methods
From class com.atlassian.confluence.pages.actions.AbstractPageActionTest
From class com.atlassian.confluence.core.AbstractXWorkTest
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 TestMoveAttachmentAction ()

Public Methods

public void testMoveAttachment ()

Throws
Exception

public void testUserHasNoPermissionOnTarget ()

Throws
Exception

Protected Methods

protected List<String> getPermissionTypes ()

protected void setUp (Class<?> clazz, String alias, String method)

Use this method if you want to setup this test with a specific action class and method.

This will throw out all previous configuration done by the normal setUp() method.
Throws
Exception