com.atlassian.crowd.acceptance.tests.persistence.migration
Class AbstractDaoIntegrationTest
java.lang.Object
com.atlassian.crowd.acceptance.tests.persistence.migration.AbstractDaoIntegrationTest
- Direct Known Subclasses:
- SchemaCreationIntegrationTest, SchemaUpgradeIntegrationTest
public abstract class AbstractDaoIntegrationTest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDaoIntegrationTest
public AbstractDaoIntegrationTest()
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.