@ContextConfiguration(locations={"classpath:/applicationContext-resources.xml","classpath:/applicationContext-dao.xml","classpath:/applicationContext-service.xml","classpath*:/**/applicationContext.xml"})
public abstract class BaseManagerTestCase
extends org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log
A simple logger
|
protected ResourceBundle |
rb
The resourceBundle
|
| Constructor and Description |
|---|
BaseManagerTestCase()
Default constructor will set the ResourceBundle if needed.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
populate(Object obj)
Utility method to populate an object with values from a properties file
|
countRowsInTable, deleteFromTables, executeSqlScript, setDataSource, setSqlScriptEncodingprotected final org.apache.commons.logging.Log log
protected ResourceBundle rb
Copyright © 2003-2012. All Rights Reserved.