@ContextConfiguration(value="classpath:TestSpringBeans.xml") public class DeviceServiceImplTest extends Object
Constructor and Description |
---|
DeviceServiceImplTest() |
Modifier and Type | Method and Description |
---|---|
DeviceDao |
getDao() |
javax.persistence.EntityManager |
getEntityManager() |
DeviceService |
getService() |
void |
preTest() |
void |
setDao(DeviceDao dao) |
void |
setEntityManager(javax.persistence.EntityManager entityManager) |
void |
setService(DeviceService service) |
static void |
setUpClass() |
static void |
tearDownClass() |
void |
testCountDevices() |
void |
testCountDevicesByType() |
void |
testCountDevicesWithoutUsername() |
void |
testDoesDeviceHaveUsername() |
void |
testFindAllDevices() |
void |
testFindAllDevicesByType() |
void |
testFindDeviceByDeviceId() |
void |
testFindDeviceByRegId() |
void |
testFindDevicesByDeviceId() |
void |
testFindDevicesById() |
void |
testFindDevicesByKeyword() |
void |
testFindDevicesByUsername() |
void |
testFindDevicesWithoutUsername() |
public DeviceServiceImplTest()
public static void setUpClass() throws Exception
Exception
public static void tearDownClass() throws Exception
Exception
public void preTest()
public void testFindAllDevices()
public void testDoesDeviceHaveUsername()
public void testFindDevicesByUsername()
public void testFindDevicesWithoutUsername()
public void testFindDeviceByRegId()
public void testFindDevicesById()
public void testFindDevicesByDeviceId()
public void testFindDeviceByDeviceId()
public void testFindDevicesByKeyword()
public void testCountDevices()
public void testCountDevicesWithoutUsername()
public void testCountDevicesByType()
public void testFindAllDevicesByType()
public DeviceService getService()
public void setService(DeviceService service)
public javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
Copyright © 2011-2014 The Kuali Foundation. All Rights Reserved.