diff --git a/com.avaloq.tools.ddk.check.core.test/CheckCoreTestSuite.launch b/com.avaloq.tools.ddk.check.core.test/CheckCoreTestSuite.launch
index 2328824eea..a1d0156484 100644
--- a/com.avaloq.tools.ddk.check.core.test/CheckCoreTestSuite.launch
+++ b/com.avaloq.tools.ddk.check.core.test/CheckCoreTestSuite.launch
@@ -1,41 +1,44 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/com.avaloq.tools.ddk.check.core.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.check.core.test/META-INF/MANIFEST.MF
index 7f9f8615f0..7835d8f28c 100644
--- a/com.avaloq.tools.ddk.check.core.test/META-INF/MANIFEST.MF
+++ b/com.avaloq.tools.ddk.check.core.test/META-INF/MANIFEST.MF
@@ -28,7 +28,10 @@ Require-Bundle: com.avaloq.tools.ddk.check.core,
org.eclipse.xtext.xbase.lib,
org.apache.logging.log4j,
org.apache.commons.lang,
- org.eclipse.xtext.xbase.testing
+ org.eclipse.xtext.xbase.testing,
+ junit-jupiter-api,
+ junit-jupiter-engine,
+ junit-vintage-engine
Export-Package: com.avaloq.tools.ddk.check.core.test,
com.avaloq.tools.ddk.check.core.test.util,
com.avaloq.tools.ddk.check.test.core,
diff --git a/com.avaloq.tools.ddk.check.runtime.core.test/CheckRuntimeTestSuite.launch b/com.avaloq.tools.ddk.check.runtime.core.test/CheckRuntimeTestSuite.launch
index c1f082532c..22a191c666 100644
--- a/com.avaloq.tools.ddk.check.runtime.core.test/CheckRuntimeTestSuite.launch
+++ b/com.avaloq.tools.ddk.check.runtime.core.test/CheckRuntimeTestSuite.launch
@@ -1,41 +1,44 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/com.avaloq.tools.ddk.check.runtime.core.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.check.runtime.core.test/META-INF/MANIFEST.MF
index db70060261..6d34bb28ed 100644
--- a/com.avaloq.tools.ddk.check.runtime.core.test/META-INF/MANIFEST.MF
+++ b/com.avaloq.tools.ddk.check.runtime.core.test/META-INF/MANIFEST.MF
@@ -11,7 +11,10 @@ Require-Bundle: org.eclipse.ui,
com.avaloq.tools.ddk.test.ui,
com.avaloq.tools.ddk.check.runtime.core,
org.junit,
- com.google.guava
+ com.google.guava,
+ junit-jupiter-api,
+ junit-jupiter-engine,
+ junit-vintage-engine
Export-Package: com.avaloq.tools.ddk.check.runtime.test.core
Import-Package: org.mockito,
org.mockito.stubbing
diff --git a/com.avaloq.tools.ddk.check.test.runtime.tests/CheckExecutionEnvironmentTestSuite.launch b/com.avaloq.tools.ddk.check.test.runtime.tests/CheckExecutionEnvironmentTestSuite.launch
index 155ab47de0..2a90c2b7b4 100644
--- a/com.avaloq.tools.ddk.check.test.runtime.tests/CheckExecutionEnvironmentTestSuite.launch
+++ b/com.avaloq.tools.ddk.check.test.runtime.tests/CheckExecutionEnvironmentTestSuite.launch
@@ -1,41 +1,44 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/com.avaloq.tools.ddk.check.test.runtime.tests/CheckLibraryChecksTestSuite.launch b/com.avaloq.tools.ddk.check.test.runtime.tests/CheckLibraryChecksTestSuite.launch
index 2773f800f7..f68aaee5e5 100644
--- a/com.avaloq.tools.ddk.check.test.runtime.tests/CheckLibraryChecksTestSuite.launch
+++ b/com.avaloq.tools.ddk.check.test.runtime.tests/CheckLibraryChecksTestSuite.launch
@@ -1,41 +1,44 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/com.avaloq.tools.ddk.check.test.runtime.tests/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.check.test.runtime.tests/META-INF/MANIFEST.MF
index 7eba52d5d8..212830dfd4 100644
--- a/com.avaloq.tools.ddk.check.test.runtime.tests/META-INF/MANIFEST.MF
+++ b/com.avaloq.tools.ddk.check.test.runtime.tests/META-INF/MANIFEST.MF
@@ -17,7 +17,10 @@ Require-Bundle: com.avaloq.tools.ddk.check.runtime.core,
org.junit,
org.eclipse.ui.workbench;resolution:=optional,
org.eclipse.xtend.lib,
- org.eclipse.xtext.xbase.lib
+ org.eclipse.xtext.xbase.lib,
+ junit-jupiter-api,
+ junit-jupiter-engine,
+ junit-vintage-engine
Import-Package: org.junit.runner;version="4.5.0",
org.junit.runner.manipulation;version="4.5.0",
org.junit.runner.notification;version="4.5.0",
diff --git a/com.avaloq.tools.ddk.check.ui.test/CheckUiTestSuite.launch b/com.avaloq.tools.ddk.check.ui.test/CheckUiTestSuite.launch
index 8a8daff4bc..0eb73d14a7 100644
--- a/com.avaloq.tools.ddk.check.ui.test/CheckUiTestSuite.launch
+++ b/com.avaloq.tools.ddk.check.ui.test/CheckUiTestSuite.launch
@@ -1,40 +1,43 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/com.avaloq.tools.ddk.check.ui.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.check.ui.test/META-INF/MANIFEST.MF
index c60f5d4225..b113e52111 100644
--- a/com.avaloq.tools.ddk.check.ui.test/META-INF/MANIFEST.MF
+++ b/com.avaloq.tools.ddk.check.ui.test/META-INF/MANIFEST.MF
@@ -20,7 +20,10 @@ Require-Bundle: org.junit,
org.eclipse.xtext.xbase.lib,
org.eclipse.core.runtime,
org.eclipse.ui.workbench;resolution:=optional,
- org.objectweb.asm;resolution:=optional
+ org.objectweb.asm;resolution:=optional,
+ junit-jupiter-api,
+ junit-jupiter-engine,
+ junit-vintage-engine
Export-Package: com.avaloq.tools.ddk.check.ui.test,
com.avaloq.tools.ddk.check.ui.test.util,
com.avaloq.tools.ddk.check
diff --git a/com.avaloq.tools.ddk.checkcfg.core.test/CheckCfgTestSuite.launch b/com.avaloq.tools.ddk.checkcfg.core.test/CheckCfgTestSuite.launch
index b58b0e6acb..4a6487601f 100644
--- a/com.avaloq.tools.ddk.checkcfg.core.test/CheckCfgTestSuite.launch
+++ b/com.avaloq.tools.ddk.checkcfg.core.test/CheckCfgTestSuite.launch
@@ -1,41 +1,44 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/com.avaloq.tools.ddk.checkcfg.core.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.checkcfg.core.test/META-INF/MANIFEST.MF
index ddeea98691..a098efd3f6 100644
--- a/com.avaloq.tools.ddk.checkcfg.core.test/META-INF/MANIFEST.MF
+++ b/com.avaloq.tools.ddk.checkcfg.core.test/META-INF/MANIFEST.MF
@@ -21,7 +21,10 @@ Require-Bundle: com.avaloq.tools.ddk.test.core,
org.junit,
org.eclipse.xtext.xbase.lib,
org.eclipse.ui.workbench;resolution:=optional,
- org.objectweb.asm;resolution:=optional
+ org.objectweb.asm;resolution:=optional,
+ junit-jupiter-api,
+ junit-jupiter-engine,
+ junit-vintage-engine
Import-Package: org.hamcrest.core,
org.junit.runner;version="4.5.0",
org.junit.runner.manipulation;version="4.5.0",
diff --git a/com.avaloq.tools.ddk.checkcfg.ui.test/CheckCfgUiTestSuite.launch b/com.avaloq.tools.ddk.checkcfg.ui.test/CheckCfgUiTestSuite.launch
index 509eda7de0..057821843e 100644
--- a/com.avaloq.tools.ddk.checkcfg.ui.test/CheckCfgUiTestSuite.launch
+++ b/com.avaloq.tools.ddk.checkcfg.ui.test/CheckCfgUiTestSuite.launch
@@ -1,40 +1,43 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/com.avaloq.tools.ddk.checkcfg.ui.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.checkcfg.ui.test/META-INF/MANIFEST.MF
index b00d86c3ac..0a2e360228 100644
--- a/com.avaloq.tools.ddk.checkcfg.ui.test/META-INF/MANIFEST.MF
+++ b/com.avaloq.tools.ddk.checkcfg.ui.test/META-INF/MANIFEST.MF
@@ -6,5 +6,8 @@ Bundle-Version: 16.2.0.qualifier
Bundle-Vendor: Avaloq Group AG
Bundle-RequiredExecutionEnvironment: JavaSE-21
Export-Package: com.avaloq.tools.ddk.checkcfg.ui.test
-Require-Bundle: org.junit
+Require-Bundle: org.junit,
+ junit-jupiter-api,
+ junit-jupiter-engine,
+ junit-vintage-engine
Automatic-Module-Name: com.avaloq.tools.ddk.checkcfg.ui.test
diff --git a/com.avaloq.tools.ddk.test.ui.test/AllTests.launch b/com.avaloq.tools.ddk.test.ui.test/AllTests.launch
index 56067c7ec7..1e577e817c 100644
--- a/com.avaloq.tools.ddk.test.ui.test/AllTests.launch
+++ b/com.avaloq.tools.ddk.test.ui.test/AllTests.launch
@@ -1,40 +1,43 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/com.avaloq.tools.ddk.test.ui.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.test.ui.test/META-INF/MANIFEST.MF
index dd61b9dc3d..6a46810dad 100644
--- a/com.avaloq.tools.ddk.test.ui.test/META-INF/MANIFEST.MF
+++ b/com.avaloq.tools.ddk.test.ui.test/META-INF/MANIFEST.MF
@@ -10,7 +10,10 @@ Require-Bundle: org.junit,
org.eclipse.swtbot.eclipse.finder,
org.eclipse.swt,
com.avaloq.tools.ddk.test.core,
- com.avaloq.tools.ddk.test.ui
+ com.avaloq.tools.ddk.test.ui,
+ junit-jupiter-api,
+ junit-jupiter-engine,
+ junit-vintage-engine
Import-Package: org.eclipse.core.runtime,
org.eclipse.core.runtime.jobs
Automatic-Module-Name: com.avaloq.tools.ddk.test.ui.test
diff --git a/com.avaloq.tools.ddk.typesystem.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.typesystem.test/META-INF/MANIFEST.MF
index 9edb9fdd12..8d7db395f2 100644
--- a/com.avaloq.tools.ddk.typesystem.test/META-INF/MANIFEST.MF
+++ b/com.avaloq.tools.ddk.typesystem.test/META-INF/MANIFEST.MF
@@ -9,6 +9,9 @@ Bundle-ActivationPolicy: lazy
Fragment-Host: com.avaloq.tools.ddk.typesystem
Require-Bundle: com.google.inject,
com.google.guava,
- org.junit
+ org.junit,
+ junit-jupiter-api,
+ junit-jupiter-engine,
+ junit-vintage-engine
Export-Package: com.avaloq.tools.ddk.typesystem.test
Automatic-Module-Name: com.avaloq.tools.ddk.typesystem.test
diff --git a/com.avaloq.tools.ddk.typesystem.test/TypeSystemTestSuite.launch b/com.avaloq.tools.ddk.typesystem.test/TypeSystemTestSuite.launch
index 12b7406b6e..0d0d35d4ca 100644
--- a/com.avaloq.tools.ddk.typesystem.test/TypeSystemTestSuite.launch
+++ b/com.avaloq.tools.ddk.typesystem.test/TypeSystemTestSuite.launch
@@ -1,41 +1,44 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/com.avaloq.tools.ddk.xtext.export.test/ExportTestSuite.launch b/com.avaloq.tools.ddk.xtext.export.test/ExportTestSuite.launch
index 701a7a1cd1..c8e51eb9ce 100644
--- a/com.avaloq.tools.ddk.xtext.export.test/ExportTestSuite.launch
+++ b/com.avaloq.tools.ddk.xtext.export.test/ExportTestSuite.launch
@@ -1,41 +1,44 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/com.avaloq.tools.ddk.xtext.export.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.export.test/META-INF/MANIFEST.MF
index a6cd34d04b..680bae76a6 100644
--- a/com.avaloq.tools.ddk.xtext.export.test/META-INF/MANIFEST.MF
+++ b/com.avaloq.tools.ddk.xtext.export.test/META-INF/MANIFEST.MF
@@ -11,6 +11,9 @@ Require-Bundle: com.avaloq.tools.ddk.xtext.export,
com.google.inject,
com.avaloq.tools.ddk.xtext.test.core,
org.junit,
- com.avaloq.tools.ddk.xtext
+ com.avaloq.tools.ddk.xtext,
+ junit-jupiter-api,
+ junit-jupiter-engine,
+ junit-vintage-engine
Export-Package: com.avaloq.tools.ddk.xtext.test.export
Automatic-Module-Name: com.avaloq.tools.ddk.xtext.export.test
diff --git a/com.avaloq.tools.ddk.xtext.format.test/FormatTestSuite.launch b/com.avaloq.tools.ddk.xtext.format.test/FormatTestSuite.launch
index bfcf09a164..cfd8b21ac9 100644
--- a/com.avaloq.tools.ddk.xtext.format.test/FormatTestSuite.launch
+++ b/com.avaloq.tools.ddk.xtext.format.test/FormatTestSuite.launch
@@ -1,41 +1,44 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/com.avaloq.tools.ddk.xtext.format.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.format.test/META-INF/MANIFEST.MF
index e42ef04c91..2b75995784 100644
--- a/com.avaloq.tools.ddk.xtext.format.test/META-INF/MANIFEST.MF
+++ b/com.avaloq.tools.ddk.xtext.format.test/META-INF/MANIFEST.MF
@@ -15,7 +15,10 @@ Require-Bundle: com.avaloq.tools.ddk.xtext.format,
org.eclipse.xtext.xbase.lib,
org.eclipse.xtext.xbase.testing,
org.objectweb.asm;resolution:=optional,
- org.eclipse.xtext.testing
+ org.eclipse.xtext.testing,
+ junit-jupiter-api,
+ junit-jupiter-engine,
+ junit-vintage-engine
Export-Package: com.avaloq.tools.ddk.xtext.test.format;x-internal=true,
com.avaloq.tools.ddk.xtext.format;x-internal=true
Automatic-Module-Name: com.avaloq.tools.ddk.xtext.format.test
diff --git a/com.avaloq.tools.ddk.xtext.generator.test/GeneratorTestSuite.launch b/com.avaloq.tools.ddk.xtext.generator.test/GeneratorTestSuite.launch
index f9d99a2b75..45b101b4a6 100644
--- a/com.avaloq.tools.ddk.xtext.generator.test/GeneratorTestSuite.launch
+++ b/com.avaloq.tools.ddk.xtext.generator.test/GeneratorTestSuite.launch
@@ -1,41 +1,44 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/com.avaloq.tools.ddk.xtext.generator.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.generator.test/META-INF/MANIFEST.MF
index 772aa65ef4..33c40c74d6 100644
--- a/com.avaloq.tools.ddk.xtext.generator.test/META-INF/MANIFEST.MF
+++ b/com.avaloq.tools.ddk.xtext.generator.test/META-INF/MANIFEST.MF
@@ -16,7 +16,10 @@ Require-Bundle: com.avaloq.tools.ddk.test.core,
org.junit,
org.mockito,
com.avaloq.tools.ddk.xtext.ui,
- org.eclipse.xtext.xtext.generator
+ org.eclipse.xtext.xtext.generator,
+ junit-jupiter-api,
+ junit-jupiter-engine,
+ junit-vintage-engine
Export-Package: com.avaloq.tools.ddk.xtext.generator.test.generator
Import-Package: org.eclipse.xtext.ui.resource
Automatic-Module-Name: com.avaloq.tools.ddk.xtext.generator.test
diff --git a/com.avaloq.tools.ddk.xtext.test/AllTests DDK.launch b/com.avaloq.tools.ddk.xtext.test/AllTests DDK.launch
index 8caf78ec12..cbfed574ae 100644
--- a/com.avaloq.tools.ddk.xtext.test/AllTests DDK.launch
+++ b/com.avaloq.tools.ddk.xtext.test/AllTests DDK.launch
@@ -1,43 +1,46 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/com.avaloq.tools.ddk.xtext.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.test/META-INF/MANIFEST.MF
index 7b181c4202..ce2a8f9292 100644
--- a/com.avaloq.tools.ddk.xtext.test/META-INF/MANIFEST.MF
+++ b/com.avaloq.tools.ddk.xtext.test/META-INF/MANIFEST.MF
@@ -6,13 +6,13 @@ Bundle-Version: 16.2.0.qualifier
Bundle-Vendor: Avaloq Group AG
Bundle-RequiredExecutionEnvironment: JavaSE-21
Bundle-ActivationPolicy: lazy
-Require-Bundle: com.avaloq.tools.ddk.xtext,
+Require-Bundle: com.avaloq.tools.ddk.xtext,
com.avaloq.tools.ddk.xtext.test.core,
org.eclipse.core.resources,
com.avaloq.tools.ddk.xtext.generator,
org.eclipse.emf.mwe2.launch;resolution:=optional,
org.eclipse.xtext,
- org.eclipse.xtext.xtext.generator,
+ org.eclipse.xtext.xtext.generator,
org.eclipse.xtext.util,
org.eclipse.xtext.ui,
com.avaloq.tools.ddk.xtext.ui,
@@ -26,7 +26,10 @@ Require-Bundle: com.avaloq.tools.ddk.xtext,
com.avaloq.tools.ddk.test.core,
org.eclipse.pde.core,
org.eclipse.xtext.xbase.lib,
- org.eclipse.emf.ecore
+ org.eclipse.emf.ecore,
+ junit-jupiter-api,
+ junit-jupiter-engine,
+ junit-vintage-engine
Import-Package: org.slf4j, org.apache.log4j,
com.avaloq.tools.ddk.check.runtime.test.core,
com.avaloq.tools.ddk.check.test.core,
diff --git a/com.avaloq.tools.ddk.xtext.ui.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.ui.test/META-INF/MANIFEST.MF
index b9aab250b4..80dfe17b2e 100644
--- a/com.avaloq.tools.ddk.xtext.ui.test/META-INF/MANIFEST.MF
+++ b/com.avaloq.tools.ddk.xtext.ui.test/META-INF/MANIFEST.MF
@@ -13,6 +13,9 @@ Require-Bundle: org.eclipse.xtext.ui,
com.avaloq.tools.ddk.xtext.ui,
com.avaloq.tools.ddk.test.core,
org.eclipse.ui.ide,
- com.avaloq.tools.ddk.xtext.test.core
+ com.avaloq.tools.ddk.xtext.test.core,
+ junit-jupiter-api,
+ junit-jupiter-engine,
+ junit-vintage-engine
Export-Package: com.avaloq.tools.ddk.xtext.ui.test
Automatic-Module-Name: com.avaloq.tools.ddk.xtext.ui.test
diff --git a/com.avaloq.tools.ddk.xtext.ui.test/XtextUiTestSuite.launch b/com.avaloq.tools.ddk.xtext.ui.test/XtextUiTestSuite.launch
index 0d284814a2..ace3716222 100644
--- a/com.avaloq.tools.ddk.xtext.ui.test/XtextUiTestSuite.launch
+++ b/com.avaloq.tools.ddk.xtext.ui.test/XtextUiTestSuite.launch
@@ -1,40 +1,43 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+