|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
org.appfuse.service.BaseManagerTestCase
@ContextConfiguration(locations={"classpath:/applicationContext-resources.xml","classpath:/applicationContext-dao.xml","classpath:/applicationContext-service.xml","classpath*:/**/applicationContext.xml"})
public abstract class BaseManagerTestCase
| Field Summary | |
|---|---|
protected org.apache.commons.logging.Log |
log
A simple logger |
protected java.util.ResourceBundle |
rb
The resourceBundle |
| Fields inherited from class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests |
|---|
simpleJdbcTemplate |
| Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests |
|---|
applicationContext, logger |
| Constructor Summary | |
|---|---|
BaseManagerTestCase()
Default constructor will set the ResourceBundle if needed. |
|
| Method Summary | |
|---|---|
protected java.lang.Object |
populate(java.lang.Object obj)
Utility method to populate an object with values from a properties file |
| Methods inherited from class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests |
|---|
countRowsInTable, deleteFromTables, executeSqlScript, setDataSource, setSqlScriptEncoding |
| Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests |
|---|
setApplicationContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final org.apache.commons.logging.Log log
protected java.util.ResourceBundle rb
| Constructor Detail |
|---|
public BaseManagerTestCase()
| Method Detail |
|---|
protected java.lang.Object populate(java.lang.Object obj)
throws java.lang.Exception
obj - the model object to populate
java.lang.Exception - if BeanUtils fails to copy properly
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||