- Please open the API for other tools (#9)
- Usage of TestDataLoader for different groovy scripts, which use same names for objects of same, or different types is not possible (#8)
- Published on maven central
Migrating from 0.x
As the major version change implies, we have breaking changes.
How to migrate from 0.x to 1.x?
- Dependency: Change maven coordinates to
de.triology.test-data-loader:test-data-loader:1.0.0. You no longer need thejitpack.iorepository for test-data-loader. - In the tests: Change your imports from
de.triology.blog.testdataloader.TestDataLoadertode.triology.testdata.loader.TestDataLoader - In your data groovy scripts: Just remove
import static de.triology.blog.testdataloader.EntityBuilder.createstatements.
Auto completion is now realized using DSL Descriptors (DSLD) for eclipse and GDSL for IntelliJ.