jpa-unit
jpa-unit copied to clipboard
Improve performance by loading the data sets used in a test file only once
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.