com.atlassian.confluence
Class PeopleDirectoryAcceptanceTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.confluence.junit3.JUnit3TimingTestCase
              extended by com.atlassian.confluence.AbstractConfluenceAcceptanceTest
                  extended by com.atlassian.confluence.PeopleDirectoryAcceptanceTest
All Implemented Interfaces:
junit.framework.Test

public class PeopleDirectoryAcceptanceTest
extends AbstractConfluenceAcceptanceTest


Field Summary
 
Fields inherited from class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
DASHBOARD_RECENT_UPDATES_URL, log, logAdjuster, RANDOM, rpc, TEST_ADMIN, TEST_BLOG, TEST_COMMENT, TEST_GROUP1, TEST_GROUP2, TEST_PAGE, TEST_SPACE, TEST_SPACE2, TEST_USER1, TEST_USER2, TESTBLOG_CONTENT, TESTBLOG_TITLE, testData, TESTPAGE_COMMENT, TESTPAGE_CONTENT, TESTPAGE_TITLE, TESTSPACE_KEY, TESTSPACE_TITLE, TESTSPACE2_KEY, TESTSPACE2_TITLE, webTester, wikiMarkupRpc
 
Constructor Summary
PeopleDirectoryAcceptanceTest()
           
 
Method Summary
protected  void setUp()
          Default setUp method.
 void testBigTestOfOrderingFullNames()
           
 void testBrowsePeopleContainsUsers()
           
 void testDifferentLinkIDsforMenuAndDashboardPeopleDirectory()
           
 void testFullnameEscapedInUserLinkPopup()
           
 void testFullnameIsEscaped()
           
 void testOneItemDisplayedPerUser()
           
 void testOrderOfMixedCaseNames()
           
 void testOrderOfNames()
          Commented out as CONF-7771 fix is rolled back See also: CONF-16477 public void testDeactivatedUsersDontAppear() throws Exception { logInAs(TEST_ADMIN); createTestUsers(1); rpcFlushIndexQueue(); viewPeopleDirectory(); assertLinkPresentWithText("Test User 1"); removeUserFromGroupViaHelper("testuser1", TestProperties.DEFAULT_USERS_GROUP); viewPeopleDirectory(); assertLinkNotPresentWithText("Test User 1"); }
 void testOrderOfNamesWithSpaces()
           
 void testPeopleDirectoryDisabledByPermissions()
          Ensure that the anonymous user sees no people directory (even with no flags set) if it does not have the correct permission
 void testPeopleDirectoryDisabledFlags()
           
 void testPeopleDirectoryDoesntShowExtraFields()
           
 void testPeopleDirectoryPaging()
           
 void testPeopleDirectoryUrlsProtectedByPermission()
          CONF-14563 and CONF-14562 Make sure you can't go directly to the people directory action when you don't have the permission.
 void testSearchUsers()
           
 void testThatTestUserWithFavouriteSpaceIsNotMarkedAsFavourite()
           
 void testUserWithAmpersand()
           
 void testUserWithEditedProfileIsFindable()
           
 void testUserWithPersonalSpaceIsFindable()
           
 void testUserWithProfileConvertedToPersonalSpaceOccursOnce()
           
 void testViewUsersWithPersonalSpaces()
           
 
Methods inherited from class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
adminConsole, attachments, createSpaceViaWebUI, createTestSpaceViaWebUI, directoryConfig, generateBaseUrl, generateFile, getAppContext, getBaseUrl, getConfiguredBaseUrl, getPluginHelper, getServerStateManager, goToBlogCollector, logInAsAdminAtHomepage, loginAsTestUser, loginAsTestUser2, loginAsTestUserAtHomepage, logins, logout, pages, rebuildIndex, setUpTestNG, tearDown, tearDownTestNG, users, viewHomepage, viewSpaceAdmin, viewSpacePermissions, viewSpaceSummary, viewSpaceTools, viewTrash, watchSpace, webAppContextPath
 
Methods inherited from class com.atlassian.confluence.junit3.JUnit3TimingTestCase
runBare, setExceptionTransformer
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PeopleDirectoryAcceptanceTest

public PeopleDirectoryAcceptanceTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Description copied from class: AbstractConfluenceAcceptanceTest
Default setUp method. Establishes XML-RPC connection and sets the base URL. Also configures LDAP repository.

Overrides:
setUp in class AbstractConfluenceAcceptanceTest
Throws:
java.lang.Exception - from super

testPeopleDirectoryPaging

public void testPeopleDirectoryPaging()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testUserWithEditedProfileIsFindable

public void testUserWithEditedProfileIsFindable()
                                         throws java.lang.Exception
Throws:
java.lang.Exception

testUserWithPersonalSpaceIsFindable

public void testUserWithPersonalSpaceIsFindable()
                                         throws java.lang.Exception
Throws:
java.lang.Exception

testSearchUsers

public void testSearchUsers()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testUserWithProfileConvertedToPersonalSpaceOccursOnce

public void testUserWithProfileConvertedToPersonalSpaceOccursOnce()
                                                           throws java.lang.Exception
Throws:
java.lang.Exception

testBrowsePeopleContainsUsers

public void testBrowsePeopleContainsUsers()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

testViewUsersWithPersonalSpaces

public void testViewUsersWithPersonalSpaces()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

testThatTestUserWithFavouriteSpaceIsNotMarkedAsFavourite

public void testThatTestUserWithFavouriteSpaceIsNotMarkedAsFavourite()
                                                              throws java.lang.Exception
Throws:
java.lang.Exception

testOrderOfNames

public void testOrderOfNames()
Commented out as CONF-7771 fix is rolled back See also: CONF-16477 public void testDeactivatedUsersDontAppear() throws Exception { logInAs(TEST_ADMIN); createTestUsers(1); rpcFlushIndexQueue(); viewPeopleDirectory(); assertLinkPresentWithText("Test User 1"); removeUserFromGroupViaHelper("testuser1", TestProperties.DEFAULT_USERS_GROUP); viewPeopleDirectory(); assertLinkNotPresentWithText("Test User 1"); }


testOrderOfMixedCaseNames

public void testOrderOfMixedCaseNames()

testOrderOfNamesWithSpaces

public void testOrderOfNamesWithSpaces()

testBigTestOfOrderingFullNames

public void testBigTestOfOrderingFullNames()

testPeopleDirectoryDisabledFlags

public void testPeopleDirectoryDisabledFlags()

testPeopleDirectoryDisabledByPermissions

public void testPeopleDirectoryDisabledByPermissions()
Ensure that the anonymous user sees no people directory (even with no flags set) if it does not have the correct permission


testDifferentLinkIDsforMenuAndDashboardPeopleDirectory

public void testDifferentLinkIDsforMenuAndDashboardPeopleDirectory()

testPeopleDirectoryUrlsProtectedByPermission

public void testPeopleDirectoryUrlsProtectedByPermission()
CONF-14563 and CONF-14562 Make sure you can't go directly to the people directory action when you don't have the permission.


testOneItemDisplayedPerUser

public void testOneItemDisplayedPerUser()

testUserWithAmpersand

public void testUserWithAmpersand()

testFullnameIsEscaped

public void testFullnameIsEscaped()

testFullnameEscapedInUserLinkPopup

public void testFullnameEscapedInUserLinkPopup()

testPeopleDirectoryDoesntShowExtraFields

public void testPeopleDirectoryDoesntShowExtraFields()


Copyright © 2003-2014 Atlassian. All Rights Reserved.