public class

TestSetProfilePictureFromImageCommand

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.user.service.AbstractProfilePictureCommandTest
Public Constructors
TestSetProfilePictureFromImageCommand()
Public Methods
void testDefaultExecutionPath()
void testEmptyImageFilename()
void testGoodImage()
void testNoImage()
void testNoImageFilename()
Protected Methods
SetProfilePictureCommand 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 TestSetProfilePictureFromImageCommand ()

Public Methods

public void testDefaultExecutionPath ()

Throws
IOException

public void testEmptyImageFilename ()

public void testGoodImage ()

public void testNoImage ()

public void testNoImageFilename ()

Protected Methods

protected SetProfilePictureCommand newCommand (User user)