@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) @Documented @Inherited public @interface DataSet
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
cleanAfter |
boolean |
cleanBefore |
boolean |
disableConstraints |
String[] |
executeScriptsAfter |
String[] |
executeScriptsBefore |
String[] |
executeStatementsAfter |
String[] |
executeStatementsBefore |
String |
executorId |
SeedStrategy |
strategy
DataSet seed strategy.
|
String[] |
tableOrdering |
boolean |
transactional |
boolean |
useSequenceFiltering |
String |
value |
public abstract String value
public abstract String executorId
public abstract SeedStrategy strategy
public abstract boolean useSequenceFiltering
public abstract String[] tableOrdering
public abstract String[] executeStatementsBefore
public abstract String[] executeStatementsAfter
public abstract String[] executeScriptsBefore
public abstract String[] executeScriptsAfter
public abstract boolean cleanBefore
Copyright © 2016. All rights reserved.