@Retention(value=RUNTIME) @Documented @Target(value={TYPE,PACKAGE}) public @interface DbUnitLiquibase
@DbUnitLiquibase("/liquibase/changelogs.xml")
@DbUnitDataSet("/dataset/xml")
public class TestClass {
@Rule
public DbUnitRule rule = new DbUnitRule(connectionFactory);
@Test
public void test1() {
}
}
public abstract String[] value
Copyright © 2018. All rights reserved.