public class

UserPickerAcceptanceTest

extends AbstractConfluenceAcceptanceTest
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ThreadLocalWebTestCase
         ↳ com.atlassian.confluence.AbstractAtlassianWebTestCase
           ↳ com.atlassian.confluence.AbstractConfluenceAcceptanceTest
             ↳ com.atlassian.confluence.UserPickerAcceptanceTest

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
[Expand]
Inherited Fields
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
Public Constructors
UserPickerAcceptanceTest()
Public Methods
void testAdminCanSearchByAndSeeEmailWhenEmailHidden()
void testCannotSearchByEmailWhenEmailHidden()
void testCaseInsensitiveSearch()
void testEmailNotDisplayedWhenEmailHidden()
void testPaginationInAdvancedSearch()
void testPagingAndCheckboxesInUserPicker()
void testSearchByAny()
void testSearchByEmail()
void testSearchByEmailNoResults()
void testSearchByFullName()
void testSearchByFullNameNoResults()
void testSearchByMembership()
void testSearchByMembershipNoResults()
void testSearchByMembershipWithManyMembers()
void testSearchByMembershipWithNonexistantGroup()
void testSearchByUserName()
void testSearchByUserNameNoResults()
void testSearchByUserNameWithDoubleQuotes()
void testSearchResultEmailMasked()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
From class com.atlassian.confluence.ThreadLocalWebTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public UserPickerAcceptanceTest ()

Public Methods

public void testAdminCanSearchByAndSeeEmailWhenEmailHidden ()

Throws
Exception

public void testCannotSearchByEmailWhenEmailHidden ()

public void testCaseInsensitiveSearch ()

public void testEmailNotDisplayedWhenEmailHidden ()

public void testPaginationInAdvancedSearch ()

Throws
Exception

public void testPagingAndCheckboxesInUserPicker ()

Throws
IOException
XmlRpcException

public void testSearchByAny ()

Throws
IOException
XmlRpcException

public void testSearchByEmail ()

Throws
IOException
XmlRpcException

public void testSearchByEmailNoResults ()

Throws
IOException
XmlRpcException

public void testSearchByFullName ()

Throws
IOException
XmlRpcException

public void testSearchByFullNameNoResults ()

Throws
IOException
XmlRpcException

public void testSearchByMembership ()

Throws
IOException
XmlRpcException

public void testSearchByMembershipNoResults ()

Throws
IOException
XmlRpcException

public void testSearchByMembershipWithManyMembers ()

public void testSearchByMembershipWithNonexistantGroup ()

public void testSearchByUserName ()

Throws
IOException
XmlRpcException

public void testSearchByUserNameNoResults ()

Throws
IOException
XmlRpcException

public void testSearchByUserNameWithDoubleQuotes ()

public void testSearchResultEmailMasked ()

Protected Methods

protected void setUp ()

Throws
Exception