com.atlassian.crowd.acceptance.tests.directory.suite
Class ApacheDS102Test.ApacheDS102BasicTest

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

public static class ApacheDS102Test.ApacheDS102BasicTest
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
ApacheDS102Test.ApacheDS102BasicTest()
           
 
Method Summary
 void testAuthenticateAfterPasswordUpdate()
           
 void testAuthenticateAfterUnicodePasswordUpdate()
           
 void testAuthenticateAfterUserAddWithUnicodePassword()
           
 
Methods inherited from class com.atlassian.crowd.acceptance.tests.directory.BasicTest
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, testAuthenticateAfterUserAdd, 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

ApacheDS102Test.ApacheDS102BasicTest

public ApacheDS102Test.ApacheDS102BasicTest()
Method Detail

testAuthenticateAfterPasswordUpdate

public void testAuthenticateAfterPasswordUpdate()
Overrides:
testAuthenticateAfterPasswordUpdate in class BasicTest

testAuthenticateAfterUserAddWithUnicodePassword

public void testAuthenticateAfterUserAddWithUnicodePassword()
Overrides:
testAuthenticateAfterUserAddWithUnicodePassword in class BasicTest

testAuthenticateAfterUnicodePasswordUpdate

public void testAuthenticateAfterUnicodePasswordUpdate()
Overrides:
testAuthenticateAfterUnicodePasswordUpdate in class BasicTest


Copyright © 2010 Atlassian. All Rights Reserved.