public class

TestPersonalInformationManager

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.user.TestPersonalInformationManager

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestPersonalInformationManager()
Public Methods
void setUp()
void tearDown()
void testGetPersonalInformation()
void testSavePersonalInformation()
void testSavePersonalInformationNoUsernameMatch()
void testSavePersonalInformationWithUser()
void testSavePersonalInformationWithUserChangeFullName()
Not strictly necessary because CONF-19703 removed the check, but the more tests the merrier I guess
[Expand]
Inherited Methods
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 TestPersonalInformationManager ()

Public Methods

public void setUp ()

Throws
Exception

public void tearDown ()

Throws
Exception

public void testGetPersonalInformation ()

Throws
EntityException

public void testSavePersonalInformation ()

public void testSavePersonalInformationNoUsernameMatch ()

public void testSavePersonalInformationWithUser ()

public void testSavePersonalInformationWithUserChangeFullName ()

Not strictly necessary because CONF-19703 removed the check, but the more tests the merrier I guess