public class DBUnitDataHandler extends Object implements DataHandler
| Constructor and Description |
|---|
DBUnitDataHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup(CleanupData cleanupDataEvent) |
void |
cleanupUsingScript(CleanupDataUsingScript cleanupDataUsingScriptEvent) |
void |
compare(CompareData compareDataEvent) |
void |
executeScripts(ExecuteScripts executeScriptsEvent) |
void |
prepare(PrepareData prepareDataEvent) |
public void prepare(@Observes
PrepareData prepareDataEvent)
prepare in interface DataHandlerpublic void compare(@Observes
CompareData compareDataEvent)
compare in interface DataHandlerpublic void cleanup(@Observes
CleanupData cleanupDataEvent)
cleanup in interface DataHandlerpublic void cleanupUsingScript(@Observes
CleanupDataUsingScript cleanupDataUsingScriptEvent)
public void executeScripts(@Observes
ExecuteScripts executeScriptsEvent)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.