|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.devnull.orm.boot.DataBootStrap
class DataBootStrap extends Object
Import data into your mock database.
| Property Summary | |
|---|---|
org.springframework.core.io.Resource |
csvImportsPath
Directory containing the CSV files and table-ordering.txt file (see dbunit docs) |
Boolean |
enabled
Will not import data unless this is true |
def |
log
|
org.dbunit.IDatabaseTester |
tester
DBUnit database tester. |
| Method Summary | |
|---|---|
void
|
afterPropertiesSet()
|
| Methods inherited from class Object | |
|---|---|
| getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait |
| Property Detail |
|---|
org.springframework.core.io.Resource csvImportsPath
Boolean enabled
final def log
org.dbunit.IDatabaseTester tester
| Method Detail |
|---|
void afterPropertiesSet()
Groovy Documentation