de.greenrobot.dao.test
Class AbstractDaoTest<D extends AbstractDao<T,K>,T,K>
java.lang.Object
de.greenrobot.dao.test.DbTest<Application>
de.greenrobot.dao.test.AbstractDaoTest<D,T,K>
- Type Parameters:
D
- DAO classT
- Entity type of the DAOK
- Key type of the DAO
- Direct Known Subclasses:
- AbstractDaoTestSinglePk
public abstract class AbstractDaoTest<D extends AbstractDao<T,K>,T,K>
- extends DbTest<Application>
Base class for DAO related testing. Prepares an in-memory DB and DAO.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDaoTest
public AbstractDaoTest(java.lang.Class<D> daoClass)
AbstractDaoTest
public AbstractDaoTest(java.lang.Class<D> daoClass,
boolean inMemory)
setIdentityScopeBeforeSetUp
public void setIdentityScopeBeforeSetUp(IdentityScope<K,T> identityScope)
Copyright © 2011-2012 greenrobot.de. All Rights Reserved.