com.atlassian.crowd.acceptance.tests.persistence.migration
Class AbstractDaoIntegrationTest

java.lang.Object
  extended by com.atlassian.crowd.acceptance.tests.persistence.migration.AbstractDaoIntegrationTest
Direct Known Subclasses:
SchemaCreationIntegrationTest, SchemaUpgradeIntegrationTest

public abstract class AbstractDaoIntegrationTest
extends Object


Constructor Summary
AbstractDaoIntegrationTest()
           
 
Method Summary
protected  void _testAliasDaoCanInsert()
           
protected  void _testApplicationDaoCanInsert()
           
protected  void _testDirectoryDaoCanInsert()
           
protected  void _testGroupDaoCanInsert()
           
protected  void _testMembershipDaoCanInsert()
           
protected  void _testPropertyDaoCanInsert()
           
protected  void _testTokenDaoCanInsert()
           
protected  void _testUserDaoCanInsert()
           
abstract  com.atlassian.crowd.dao.alias.AliasDAO getAliasDao()
           
abstract  com.atlassian.crowd.dao.application.ApplicationDAO getApplicationDao()
           
abstract  com.atlassian.crowd.embedded.spi.DirectoryDao getDirectoryDao()
           
abstract  com.atlassian.crowd.embedded.spi.GroupDao getGroupDao()
           
abstract  com.atlassian.crowd.embedded.spi.MembershipDao getMembershipDao()
           
abstract  com.atlassian.crowd.dao.property.PropertyDAO getPropertyDao()
           
abstract  com.atlassian.crowd.dao.token.TokenDAOHibernate getTokenDao()
           
abstract  com.atlassian.crowd.embedded.spi.UserDao getUserDao()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDaoIntegrationTest

public AbstractDaoIntegrationTest()
Method Detail

getTokenDao

public abstract com.atlassian.crowd.dao.token.TokenDAOHibernate getTokenDao()

getApplicationDao

public abstract com.atlassian.crowd.dao.application.ApplicationDAO getApplicationDao()

getUserDao

public abstract com.atlassian.crowd.embedded.spi.UserDao getUserDao()

getGroupDao

public abstract com.atlassian.crowd.embedded.spi.GroupDao getGroupDao()

getMembershipDao

public abstract com.atlassian.crowd.embedded.spi.MembershipDao getMembershipDao()

getDirectoryDao

public abstract com.atlassian.crowd.embedded.spi.DirectoryDao getDirectoryDao()

getAliasDao

public abstract com.atlassian.crowd.dao.alias.AliasDAO getAliasDao()

getPropertyDao

public abstract com.atlassian.crowd.dao.property.PropertyDAO getPropertyDao()

_testDirectoryDaoCanInsert

protected void _testDirectoryDaoCanInsert()
                                   throws Exception
Throws:
Exception

_testUserDaoCanInsert

protected void _testUserDaoCanInsert()
                              throws Exception
Throws:
Exception

_testGroupDaoCanInsert

protected void _testGroupDaoCanInsert()
                               throws Exception
Throws:
Exception

_testMembershipDaoCanInsert

protected void _testMembershipDaoCanInsert()
                                    throws Exception
Throws:
Exception

_testApplicationDaoCanInsert

protected void _testApplicationDaoCanInsert()
                                     throws Exception
Throws:
Exception

_testAliasDaoCanInsert

protected void _testAliasDaoCanInsert()

_testTokenDaoCanInsert

protected void _testTokenDaoCanInsert()
                               throws Exception
Throws:
Exception

_testPropertyDaoCanInsert

protected void _testPropertyDaoCanInsert()


Copyright © 2014 Atlassian. All Rights Reserved.