bug6127: more JUnit5 migrations; still to do: selenium and domain.test

This commit is contained in:
Axel Uhl
2025-06-05 17:21:26 +02:00
parent f6d91886ed
commit 5b2536e9c0
158 changed files with 367 additions and 348 deletions
@@ -5,6 +5,10 @@ Bundle-SymbolicName: com.sap.sailing.sailwave.html.resultimport.test
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: SAP
Fragment-Host: com.sap.sailing.sailwave.html.resultimport
Require-Bundle: org.junit
Require-Bundle: junit-jupiter-api;bundle-version="5.12.2",
junit-jupiter-engine;bundle-version="5.12.2",
junit-platform-commons;bundle-version="1.12.2",
junit-platform-engine;bundle-version="1.12.2",
org.opentest4j;bundle-version="1.3.0"
Automatic-Module-Name: com.sap.sailing.sailwave.html.resultimport.test
Bundle-RequiredExecutionEnvironment: JavaSE-1.8