Annotation Type DbUnitTest
@Retention(RUNTIME)
@Inherited
@Documented
@Target(TYPE)
@DbUnitDataSet(value="/dataset",
inherit=true)
@DbUnitSetup(CLEAN_INSERT)
@DbUnitTearDown(TRUNCATE_TABLE)
@DbUnitReplacements(inherit=true,
providers={NullValueReplacementsProvider.class,NowValueReplacementsProvider.class,CurrentTimestampValueReplacementsProvider.class,CurrentTimeValueReplacementsProvider.class})
public @interface DbUnitTest