@ContextConfiguration(value="classpath:TestSpringBeans.xml") public class AuthDaoImplTest extends Object
| Constructor and Description |
|---|
AuthDaoImplTest() |
| Modifier and Type | Method and Description |
|---|---|
AuthBootListener |
getAuthBootListener() |
AuthDaoImpl |
getDao() |
Properties |
getKmeProperties() |
UserDao |
getUserDao() |
void |
setAuthBootListener(AuthBootListener authBootListener) |
void |
setDao(AuthDaoImpl dao) |
void |
setKmeProperties(Properties kmeProperties) |
void |
setUp() |
static void |
setUpClass() |
void |
setUserDao(UserDao userDao) |
void |
tearDown() |
static void |
tearDownClass() |
void |
testAuthenticate() |
public AuthDaoImplTest()
public static void setUpClass() throws Exception
Exceptionpublic static void tearDownClass() throws Exception
Exceptionpublic void setUp()
public void tearDown()
public void testAuthenticate()
public UserDao getUserDao()
public void setUserDao(UserDao userDao)
public AuthDaoImpl getDao()
public void setDao(AuthDaoImpl dao)
public Properties getKmeProperties()
public void setKmeProperties(Properties kmeProperties)
public AuthBootListener getAuthBootListener()
public void setAuthBootListener(AuthBootListener authBootListener)
Copyright © 2011–2015 The Kuali Foundation. All rights reserved.