public class

TestSetProfilePictureFromFilenameCommand

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.user.service.AbstractProfilePictureCommandTest
Public Constructors
TestSetProfilePictureFromFilenameCommand()
Public Methods
void testPathTraversalNotAllowed()
void testSetToAttachmentPath()
void testSetToBuiltInPathPath()
void testWrongPath()
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 TestSetProfilePictureFromFilenameCommand ()

Public Methods

public void testPathTraversalNotAllowed ()

public void testSetToAttachmentPath ()

public void testSetToBuiltInPathPath ()

public void testWrongPath ()

Protected Methods

protected SetProfilePictureCommand newCommand (User user)