rdf4j
rdf4j copied to clipboard
Problem with use of @TestFactory and @TempDir
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.