public class

TestDeleteProfilePictureCommand

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.user.service.AbstractProfilePictureCommandTest
Public Constructors
TestDeleteProfilePictureCommand()
Public Methods
void testSuccess()
void testSuccessOnCurrentUserProfilePicture()
void testWrongPath()
Protected Methods
DeleteProfilePictureCommand newCommand(User user)
[Expand]
Inherited Methods
From class com.atlassian.confluence.user.service.AbstractProfilePictureCommandTest
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestDeleteProfilePictureCommand ()

Public Methods

public void testSuccess ()

public void testSuccessOnCurrentUserProfilePicture ()

public void testWrongPath ()

Protected Methods

protected DeleteProfilePictureCommand newCommand (User user)