bug6127: refactored more test fragments to JUnit5

This commit is contained in:
Axel Uhl
2025-06-05 17:21:26 +02:00
parent f36ed8c2be
commit 3138f7745f
68 changed files with 332 additions and 106 deletions
+5 -1
View File
@@ -6,7 +6,11 @@ Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: SAP
Fragment-Host: com.sap.sse
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.8.2",
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",
org.mockito.mockito-core,
net.bytebuddy.byte-buddy;bundle-version="1.14.12",
net.bytebuddy.byte-buddy-agent;bundle-version="1.14.12",