rdf4j icon indicating copy to clipboard operation
rdf4j copied to clipboard

Problem with use of @TestFactory and @TempDir

Open hmottestad opened this issue 1 year ago • 0 comments

Using @TempFactory bypasses a lot of the lifecycle hooks in JUnit 5 which means that @TempDir is only instantiated once for the entire life of the test class, instead of for each test.

hmottestad avatar Jan 26 '24 20:01 hmottestad