@ContextConfiguration(value="classpath:TestSpringBeans.xml") public class PushDaoImplTest extends Object
| Constructor and Description |
|---|
PushDaoImplTest() |
| Modifier and Type | Method and Description |
|---|---|
PushDao |
getDao() |
javax.persistence.EntityManager |
getEntityManager() |
void |
preTest() |
void |
setDao(PushDao dao) |
void |
setEntityManager(javax.persistence.EntityManager entityManager) |
static void |
setUpClass() |
static void |
tearDownClass() |
void |
testCountPushes() |
void |
testFindAllPush() |
void |
testFindDevicesForPush() |
void |
testFindPushById() |
void |
testFindPushByNullId() |
void |
testFindUnsentPushTuples() |
void |
testRemovePush() |
void |
testRemovePushWithNullPush() |
void |
testRemovePushWithNullPushId() |
public PushDaoImplTest()
public static void setUpClass() throws Exception
Exceptionpublic static void tearDownClass() throws Exception
Exceptionpublic void preTest()
public void testRemovePush()
public void testRemovePushWithNullPush()
public void testRemovePushWithNullPushId()
public void testFindAllPush()
public void testCountPushes()
public void testFindPushByNullId()
public void testFindPushById()
public void testFindDevicesForPush()
public void testFindUnsentPushTuples()
public javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
Copyright © 2011–2014 The Kuali Foundation. All rights reserved.