public class FileServiceImplTest extends Object
Constructor and Description |
---|
FileServiceImplTest() |
Modifier and Type | Method and Description |
---|---|
FileDaoImpl |
getDao() |
javax.persistence.EntityManagerFactory |
getEntityManagerFactory() |
FileServiceImpl |
getService() |
void |
preTest() |
void |
setDao(FileDaoImpl dao) |
void |
setEntityManagerFactory(javax.persistence.EntityManagerFactory entityManagerFactory) |
void |
setService(FileServiceImpl service) |
static void |
setUpClass() |
static void |
tearDownClass() |
void |
testFileService() |
public FileServiceImplTest()
public static void setUpClass() throws Exception
Exception
public static void tearDownClass() throws Exception
Exception
public void preTest()
public void testFileService()
public javax.persistence.EntityManagerFactory getEntityManagerFactory()
public void setEntityManagerFactory(javax.persistence.EntityManagerFactory entityManagerFactory)
public FileDaoImpl getDao()
public void setDao(FileDaoImpl dao)
public FileServiceImpl getService()
public void setService(FileServiceImpl service)
Copyright © 2011-2014 The Kuali Foundation. All Rights Reserved.