com.atlassian.crowd.acceptance.tests.persistence.upgrade
Class UpgradeTask622ExternalIdIntegrationTest

java.lang.Object
  extended by com.atlassian.crowd.acceptance.tests.persistence.upgrade.UpgradeTask622ExternalIdIntegrationTest

@ContextConfiguration(locations={"classpath:/applicationContext-config.xml","classpath:/applicationContext-CrowdDAO.xml"})
@TestExecutionListeners(value={org.springframework.test.context.transaction.TransactionalTestExecutionListener.class,org.springframework.test.context.support.DependencyInjectionTestExecutionListener.class})
@Transactional
public class UpgradeTask622ExternalIdIntegrationTest
extends Object


Constructor Summary
UpgradeTask622ExternalIdIntegrationTest()
           
 
Method Summary
 void loadTestData()
           
 void setDataSource(DataSource dataSource)
           
 void setDirectoryDao(com.atlassian.crowd.embedded.spi.DirectoryDao directoryDao)
           
 void setLdapPropertiesHelper(LDAPPropertiesHelper ldapPropertiesHelper)
           
 void testUpgrade()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeTask622ExternalIdIntegrationTest

public UpgradeTask622ExternalIdIntegrationTest()
Method Detail

loadTestData

@BeforeTransaction
public void loadTestData()
                  throws Exception
Throws:
Exception

testUpgrade

public void testUpgrade()
                 throws Exception
Throws:
Exception

setDirectoryDao

public void setDirectoryDao(com.atlassian.crowd.embedded.spi.DirectoryDao directoryDao)

setLdapPropertiesHelper

public void setLdapPropertiesHelper(LDAPPropertiesHelper ldapPropertiesHelper)

setDataSource

public void setDataSource(DataSource dataSource)


Copyright © 2014 Atlassian. All Rights Reserved.