com.atlassian.crowd.acceptance.tests.directory.suite
Class ActiveDirectory2K3Test.AD2K3ForwardslashTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.test.ConditionalTestCase
              extended by org.springframework.test.AbstractSpringContextTests
                  extended by org.springframework.test.AbstractSingleSpringContextTests
                      extended by org.springframework.test.AbstractDependencyInjectionSpringContextTests
                          extended by org.springframework.test.AbstractTransactionalSpringContextTests
                              extended by org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
                                  extended by com.atlassian.crowd.acceptance.tests.directory.BaseTest
                                      extended by com.atlassian.crowd.acceptance.tests.directory.BasicTest
                                          extended by com.atlassian.crowd.acceptance.tests.directory.suite.ActiveDirectory2K3Test.AD2K3ForwardslashTest
All Implemented Interfaces:
junit.framework.Test
Enclosing class:
ActiveDirectory2K3Test

public static class ActiveDirectory2K3Test.AD2K3ForwardslashTest
extends BasicTest

Tests performance against AD using forwardslashes.


Field Summary
 
Fields inherited from class com.atlassian.crowd.acceptance.tests.directory.BaseTest
directory, directoryManager, sessionFactory
 
Fields inherited from class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
jdbcTemplate
 
Fields inherited from class org.springframework.test.AbstractTransactionalSpringContextTests
transactionDefinition, transactionManager, transactionStatus
 
Fields inherited from class org.springframework.test.AbstractDependencyInjectionSpringContextTests
AUTOWIRE_BY_NAME, AUTOWIRE_BY_TYPE, AUTOWIRE_NO
 
Fields inherited from class org.springframework.test.AbstractSingleSpringContextTests
applicationContext
 
Constructor Summary
ActiveDirectory2K3Test.AD2K3ForwardslashTest()
           
 
Method Summary
 java.lang.String getAutoTestFirstName()
           
 java.lang.String getAutoTestGroupName()
           
 
Methods inherited from class com.atlassian.crowd.acceptance.tests.directory.BasicTest
getAutoTestDisplayName, getAutoTestDisplayName2, getAutoTestDisplayName3, getAutoTestFirstName2, getAutoTestGroupDescription, getAutoTestGroupDescription2, getAutoTestGroupName2, getAutoTestInvalidEmail, getAutoTestLastName, getAutoTestPassword, getAutoTestPassword2, getAutoTestPassword3, getAutoTestRoleDescription, getAutoTestRoleDescription2, getAutoTestRoleName, getAutoTestRoleName2, getAutoTestUserName, getAutoTestUserName2, getAutoTestValidEmail, getAutoTestValidEmail2, loadTestData, removeTestData, testAddGroup, testAddGroupExisting, testAddGroupNull, testAddGroupWithDescription, testAddUserExisting, testAddUserInactive, testAddUserNull, testAddUserToGroup, testAddUserToGroupBothEmpty, testAddUserToGroupBothNull, testAddUserToGroupNonExistentGroup, testAddUserToGroupNonExistentUser, testAddUserToGroupNullAndEmpty1, testAddUserToGroupNullAndEmpty2, testAddUserToTwoGroups, testAddUserWithDisplayName, testAddUserWithEmailAndPassword, testAddUserWithEmptyPassword, testAddUserWithFirstname, testAddUserWithFirstnameLastnameEmailDisplayNamePassword, testAddUserWithFirstnameLastnameEmailPassword, testAddUserWithFirstnameNoPassword, testAddUserWithLastnameAndPassword, testAddUserWithLastnameNoPassword, testAddUserWithNullPassword, testAddUserWithPassword, testAuthenticateAfterPasswordAdd, testAuthenticateAfterPasswordUpdate, testAuthenticateAfterUnicodePasswordUpdate, testAuthenticateAfterUserAdd, testAuthenticateAfterUserAddWithUnicodePassword, testAuthenticateEmptyPassword, testAuthenticateWithEmptyPassword, testAuthenticateWithIncorrectPassword, testAuthenticateWithInvalidUser, testAuthenticateWithNullPassword, testAuthenticateWithNullPasswordArray, testAuthenticateWithNullPasswordCredentialInArray, testFindGroupByName, testFindGroupByNameEmptyString, testFindGroupByNameNonExistent, testFindGroupByNameNull, testFindGroupMemberships, testFindGroupMembershipsNoGroups, testFindGroupMembershipsNull, testFindRoleMembershipsNoRoles, testFindUserByName, testFindUserByNameDisplayNamePopulatedInLdap, testFindUserByNameEmpty, testFindUserByNameNonExistent, testFindUserByNameNull, testIsGroupMember, testIsGroupMemberBothEmpty, testIsGroupMemberBothNull, testIsGroupMemberNonExistentGroup, testIsGroupMemberNonExistentUser, testRemoveGroup, testRemoveGroupEmptyString, testRemoveGroupNonExistent, testRemoveGroupNull, testRemoveUser, testRemoveUserEmptyString, testRemoveUserFromGroup, testRemoveUserFromGroupBothEmpty, testRemoveUserFromGroupBothNull, testRemoveUserFromGroupNonExistentGroup, testRemoveUserFromGroupNonExistentUser, testRemoveUserFromGroupNullAndEmpty1, testRemoveUserFromGroupNullAndEmpty2, testRemoveUserFromGroupWhereThereIsNoMembership, testRemoveUserInvalid, testRemoveUserNull, testSearchGroupsContainingEmptyString, testSearchGroupsContainingNonExistentUser, testSearchGroupsContainingNull, testSearchGroupsContainingUser, testSearchGroupsEmptyContext, testSearchGroupsNameEmptyString, testSearchGroupsNameNonExistent, testSearchGroupsNameSingleMatch, testSearchGroupsNameWildcardDualMatch, testSearchGroupsNameWildcardSingleMatch, testSearchGroupsNotContainingUser, testSearchUsersEmailNonExistent, testSearchUsersEmailSingleMatch, testSearchUsersEmailWildcardDualMatch, testSearchUsersEmailWildcardSingleMatch, testSearchUsersEmptyContext, testSearchUsersFullnameEmptyString, testSearchUsersFullnameNonExistent, testSearchUsersFullnameSingleMatch, testSearchUsersFullnameWildcardDualMatch, testSearchUsersFullnameWildcardSingleMatch, testSearchUsersNameEmptyString, testSearchUsersNameNonExistent, testSearchUsersNameSingleMatch, testSearchUsersNameWildcardDualMatch, testSearchUsersNameWildcardSingleMatch, testSearchUsersNull, testSynchroniseUserWithNoDisplayName, testSynchroniseUserWithNoFirstName, testSynchroniseUserWithNoLastName, testUpdateGroupNonExistent, testUpdateGroupNull, testUpdateGroupSetDescriptionFromNull, testUpdateGroupSetDescriptionToNull, testUpdateGroupUpdateDescription, testUpdateUserAfterPasswordAdded, testUpdateUserCredentialAfterNullCreation, testUpdateUserEmail, testUpdateUserEmailExplicitCheck, testUpdateUserEmailInvalid, testUpdateUserInvalidName, testUpdateUserNull, testUpdateUserWithNullDisplayName, testUpdateUserWithNullFirstNameAndLastName
 
Methods inherited from class com.atlassian.crowd.acceptance.tests.directory.BaseTest
addGroup, addGroup, addUser, addUser, buildGroup, buildUser, buildUser, configureDirectory, customizeBeanFactory, getConfigLocations, getDirectoryConfigFile, getRemoteDirectory, onSetUpBeforeTransaction, onSetUpInTransaction, onTearDown, removeGroup, removeRole, removeUser, setDirectoryConfigFile, setLdapPropertiesHelper, setSessionFactory, setupSpring
 
Methods inherited from class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
countRowsInTable, deleteFromTables, executeSqlScript, getJdbcTemplate, setComplete, setDataSource, setSqlScriptEncoding
 
Methods inherited from class org.springframework.test.AbstractTransactionalSpringContextTests
endTransaction, isDefaultRollback, isRollback, onSetUp, onTearDownAfterTransaction, onTearDownInTransaction, preventTransaction, setDefaultRollback, setTransactionDefinition, setTransactionManager, startNewTransaction
 
Methods inherited from class org.springframework.test.AbstractDependencyInjectionSpringContextTests
getAutowireMode, injectDependencies, isDependencyCheck, isPopulateProtectedVariables, prepareTestInstance, setAutowireMode, setDependencyCheck, setPopulateProtectedVariables
 
Methods inherited from class org.springframework.test.AbstractSingleSpringContextTests
contextKey, createApplicationContext, createBeanDefinitionReader, getApplicationContext, getConfigPath, getConfigPaths, getLoadCount, loadContext, loadContextLocations, prepareApplicationContext, setDirty, setUp, tearDown
 
Methods inherited from class org.springframework.test.AbstractSpringContextTests
addContext, contextKeyString, getContext, hasCachedContext, isContextKeyEmpty, setDirty
 
Methods inherited from class org.springframework.test.ConditionalTestCase
getDisabledTestCount, isDisabledInThisEnvironment, recordDisabled, runBare
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActiveDirectory2K3Test.AD2K3ForwardslashTest

public ActiveDirectory2K3Test.AD2K3ForwardslashTest()
Method Detail

getAutoTestFirstName

public java.lang.String getAutoTestFirstName()
Overrides:
getAutoTestFirstName in class BasicTest

getAutoTestGroupName

public java.lang.String getAutoTestGroupName()
Overrides:
getAutoTestGroupName in class BasicTest


Copyright © 2010 Atlassian. All Rights Reserved.