public class

TestEditUserAction

extends AbstractUserActionTest
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.core.AbstractXWorkTest
           ↳ com.atlassian.confluence.user.actions.AbstractUserActionTest
             ↳ com.atlassian.confluence.user.actions.TestEditUserAction

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.core.AbstractXWorkTest
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestEditUserAction()
Public Methods
void setUp()
void testEditUser()
void testEditUserBadEmail()
void testEditUserExtraFields()
void testEditUserNoFullNameNoEmail()
void testEditUserNoUserName()
void testNotSavingPersonalInformation()
void testSavingPersonalInformationWhenContentHasChanged()
void testSavingPersonalInformationWhenFullNameHasChanged()
Protected Methods
List<String> getPermissionTypes()
void tearDown()
[Expand]
Inherited Methods
From class com.atlassian.confluence.user.actions.AbstractUserActionTest
From class com.atlassian.confluence.core.AbstractXWorkTest
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 TestEditUserAction ()

Public Methods

public void setUp ()

Throws
Exception

public void testEditUser ()

Throws
Exception

public void testEditUserBadEmail ()

Throws
Exception

public void testEditUserExtraFields ()

Throws
Exception

public void testEditUserNoFullNameNoEmail ()

Throws
Exception

public void testEditUserNoUserName ()

Throws
Exception

public void testNotSavingPersonalInformation ()

Throws
Exception

public void testSavingPersonalInformationWhenContentHasChanged ()

Throws
Exception

public void testSavingPersonalInformationWhenFullNameHasChanged ()

Throws
Exception

Protected Methods

protected List<String> getPermissionTypes ()

protected void tearDown ()

Throws
Exception