Change/reintroduce junit5 (#18790)

* Revert "Revert back to junit4 (#18786)"

This reverts commit 2471ba2d2e.

* Make junit engine execute TestNG test cases

* Fix failing test and use tempDir's for test code generation

* Make test fail with helpful info in case generator throws exception

* Suppress error output from TestUtils

* Remove transitive junit4 dependency

* Sync guava-testlib version with guava version

* Add hint regarding alternative for guava-testlib's FakeTicker
This commit is contained in:
Philzen
2024-06-01 10:40:40 +02:00
committed by GitHub
parent 368110a631
commit 6a6f39d6f4
29 changed files with 828 additions and 806 deletions

View File

@@ -19,7 +19,7 @@
<jackson-databind-nullable-version>0.2.1</jackson-databind-nullable-version>
<jodatime-version>2.7</jodatime-version>
<maven-plugin-version>1.0.0</maven-plugin-version>
<junit-version>4.13.2</junit-version>
<junit-version>5.10.2</junit-version>
<http-signature-version>1.4</http-signature-version>
</properties>
</project>