dadrus / jpa-unit

JUnit extension to test javax.persistence entities
Apache License 2.0
29 stars 9 forks source link

Enhance @ExpectedDataSets to support DbUnit IRowFilter #8

Open dadrus opened 7 years ago

dadrus commented 7 years ago

Adding a new row to a table which is referenced by the expected data set but is not included in it (or vice versa) will lead to a comparison error. A possibility to filter such entries is helpful.