Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@schnatterer schnatterer released this 12 Jan 08:30
· 7 commits to develop since this release
  • 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 the jitpack.io repository for test-data-loader.
  • In the tests: Change your imports from de.triology.blog.testdataloader.TestDataLoader to de.triology.testdata.loader.TestDataLoader
  • In your data groovy scripts: Just remove import static de.triology.blog.testdataloader.EntityBuilder.create statements.
    Auto completion is now realized using DSL Descriptors (DSLD) for eclipse and GDSL for IntelliJ.

See discussions in #10 and #12.