public class

TestViewUserAction

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.TestViewUserAction

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.core.AbstractXWorkTest
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestViewUserAction()
Public Methods
void setUp()
void testViewInactiveUser()
void testViewUser()
void testViewUserInvalidUserName()
void testViewUserNoUserName()
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 TestViewUserAction ()

Public Methods

public void setUp ()

Throws
Exception

public void testViewInactiveUser ()

Throws
Exception

public void testViewUser ()

Throws
Exception

public void testViewUserInvalidUserName ()

Throws
Exception

public void testViewUserNoUserName ()

Throws
Exception

Protected Methods

protected List<String> getPermissionTypes ()

protected void tearDown ()

Throws
Exception