@ContextConfiguration(value="classpath:TestSpringBeans.xml") public class GradesPostedNoticeDaoImplTest extends Object
| Constructor and Description |
|---|
GradesPostedNoticeDaoImplTest() |
| Modifier and Type | Method and Description |
|---|---|
GradesPostedNoticeDao |
getDao() |
javax.persistence.EntityManager |
getEntityManager() |
void |
preTest() |
void |
setDao(GradesPostedNoticeDao dao) |
void |
setEntityManager(javax.persistence.EntityManager entityManager) |
static void |
setUpClass() |
static void |
tearDownClass() |
void |
testCountUnsentNotices() |
void |
testSaveGradesPostedNotice() |
void |
testUploadGradesPostedNotice()
Test of uploadGradesPostedNotice method, of class GradesPostedNoticeDaoImpl.
|
public GradesPostedNoticeDaoImplTest()
public static void setUpClass() throws Exception
Exceptionpublic static void tearDownClass() throws Exception
Exceptionpublic void preTest()
public void testSaveGradesPostedNotice()
public void testCountUnsentNotices()
public void testUploadGradesPostedNotice()
public javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
public GradesPostedNoticeDao getDao()
public void setDao(GradesPostedNoticeDao dao)
Copyright © 2011–2014 The Kuali Foundation. All rights reserved.