public abstract class

AbstractProfilePictureCommandTest

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.user.service.AbstractProfilePictureCommandTest
Known Direct Subclasses

Summary

Fields
protected User bob
protected PersonalInformation bobInfo
protected AttachmentManager mockAttachmentManager
protected PermissionManager mockPermissionManager
protected PersonalInformationManager mockPersonalInformationManager
protected UserAccessor mockUserAccessor
Public Constructors
AbstractProfilePictureCommandTest()
Public Methods
void testAuthorisation()
void testNoUser()
Protected Methods
abstract ServiceCommand newCommand(User user)
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Fields

protected User bob

protected PersonalInformation bobInfo

protected AttachmentManager mockAttachmentManager

protected PermissionManager mockPermissionManager

protected PersonalInformationManager mockPersonalInformationManager

protected UserAccessor mockUserAccessor

Public Constructors

public AbstractProfilePictureCommandTest ()

Public Methods

public void testAuthorisation ()

public void testNoUser ()

Protected Methods

protected abstract ServiceCommand newCommand (User user)

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception