com.atlassian.crowd.acceptance.tests.directory.suite
Class ApacheDS154Test.ApacheDS154BasicTest

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.ApacheDS154Test.ApacheDS154BasicTest
All Implemented Interfaces:
junit.framework.Test
Enclosing class:
ApacheDS154Test

public static class ApacheDS154Test.ApacheDS154BasicTest
extends BasicTest


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
ApacheDS154Test.ApacheDS154BasicTest()
           
 
Method Summary
 void testAuthenticateAfterPasswordUpdate()
           
 
Methods inherited from class com.atlassian.crowd.acceptance.tests.directory.BasicTest
configureDirectory, getAutoTestDisplayName, getAutoTestDisplayName2, getAutoTestDisplayName3, getAutoTestFirstName, getAutoTestFirstName2, getAutoTestGroupDescription, getAutoTestGroupDescription2, getAutoTestGroupName, 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, 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, customizeBeanFactory, deleteFromTables, getConfigLocations, getDirectoryConfigFile, getRemoteDirectory, onSetUpBeforeTransaction, onSetUpInTransaction, onTearDown, removeGroup, removeRole, removeUser, setDirectoryConfigFile, setLdapPropertiesHelper, setSessionFactory, setupSpring
 
Methods inherited from class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
countRowsInTable, 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
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runTest, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApacheDS154Test.ApacheDS154BasicTest

public ApacheDS154Test.ApacheDS154BasicTest()
Method Detail

testAuthenticateAfterPasswordUpdate

public void testAuthenticateAfterPasswordUpdate()
Overrides:
testAuthenticateAfterPasswordUpdate in class BasicTest


Copyright © 2013 Atlassian. All Rights Reserved.