dadrus / jpa-unit

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

Improve performance by loading the data sets used in a test file only once #32

Open dadrus opened 6 years ago

dadrus commented 6 years ago

As of today the data sets are loaded again and again during the execution of each test method. To improve performance the data sets should be loaded only if the were not used before or have changed (e. g during debugging) between the executions of test cases/methods.