Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SWTBot tests on maven build #654

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from

changes

c6d079d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

SWTBot tests on maven build #654

changes
c6d079d
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Oct 25, 2024 in 0s

20 errors, 27 533 pass in 4m 10s

   130 files  ±0     130 suites  ±0   4m 10s ⏱️ ±0s
27 553 tests ±0  27 533 ✅ ±0  0 💤 ±0  0 ❌ ±0  20 🔥 ±0 
27 554 runs  ±0  27 534 ✅ ±0  0 💤 ±0  0 ❌ ±0  20 🔥 ±0 

Results for commit c6d079d. ± Comparison against earlier commit 6b64315.

Annotations

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.fbtype.DataTypeEditorTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.fbtype.DataTypeEditorTests) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.fbtype.DataTypeEditorTests.xml [took 11s]
Raw output
Could not find view matching: with title '"Welcome"'
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewByTitle(SWTWorkbenchBot.java:199)
	at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.beforeAll(Abstract4diacUITests.java:63)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
	Suppressed: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewById(SWTWorkbenchBot.java:211)
		at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.deleteProject(Abstract4diacUITests.java:202)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
		at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
		at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterAllMethod(TimeoutExtension.java:118)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$15(ClassBasedTestDescriptor.java:439)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$16(ClassBasedTestDescriptor.java:437)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeAfterAllMethods(ClassBasedTestDescriptor.java:437)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:231)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:84)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:161)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:161)
		... 66 more
	Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
		... 100 more
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
	... 97 more

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.networkediting.subapp_compsite.SubappSystemExplorerTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.networkediting.subapp_compsite.SubappSystemExplorerTests) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.networkediting.subapp_compsite.SubappSystemExplorerTests.xml [took 11s]
Raw output
Could not find view matching: with title '"Welcome"'
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewByTitle(SWTWorkbenchBot.java:199)
	at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.beforeAll(Abstract4diacUITests.java:63)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
	Suppressed: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewById(SWTWorkbenchBot.java:211)
		at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.deleteProject(Abstract4diacUITests.java:202)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
		at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
		at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterAllMethod(TimeoutExtension.java:118)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$15(ClassBasedTestDescriptor.java:439)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$16(ClassBasedTestDescriptor.java:437)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeAfterAllMethods(ClassBasedTestDescriptor.java:437)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:231)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:84)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:161)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:161)
		... 66 more
	Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
		... 100 more
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
	... 97 more

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.networkediting.contextmenu.SWTBotContextMenuUITests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.networkediting.contextmenu.SWTBotContextMenuUITests) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.networkediting.contextmenu.SWTBotContextMenuUITests.xml [took 11s]
Raw output
Could not find view matching: with title '"Welcome"'
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewByTitle(SWTWorkbenchBot.java:199)
	at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.beforeAll(Abstract4diacUITests.java:63)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
	Suppressed: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewById(SWTWorkbenchBot.java:211)
		at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.deleteProject(Abstract4diacUITests.java:202)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
		at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
		at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterAllMethod(TimeoutExtension.java:118)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$15(ClassBasedTestDescriptor.java:439)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$16(ClassBasedTestDescriptor.java:437)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeAfterAllMethods(ClassBasedTestDescriptor.java:437)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:231)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:84)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:161)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:161)
		... 66 more
	Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
		... 100 more
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
	... 97 more

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.fbtype.FunctionBlocksTabTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.fbtype.FunctionBlocksTabTests) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.fbtype.FunctionBlocksTabTests.xml [took 11s]
Raw output
Could not find view matching: with title '"Welcome"'
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewByTitle(SWTWorkbenchBot.java:199)
	at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.beforeAll(Abstract4diacUITests.java:63)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
	Suppressed: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewById(SWTWorkbenchBot.java:211)
		at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.deleteProject(Abstract4diacUITests.java:202)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
		at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
		at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterAllMethod(TimeoutExtension.java:118)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$15(ClassBasedTestDescriptor.java:439)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$16(ClassBasedTestDescriptor.java:437)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeAfterAllMethods(ClassBasedTestDescriptor.java:437)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:231)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:84)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:161)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:161)
		... 66 more
	Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
		... 100 more
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
	... 97 more

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.networkediting.basicfb.Basic2FBNetworkEditingTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.networkediting.basicfb.Basic2FBNetworkEditingTests) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.networkediting.basicfb.Basic2FBNetworkEditingTests.xml [took 11s]
Raw output
Could not find view matching: with title '"Welcome"'
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewByTitle(SWTWorkbenchBot.java:199)
	at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.beforeAll(Abstract4diacUITests.java:63)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
	Suppressed: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewById(SWTWorkbenchBot.java:211)
		at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.deleteProject(Abstract4diacUITests.java:202)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
		at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
		at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterAllMethod(TimeoutExtension.java:118)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$15(ClassBasedTestDescriptor.java:439)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$16(ClassBasedTestDescriptor.java:437)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeAfterAllMethods(ClassBasedTestDescriptor.java:437)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:231)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:84)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:161)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:161)
		... 66 more
	Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
		... 100 more
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
	... 97 more

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.fbtype.VarInternalsTabTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.fbtype.VarInternalsTabTests) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.fbtype.VarInternalsTabTests.xml [took 11s]
Raw output
Could not find view matching: with title '"Welcome"'
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewByTitle(SWTWorkbenchBot.java:199)
	at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.beforeAll(Abstract4diacUITests.java:63)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
	Suppressed: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewById(SWTWorkbenchBot.java:211)
		at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.deleteProject(Abstract4diacUITests.java:202)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
		at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
		at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterAllMethod(TimeoutExtension.java:118)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$15(ClassBasedTestDescriptor.java:439)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$16(ClassBasedTestDescriptor.java:437)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeAfterAllMethods(ClassBasedTestDescriptor.java:437)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:231)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:84)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:161)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:161)
		... 66 more
	Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
		... 100 more
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
	... 97 more

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.networkediting.basicfb.BasicMultipleFBNetworkEditingTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.networkediting.basicfb.BasicMultipleFBNetworkEditingTests) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.networkediting.basicfb.BasicMultipleFBNetworkEditingTests.xml [took 11s]
Raw output
Could not find view matching: with title '"Welcome"'
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewByTitle(SWTWorkbenchBot.java:199)
	at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.beforeAll(Abstract4diacUITests.java:63)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
	Suppressed: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewById(SWTWorkbenchBot.java:211)
		at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.deleteProject(Abstract4diacUITests.java:202)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
		at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
		at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterAllMethod(TimeoutExtension.java:118)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$15(ClassBasedTestDescriptor.java:439)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$16(ClassBasedTestDescriptor.java:437)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeAfterAllMethods(ClassBasedTestDescriptor.java:437)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:231)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:84)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:161)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:161)
		... 66 more
	Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
		... 100 more
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
	... 97 more

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.fbtype.ECCEditorTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.fbtype.ECCEditorTests) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.fbtype.ECCEditorTests.xml [took 11s]
Raw output
Could not find view matching: with title '"Welcome"'
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewByTitle(SWTWorkbenchBot.java:199)
	at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.beforeAll(Abstract4diacUITests.java:63)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
	Suppressed: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewById(SWTWorkbenchBot.java:211)
		at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.deleteProject(Abstract4diacUITests.java:202)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
		at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
		at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterAllMethod(TimeoutExtension.java:118)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$15(ClassBasedTestDescriptor.java:439)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$16(ClassBasedTestDescriptor.java:437)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeAfterAllMethods(ClassBasedTestDescriptor.java:437)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:231)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:84)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:161)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:161)
		... 66 more
	Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
		... 100 more
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
	... 97 more

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.networkediting.subapp_compsite.SubapplicationTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.networkediting.subapp_compsite.SubapplicationTests) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.networkediting.subapp_compsite.SubapplicationTests.xml [took 11s]
Raw output
Could not find view matching: with title '"Welcome"'
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewByTitle(SWTWorkbenchBot.java:199)
	at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.beforeAll(Abstract4diacUITests.java:63)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
	Suppressed: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewById(SWTWorkbenchBot.java:211)
		at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.deleteProject(Abstract4diacUITests.java:202)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
		at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
		at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterAllMethod(TimeoutExtension.java:118)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$15(ClassBasedTestDescriptor.java:439)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$16(ClassBasedTestDescriptor.java:437)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeAfterAllMethods(ClassBasedTestDescriptor.java:437)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:231)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:84)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:161)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:161)
		... 66 more
	Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
		... 100 more
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
	... 97 more

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.fbtype.VarInAndOutputsTabTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.fbtype.VarInAndOutputsTabTests) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.fbtype.VarInAndOutputsTabTests.xml [took 11s]
Raw output
Could not find view matching: with title '"Welcome"'
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewByTitle(SWTWorkbenchBot.java:199)
	at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.beforeAll(Abstract4diacUITests.java:63)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
	Suppressed: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewById(SWTWorkbenchBot.java:211)
		at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.deleteProject(Abstract4diacUITests.java:202)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
		at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
		at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterAllMethod(TimeoutExtension.java:118)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$15(ClassBasedTestDescriptor.java:439)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$16(ClassBasedTestDescriptor.java:437)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeAfterAllMethods(ClassBasedTestDescriptor.java:437)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:231)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:84)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:161)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:161)
		... 66 more
	Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
		... 100 more
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
	... 97 more

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.fbtype.BasicFBTOperationTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.fbtype.BasicFBTOperationTests) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.fbtype.BasicFBTOperationTests.xml [took 10s]
Raw output
Could not find view matching: with title '"Welcome"'
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewByTitle(SWTWorkbenchBot.java:199)
	at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.beforeAll(Abstract4diacUITests.java:63)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
	Suppressed: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewById(SWTWorkbenchBot.java:211)
		at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.deleteProject(Abstract4diacUITests.java:202)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
		at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
		at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterAllMethod(TimeoutExtension.java:118)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$15(ClassBasedTestDescriptor.java:439)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$16(ClassBasedTestDescriptor.java:437)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeAfterAllMethods(ClassBasedTestDescriptor.java:437)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:231)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:84)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:161)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:161)
		... 66 more
	Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
		... 100 more
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
	... 97 more

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.fbtype.ConstantsTabTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.fbtype.ConstantsTabTests) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.fbtype.ConstantsTabTests.xml [took 11s]
Raw output
Could not find view matching: with title '"Welcome"'
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewByTitle(SWTWorkbenchBot.java:199)
	at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.beforeAll(Abstract4diacUITests.java:63)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
	Suppressed: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewById(SWTWorkbenchBot.java:211)
		at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.deleteProject(Abstract4diacUITests.java:202)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
		at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
		at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterAllMethod(TimeoutExtension.java:118)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$15(ClassBasedTestDescriptor.java:439)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$16(ClassBasedTestDescriptor.java:437)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeAfterAllMethods(ClassBasedTestDescriptor.java:437)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:231)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:84)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:161)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:161)
		... 66 more
	Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
		... 100 more
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
	... 97 more

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.networkediting.subapp_compsite.CompositeInstanceViewerTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.networkediting.subapp_compsite.CompositeInstanceViewerTests) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.networkediting.subapp_compsite.CompositeInstanceViewerTests.xml [took 10s]
Raw output
Could not find view matching: with title '"Welcome"'
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewByTitle(SWTWorkbenchBot.java:199)
	at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.beforeAll(Abstract4diacUITests.java:63)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
	Suppressed: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewById(SWTWorkbenchBot.java:211)
		at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.deleteProject(Abstract4diacUITests.java:202)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
		at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
		at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterAllMethod(TimeoutExtension.java:118)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$15(ClassBasedTestDescriptor.java:439)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$16(ClassBasedTestDescriptor.java:437)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeAfterAllMethods(ClassBasedTestDescriptor.java:437)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:231)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:84)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:161)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:161)
		... 66 more
	Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
		... 100 more
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
	... 97 more

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.fbtype.NatTableWithoutEditorBehaviorTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.fbtype.NatTableWithoutEditorBehaviorTests) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.fbtype.NatTableWithoutEditorBehaviorTests.xml [took 0s]
Raw output
Class [org.eclipse.fordiac.ide.test.ui.fbtype.NatTableWithoutEditorBehaviorTests] must declare a single constructor
org.junit.platform.commons.PreconditionViolationException: Class [org.eclipse.fordiac.ide.test.ui.fbtype.NatTableWithoutEditorBehaviorTests] must declare a single constructor
	at org.junit.platform.commons.util.Preconditions.condition(Preconditions.java:314)
	at org.junit.platform.commons.util.ReflectionUtils.getDeclaredConstructor(ReflectionUtils.java:1138)
	at org.junit.jupiter.engine.descriptor.ExtensionUtils.registerExtensionsFromConstructorParameters(ExtensionUtils.java:138)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.prepare(ClassBasedTestDescriptor.java:162)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.prepare(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.fbtype.CreateFBTTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.fbtype.CreateFBTTests) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.fbtype.CreateFBTTests.xml [took 10s]
Raw output
Could not find view matching: with title '"Welcome"'
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewByTitle(SWTWorkbenchBot.java:199)
	at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.beforeAll(Abstract4diacUITests.java:63)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
	Suppressed: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewById(SWTWorkbenchBot.java:211)
		at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.deleteProject(Abstract4diacUITests.java:202)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
		at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
		at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterAllMethod(TimeoutExtension.java:118)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$15(ClassBasedTestDescriptor.java:439)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$16(ClassBasedTestDescriptor.java:437)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeAfterAllMethods(ClassBasedTestDescriptor.java:437)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:231)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:84)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:161)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:161)
		... 66 more
	Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
		... 100 more
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
	... 97 more

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.networkediting.errormarker.ErrorMarkerTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.networkediting.errormarker.ErrorMarkerTests) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.networkediting.errormarker.ErrorMarkerTests.xml [took 11s]
Raw output
Could not find view matching: with title '"Welcome"'
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewByTitle(SWTWorkbenchBot.java:199)
	at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.beforeAll(Abstract4diacUITests.java:63)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
	Suppressed: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewById(SWTWorkbenchBot.java:211)
		at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.deleteProject(Abstract4diacUITests.java:202)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
		at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
		at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterAllMethod(TimeoutExtension.java:118)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$15(ClassBasedTestDescriptor.java:439)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$16(ClassBasedTestDescriptor.java:437)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeAfterAllMethods(ClassBasedTestDescriptor.java:437)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:231)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:84)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:161)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:161)
		... 66 more
	Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
		... 100 more
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
	... 97 more

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.New4diacProjectTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.New4diacProjectTest) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.New4diacProjectTest.xml [took 5s]
Raw output
Could not find view matching: with title '"Welcome"'
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewByTitle(SWTWorkbenchBot.java:199)
	at org.eclipse.fordiac.ide.test.ui.New4diacProjectTest.beforeAll(New4diacProjectTest.java:51)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
	... 95 more
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.fbtype.EventInOutputsTabTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.fbtype.EventInOutputsTabTests) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.fbtype.EventInOutputsTabTests.xml [took 11s]
Raw output
Could not find view matching: with title '"Welcome"'
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewByTitle(SWTWorkbenchBot.java:199)
	at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.beforeAll(Abstract4diacUITests.java:63)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
	Suppressed: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewById(SWTWorkbenchBot.java:211)
		at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.deleteProject(Abstract4diacUITests.java:202)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
		at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
		at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterAllMethod(TimeoutExtension.java:118)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$15(ClassBasedTestDescriptor.java:439)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$16(ClassBasedTestDescriptor.java:437)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeAfterAllMethods(ClassBasedTestDescriptor.java:437)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:231)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:84)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:161)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:161)
		... 66 more
	Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
		... 100 more
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
	... 97 more

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.fbtype.AttributesTabTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.fbtype.AttributesTabTests) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.fbtype.AttributesTabTests.xml [took 11s]
Raw output
Could not find view matching: with title '"Welcome"'
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewByTitle(SWTWorkbenchBot.java:199)
	at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.beforeAll(Abstract4diacUITests.java:63)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
	Suppressed: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewById(SWTWorkbenchBot.java:211)
		at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.deleteProject(Abstract4diacUITests.java:202)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
		at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
		at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterAllMethod(TimeoutExtension.java:118)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$15(ClassBasedTestDescriptor.java:439)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$16(ClassBasedTestDescriptor.java:437)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeAfterAllMethods(ClassBasedTestDescriptor.java:437)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:231)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:84)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:161)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:161)
		... 66 more
	Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
		... 100 more
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
	... 97 more

Check failure on line 0 in org.eclipse.fordiac.ide.test.ui.networkediting.basicfb.Basic1FBNetworkEditingTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Unknown test (org.eclipse.fordiac.ide.test.ui.networkediting.basicfb.Basic1FBNetworkEditingTests) with error

artifacts/test-results-ubuntu-latest-java21/tests/org.eclipse.fordiac.ide.test.ui/target/surefire-reports/TEST-org.eclipse.fordiac.ide.test.ui.networkediting.basicfb.Basic1FBNetworkEditingTests.xml [took 11s]
Raw output
Could not find view matching: with title '"Welcome"'
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewByTitle(SWTWorkbenchBot.java:199)
	at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.beforeAll(Abstract4diacUITests.java:63)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
	Suppressed: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntilWidgetAppears(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntilWidgetAppears(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.view(SWTWorkbenchBot.java:173)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.viewById(SWTWorkbenchBot.java:211)
		at org.eclipse.fordiac.ide.test.ui.Abstract4diacUITests.deleteProject(Abstract4diacUITests.java:202)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
		at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
		at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterAllMethod(TimeoutExtension.java:118)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$15(ClassBasedTestDescriptor.java:439)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeAfterAllMethods$16(ClassBasedTestDescriptor.java:437)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeAfterAllMethods(ClassBasedTestDescriptor.java:437)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:231)
		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.after(ClassBasedTestDescriptor.java:84)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:161)
		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
		at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:161)
		... 66 more
	Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with id '"org.eclipse.fordiac.ide.systemmanagement.ui.systemexplorer"'
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
		at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
		at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
		at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
		at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
		at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
		... 100 more
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find view matching: with title '"Welcome"'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.fordiac.ide.test.ui.swtbot.SWT4diacGefBot.waitUntil(SWT4diacGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467)
	... 97 more

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

27553 tests found (test 1 to 289)

There are 27553 tests, see "Raw output" for the list of tests 1 to 289.
Raw output
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start with two FBs in FBNetwork : Execute until Command 1: Create SubApp
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start with two FBs in FBNetwork : Execute until Command 1: Create SubApp, run Undo
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start with two FBs in FBNetwork : Execute until Command 1: Create SubApp, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start with two FBs in FBNetwork : Execute until Command 2: Flatten SubApp
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start with two FBs in FBNetwork : Execute until Command 2: Flatten SubApp, run Undo
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start with two FBs in FBNetwork : Execute until Command 2: Flatten SubApp, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start with two FBs in FBNetwork : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 17: Start with two FBs in FBNetwork : Verify initial State
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 18: Start with two FBs in FBNetwork : Execute until Command 1: Create Data Connections
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 19: Start with two FBs in FBNetwork : Execute until Command 1: Create Data Connections, run Undo
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start with an empty FBNetwork : Verify initial State
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 20: Start with two FBs in FBNetwork : Execute until Command 1: Create Data Connections, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 21: Start with two FBs in FBNetwork : Execute until Command 2: Create Event Connections
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 22: Start with two FBs in FBNetwork : Execute until Command 2: Create Event Connections, run Undo
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 23: Start with two FBs in FBNetwork : Execute until Command 2: Create Event Connections, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 24: Start with two FBs in FBNetwork : Execute until Command 3: Create SubApp
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 25: Start with two FBs in FBNetwork : Execute until Command 3: Create SubApp, run Undo
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 26: Start with two FBs in FBNetwork : Execute until Command 3: Create SubApp, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 27: Start with two FBs in FBNetwork : Execute until Command 4: Flatten SubApp
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 28: Start with two FBs in FBNetwork : Execute until Command 4: Flatten SubApp, run Undo
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 29: Start with two FBs in FBNetwork : Execute until Command 4: Flatten SubApp, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start with an empty FBNetwork : Execute until Command 1: Create empty SubApp
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 30: Start with two FBs in FBNetwork : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start with an empty FBNetwork : Execute until Command 1: Create empty SubApp, run Undo
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start with an empty FBNetwork : Execute until Command 1: Create empty SubApp, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start with an empty FBNetwork : Execute until Command 2: Flatten empty SubApp
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start with an empty FBNetwork : Execute until Command 2: Flatten empty SubApp, run Undo
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start with an empty FBNetwork : Execute until Command 2: Flatten empty SubApp, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start with an empty FBNetwork : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start with two FBs in FBNetwork : Verify initial State
org.eclipse.fordiac.ide.application.commands.MoveElementsFromSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start with two FBs in SubAppNetwork : Execute until Command 2: Create Event Connections, run Undo
org.eclipse.fordiac.ide.application.commands.MoveElementsFromSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start with two FBs in SubAppNetwork : Execute until Command 2: Create Event Connections, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.MoveElementsFromSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start with two FBs in SubAppNetwork : Execute until Command 3: move Functionblock from SubApp
org.eclipse.fordiac.ide.application.commands.MoveElementsFromSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start with two FBs in SubAppNetwork : Execute until Command 3: move Functionblock from SubApp, run Undo
org.eclipse.fordiac.ide.application.commands.MoveElementsFromSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start with two FBs in SubAppNetwork : Execute until Command 3: move Functionblock from SubApp, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.MoveElementsFromSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start with two FBs in SubAppNetwork : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.application.commands.MoveElementsFromSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start with two FBs in SubAppNetwork : Verify initial State
org.eclipse.fordiac.ide.application.commands.MoveElementsFromSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start with two FBs in SubAppNetwork : Execute until Command 1: move Functionblock from SubApp
org.eclipse.fordiac.ide.application.commands.MoveElementsFromSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start with two FBs in SubAppNetwork : Execute until Command 1: move Functionblock from SubApp, run Undo
org.eclipse.fordiac.ide.application.commands.MoveElementsFromSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start with two FBs in SubAppNetwork : Execute until Command 1: move Functionblock from SubApp, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.MoveElementsFromSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start with two FBs in SubAppNetwork : Verify initial State
org.eclipse.fordiac.ide.application.commands.MoveElementsFromSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start with two FBs in SubAppNetwork : Execute until Command 1: Create Data Connections
org.eclipse.fordiac.ide.application.commands.MoveElementsFromSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start with two FBs in SubAppNetwork : Execute until Command 1: Create Data Connections, run Undo
org.eclipse.fordiac.ide.application.commands.MoveElementsFromSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start with two FBs in SubAppNetwork : Execute until Command 1: Create Data Connections, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.MoveElementsFromSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start with two FBs in SubAppNetwork : Execute until Command 2: Create Event Connections
org.eclipse.fordiac.ide.application.commands.NewSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start with two FBs in FBNetwork : Execute until Command 1: Create Data Connections
org.eclipse.fordiac.ide.application.commands.NewSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start with two FBs in FBNetwork : Execute until Command 1: Create Data Connections, run Undo
org.eclipse.fordiac.ide.application.commands.NewSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start with two FBs in FBNetwork : Execute until Command 1: Create Data Connections, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.NewSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start with two FBs in FBNetwork : Execute until Command 2: Create Event Connections
org.eclipse.fordiac.ide.application.commands.NewSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start with two FBs in FBNetwork : Execute until Command 2: Create Event Connections, run Undo
org.eclipse.fordiac.ide.application.commands.NewSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start with two FBs in FBNetwork : Execute until Command 2: Create Event Connections, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.NewSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start with two FBs in FBNetwork : Execute until Command 3: Create SubApp
org.eclipse.fordiac.ide.application.commands.NewSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 17: Start with two FBs in FBNetwork : Execute until Command 3: Create SubApp, run Undo
org.eclipse.fordiac.ide.application.commands.NewSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 18: Start with two FBs in FBNetwork : Execute until Command 3: Create SubApp, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.NewSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 19: Start with two FBs in FBNetwork : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.application.commands.NewSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start with an empty FBNetwork : Verify initial State
org.eclipse.fordiac.ide.application.commands.NewSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start with an empty FBNetwork : Execute until Command 1: Create empty SubApp
org.eclipse.fordiac.ide.application.commands.NewSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start with an empty FBNetwork : Execute until Command 1: Create empty SubApp, run Undo
org.eclipse.fordiac.ide.application.commands.NewSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start with an empty FBNetwork : Execute until Command 1: Create empty SubApp, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.NewSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start with two FBs in FBNetwork : Verify initial State
org.eclipse.fordiac.ide.application.commands.NewSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start with two FBs in FBNetwork : Execute until Command 1: Create SubApp
org.eclipse.fordiac.ide.application.commands.NewSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start with two FBs in FBNetwork : Execute until Command 1: Create SubApp, run Undo
org.eclipse.fordiac.ide.application.commands.NewSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start with two FBs in FBNetwork : Execute until Command 1: Create SubApp, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.NewSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start with two FBs in FBNetwork : Verify initial State
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start with two FBs in FBNetwork : Execute until Command 3: copy Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start with two FBs in FBNetwork : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start with two FBs in FBNetwork : Verify initial State
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start with two FBs in FBNetwork : Execute until Command 1: Create Data Connections
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start with two FBs in FBNetwork : Execute until Command 1: Create Data Connections, run Undo
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start with two FBs in FBNetwork : Execute until Command 1: Create Data Connections, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start with two FBs in FBNetwork : Execute until Command 2: Create Event Connections
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 17: Start with two FBs in FBNetwork : Execute until Command 2: Create Event Connections, run Undo
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 18: Start with two FBs in FBNetwork : Execute until Command 2: Create Event Connections, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 19: Start with two FBs in FBNetwork : Execute until Command 3: copy Functionblock with connections
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start with two FBs in FBNetwork : Verify initial State
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 20: Start with two FBs in FBNetwork : Execute until Command 3: copy Functionblock with connections, run Undo
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 21: Start with two FBs in FBNetwork : Execute until Command 3: copy Functionblock with connections, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 22: Start with two FBs in FBNetwork : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start with two FBs in FBNetwork : Execute until Command 1: Create Data Connections
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start with two FBs in FBNetwork : Execute until Command 1: Create Data Connections, run Undo
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start with two FBs in FBNetwork : Execute until Command 1: Create Data Connections, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start with two FBs in FBNetwork : Execute until Command 2: Create Event Connections
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start with two FBs in FBNetwork : Execute until Command 2: Create Event Connections, run Undo
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start with two FBs in FBNetwork : Execute until Command 2: Create Event Connections, run Undo, run Redo
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start with two FBs in FBNetwork : Execute until Command 3: copy Functionblock
org.eclipse.fordiac.ide.application.commands.PasteCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start with two FBs in FBNetwork : Execute until Command 3: copy Functionblock, run Undo
org.eclipse.fordiac.ide.globalconstantseditor.tests.GlobalConstantsParsingTest ‑ loadModel
org.eclipse.fordiac.ide.globalconstantseditor.tests.GlobalConstantsPartitionerTest ‑ testCombine
org.eclipse.fordiac.ide.globalconstantseditor.tests.GlobalConstantsPartitionerTest ‑ testCombineNoSource
org.eclipse.fordiac.ide.globalconstantseditor.tests.GlobalConstantsPartitionerTest ‑ testCombineNull
org.eclipse.fordiac.ide.globalconstantseditor.tests.GlobalConstantsPartitionerTest ‑ testPartition
org.eclipse.fordiac.ide.globalconstantseditor.ui.tests.DummyTest ‑ dummyTestToSatisfySurefire
org.eclipse.fordiac.ide.model.AnnotationsIsInterfaceConnectionTest ‑ busOnInside
org.eclipse.fordiac.ide.model.AnnotationsIsInterfaceConnectionTest ‑ busOnOutside
org.eclipse.fordiac.ide.model.HiddenConnectionTest ‑ testLoader
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyIdentifierNullArgument
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidIdentifier(String)[10] ANY
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidIdentifier(String)[1] 
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidIdentifier(String)[2] TEST$
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidIdentifier(String)[3] TestÄ
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidIdentifier(String)[4] 4test
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidIdentifier(String)[5] __test
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidIdentifier(String)[6] test__name
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidIdentifier(String)[7] test_
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidIdentifier(String)[8] test name
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidIdentifier(String)[9] test\nname
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[10] pkg::TEST$
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[11] pkg::TestÄ
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[12] pkg::4test
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[13] pkg::__test
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[14] pkg::test__name
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[15] pkg::test_
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[16] pkg::test name
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[17] pkg::test\nname
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[18] pkg::ANY
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[19] TEST$::pkg
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[1] TEST$
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[20] TestÄ::pkg
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[21] 4test::pkg
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[22] __test::pkg
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[23] test__name::pkg
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[24] test_::pkg
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[25] test name::pkg
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[26] test\nname::pkg
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[27] ANY::pkg
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[28] pkg::test::TEST$
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[29] pkg:test
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[2] TestÄ
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[30] pkg:::test
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[31] pkg::::test
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[32] pkg::
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[3] 4test
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[4] __test
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[5] test__name
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[6] test_
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[7] test name
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[8] test\nname
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyInvalidPackageName(String)[9] ANY
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyPackageNameNullArgument
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidIdentifier(String)[1] X
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidIdentifier(String)[2] TEST
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidIdentifier(String)[3] Test
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidIdentifier(String)[4] test
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidIdentifier(String)[5] test42
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidIdentifier(String)[6] _test
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidIdentifier(String)[7] test_name
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[10] pkg::Test
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[11] pkg::test
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[12] pkg::test42
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[13] pkg::_test
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[14] pkg::test_name
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[15] TEST::pkg
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[16] Test::pkg
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[17] test::pkg
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[18] test42::pkg
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[19] _test::pkg
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[1] 
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[20] test_name::pkg
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[21] pkg::test::test1
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[2] X
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[3] TEST
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[4] Test
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[5] test
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[6] test42
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[7] _test
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[8] test_name
org.eclipse.fordiac.ide.model.IdentifierVerifierTest ‑ testVerifyValidPackageName(String)[9] pkg::TEST
org.eclipse.fordiac.ide.model.NameRepositoryTest ‑ createUniqueName(String, String) 1: a2147483646->a2147483647
org.eclipse.fordiac.ide.model.NameRepositoryTest ‑ createUniqueName(String, String) 2: a2147483647->a2147483647_1
org.eclipse.fordiac.ide.model.NameRepositoryTest ‑ createUniqueName(String, String) 3: a2147483648->a2147483648_1
org.eclipse.fordiac.ide.model.NameRepositoryTest ‑ createUniqueName(String, String) 4: a0147483648->a0147483649
org.eclipse.fordiac.ide.model.NameRepositoryTest ‑ createUniqueName(String, String) 5: a00147483648->a00147483648_1
org.eclipse.fordiac.ide.model.NameRepositoryTest ‑ createUniqueName(String, String) 6: a->a_1
org.eclipse.fordiac.ide.model.NameRepositoryTest ‑ createUniqueName(String, String) 7: a1->a2
org.eclipse.fordiac.ide.model.NameRepositoryTest ‑ createUniqueName(String, String) 8: a00001->a00002
org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Change Application domain to null, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Change Application domain
org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Change Application domain, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Change Application domain, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Change Application domain to null
org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Change Application domain to null, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Change Array Size to 0, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute until Command 4: Change Array Size to -1
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start from default values : Execute until Command 4: Change Array Size to -1, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start from default values : Execute until Command 4: Change Array Size to -1, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start from default values : Execute until Command 5: Change Array Size to abc
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start from default values : Execute until Command 5: Change Array Size to abc, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start from default values : Execute until Command 5: Change Array Size to abc, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 17: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 18: Start from set values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 19: Start from set values : Execute until Command 1: Change Array Size to empty String
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 20: Start from set values : Execute until Command 1: Change Array Size to empty String, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 21: Start from set values : Execute until Command 1: Change Array Size to empty String, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 22: Start from set values : Execute until Command 2: Change Array Size to 2
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 23: Start from set values : Execute until Command 2: Change Array Size to 2, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 24: Start from set values : Execute until Command 2: Change Array Size to 2, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 25: Start from set values : Execute until Command 3: Change Array Size to 0
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 26: Start from set values : Execute until Command 3: Change Array Size to 0, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 27: Start from set values : Execute until Command 3: Change Array Size to 0, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 28: Start from set values : Execute until Command 4: Change Array Size to -1
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 29: Start from set values : Execute until Command 4: Change Array Size to -1, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Change Array Size to empty String
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 30: Start from set values : Execute until Command 4: Change Array Size to -1, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 31: Start from set values : Execute until Command 5: Change Array Size to abc
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 32: Start from set values : Execute until Command 5: Change Array Size to abc, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 33: Start from set values : Execute until Command 5: Change Array Size to abc, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 34: Start from set values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Change Array Size to empty String, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Change Array Size to empty String, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Change Array Size to 2
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Change Array Size to 2, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Change Array Size to 2, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Change Array Size to 0
org.eclipse.fordiac.ide.model.commands.change.ChangeArraySizeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Change Array Size to 0, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from set values : Execute until Command 1: Change Author
org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from set values : Execute until Command 1: Change Author, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start from set values : Execute until Command 1: Change Author, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start from set values : Execute until Command 2: Change Author to null
org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start from set values : Execute until Command 2: Change Author to null, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start from set values : Execute until Command 2: Change Author to null, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start from set values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Change Author
org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Change Author, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Change Author, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Change Author to null
org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Change Author to null, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Change Author to null, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from set values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Change Classification to null, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Change Classification
org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Change Classification, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Change Classification, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Change Classification to null
org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Change Classification to null, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Change comment, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Change comment
org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Change comment, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Change comment, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Change comment
org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Change comment, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Add second Compiler Info to Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute until Command 4: Delete first Compiler Info from Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start from default values : Execute until Command 4: Delete first Compiler Info from Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start from default values : Execute until Command 4: Delete first Compiler Info from Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start from default values : Execute until Command 5: Change Compiler Language on Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start from default values : Execute until Command 5: Change Compiler Language on Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start from default values : Execute until Command 5: Change Compiler Language on Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 17: Start from default values : Execute until Command 6: Change Compiler Vendor on Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 18: Start from default values : Execute until Command 6: Change Compiler Vendor on Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 19: Start from default values : Execute until Command 6: Change Compiler Vendor on Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 20: Start from default values : Execute until Command 7: Change Compiler Product on Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 21: Start from default values : Execute until Command 7: Change Compiler Product on Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 22: Start from default values : Execute until Command 7: Change Compiler Product on Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 23: Start from default values : Execute until Command 8: Change Compiler Version on Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 24: Start from default values : Execute until Command 8: Change Compiler Version on Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 25: Start from default values : Execute until Command 8: Change Compiler Version on Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 26: Start from default values : Execute until Command 9: Add another Compiler Info to Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 27: Start from default values : Execute until Command 9: Add another Compiler Info to Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 28: Start from default values : Execute until Command 9: Add another Compiler Info to Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 29: Start from default values : Execute until Command 10: Delete first Compiler Info from Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 30: Start from default values : Execute until Command 10: Delete first Compiler Info from Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 31: Start from default values : Execute until Command 10: Delete first Compiler Info from Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 32: Start from default values : Execute until Command 11: Change Compiler Vendor to NULL on Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 33: Start from default values : Execute until Command 11: Change Compiler Vendor to NULL on Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 34: Start from default values : Execute until Command 11: Change Compiler Vendor to NULL on Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 35: Start from default values : Execute until Command 12: Change Compiler Product to NULL on Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 36: Start from default values : Execute until Command 12: Change Compiler Product to NULL on Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 37: Start from default values : Execute until Command 12: Change Compiler Product to NULL on Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 38: Start from default values : Execute until Command 13: Change Compiler Version to NULL on Functionblock

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

27553 tests found (test 290 to 526)

There are 27553 tests, see "Raw output" for the list of tests 290 to 526.
Raw output
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 39: Start from default values : Execute until Command 13: Change Compiler Version to NULL on Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 40: Start from default values : Execute until Command 13: Change Compiler Version to NULL on Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 41: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Add Compiler Info to Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Add Compiler Info to Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Add Compiler Info to Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Add second Compiler Info to Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Add second Compiler Info to Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from set values : Execute until Command 1: Change Date
org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from set values : Execute until Command 1: Change Date, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start from set values : Execute until Command 1: Change Date, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start from set values : Execute until Command 2: Change Date to null
org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start from set values : Execute until Command 2: Change Date to null, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start from set values : Execute until Command 2: Change Date to null, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start from set values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Change Date
org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Change Date, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Change Date, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Change Date to null
org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Change Date to null, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Change Date to null, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from set values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Change Description, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Change Description
org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Change Description, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Change Description, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Change Description
org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Change Description, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeFBNetworkElementNameTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeFBNetworkElementNameTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeFBNetworkElementNameTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeFBNetworkElementNameTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeFBNetworkElementNameTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Rename Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeFBNetworkElementNameTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Rename Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeFBNetworkElementNameTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Rename Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeFBNetworkElementNameTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Change Function, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Change Function
org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Change Function, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Change Function, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Change Function
org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Change Function, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Change Identification Type to null, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Change Identification Type
org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Change Identification Type, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Change Identification Type, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Change Identification Type to null
org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Change Identification Type to null, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeNameCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeNameCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Try setting to invalid name
org.eclipse.fordiac.ide.model.commands.change.ChangeNameCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Try setting to invalid name, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeNameCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Try setting to invalid name, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeNameCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Try setting to valid name
org.eclipse.fordiac.ide.model.commands.change.ChangeNameCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Try setting to valid name, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeNameCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Try setting to valid name, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeNameCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from set values : Execute until Command 1: Change Organization
org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from set values : Execute until Command 1: Change Organization, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start from set values : Execute until Command 1: Change Organization, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start from set values : Execute until Command 2: Change Organization to null
org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start from set values : Execute until Command 2: Change Organization to null, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start from set values : Execute until Command 2: Change Organization to null, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start from set values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Change Organization
org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Change Organization, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Change Organization, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Change Organization to null
org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Change Organization to null, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Change Organization to null, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from set values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from set values : Execute until Command 1: Change Remarks
org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from set values : Execute until Command 1: Change Remarks, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start from set values : Execute until Command 1: Change Remarks, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start from set values : Execute until Command 2: Change Remarks to null
org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start from set values : Execute until Command 2: Change Remarks to null, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start from set values : Execute until Command 2: Change Remarks to null, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start from set values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Change Remarks
org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Change Remarks, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Change Remarks, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Change Remarks to null
org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Change Remarks to null, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Change Remarks to null, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from set values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Change Standard to null, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add Functionblock
org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Change Standard
org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Change Standard, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Change Standard, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Change Standard to null
org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Change Standard to null, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Update FBType to Network elements, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Prepare Functionblocks
org.eclipse.fordiac.ide.model.commands.change.ChangeTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Prepare Functionblocks, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Prepare Functionblocks, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Change Datatype of DataInput of FBType
org.eclipse.fordiac.ide.model.commands.change.ChangeTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Change Datatype of DataInput of FBType, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Change Datatype of DataInput of FBType, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Update FBType to Network elements
org.eclipse.fordiac.ide.model.commands.change.ChangeTypeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Update FBType to Network elements, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from set values : Execute until Command 1: Change Value
org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from set values : Execute until Command 1: Change Value, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start from set values : Execute until Command 1: Change Value, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start from set values : Execute until Command 2: Change Value to null
org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start from set values : Execute until Command 2: Change Value to null, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start from set values : Execute until Command 2: Change Value to null, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start from set values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Change Value
org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Change Value, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Change Value, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Change Value to null
org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Change Value to null, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Change Value to null, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from set values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from set values : Execute until Command 1: Change Version
org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from set values : Execute until Command 1: Change Version, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start from set values : Execute until Command 1: Change Version, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start from set values : Execute until Command 2: Change Version to null
org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start from set values : Execute until Command 2: Change Version to null, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start from set values : Execute until Command 2: Change Version to null, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start from set values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Change Version
org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Change Version, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Change Version, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Change Version to null
org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Change Version to null, run Undo
org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Change Version to null, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from set values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.CreateStructFromInterfaceElementsCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: FB with two inputs and outputs : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.CreateStructFromInterfaceElementsCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: FB with two inputs and outputs : Execute until Command 1: Prepare Functionblocks
org.eclipse.fordiac.ide.model.commands.change.CreateStructFromInterfaceElementsCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: FB with two inputs and outputs : Execute until Command 1: Prepare Functionblocks, run Undo
org.eclipse.fordiac.ide.model.commands.change.CreateStructFromInterfaceElementsCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: FB with two inputs and outputs : Execute until Command 1: Prepare Functionblocks, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.CreateStructFromInterfaceElementsCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: FB with two inputs and outputs : Execute until Command 2: Replace first element
org.eclipse.fordiac.ide.model.commands.change.CreateStructFromInterfaceElementsCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: FB with two inputs and outputs : Execute until Command 2: Replace first element, run Undo
org.eclipse.fordiac.ide.model.commands.change.CreateStructFromInterfaceElementsCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: FB with two inputs and outputs : Execute until Command 2: Replace first element, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.CreateStructFromInterfaceElementsCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: FB with two inputs and outputs : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.SetPositionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Move Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.SetPositionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute until Command 4: Move Functionblock
org.eclipse.fordiac.ide.model.commands.change.SetPositionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start from default values : Execute until Command 4: Move Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.SetPositionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start from default values : Execute until Command 4: Move Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.SetPositionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.SetPositionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.SetPositionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add Functionblock
org.eclipse.fordiac.ide.model.commands.change.SetPositionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.SetPositionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.SetPositionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Move Functionblock
org.eclipse.fordiac.ide.model.commands.change.SetPositionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Move Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.SetPositionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Move Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.SetPositionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Move Functionblock
org.eclipse.fordiac.ide.model.commands.change.SetPositionCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Move Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.change.ToggleSubappRepresentationTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Toggling Attribute : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.ToggleSubappRepresentationTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Toggling Attribute : Execute until Command 1: Unfold
org.eclipse.fordiac.ide.model.commands.change.ToggleSubappRepresentationTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Toggling Attribute : Execute until Command 1: Unfold, run Undo
org.eclipse.fordiac.ide.model.commands.change.ToggleSubappRepresentationTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Toggling Attribute : Execute until Command 1: Unfold, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ToggleSubappRepresentationTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Toggling Attribute : Execute until Command 2: Fold
org.eclipse.fordiac.ide.model.commands.change.ToggleSubappRepresentationTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Toggling Attribute : Execute until Command 2: Fold, run Undo
org.eclipse.fordiac.ide.model.commands.change.ToggleSubappRepresentationTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Toggling Attribute : Execute until Command 2: Fold, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.ToggleSubappRepresentationTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Toggling Attribute : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.change.UntypeSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start with typed subapp and an empty subapp network : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.UntypeSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start with typed subapp and an empty subapp network : Execute until Command 1: untype subapp
org.eclipse.fordiac.ide.model.commands.change.UntypeSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start with typed subapp and an empty subapp network : Execute until Command 1: untype subapp, run Undo
org.eclipse.fordiac.ide.model.commands.change.UntypeSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start with typed subapp and an empty subapp network : Execute until Command 1: untype subapp, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.change.UntypeSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start with typed subapp and two FBs in subapp network : Verify initial State
org.eclipse.fordiac.ide.model.commands.change.UntypeSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start with typed subapp and two FBs in subapp network : Execute until Command 1: untype subapp
org.eclipse.fordiac.ide.model.commands.change.UntypeSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start with typed subapp and two FBs in subapp network : Execute until Command 1: untype subapp, run Undo
org.eclipse.fordiac.ide.model.commands.change.UntypeSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start with typed subapp and two FBs in subapp network : Execute until Command 1: untype subapp, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Starting from default values : Execute until Command 3: Delete first variable, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Starting from default values : Execute until Command 4: Delete second variable
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Starting from default values : Execute until Command 4: Delete second variable, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Starting from default values : Execute until Command 4: Delete second variable, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Starting from default values : Execute until Command 5: Add first variable
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Starting from default values : Execute until Command 5: Add first variable, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Starting from default values : Execute until Command 5: Add first variable, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 17: Starting from default values : Execute until Command 6: Add second variable
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 18: Starting from default values : Execute until Command 6: Add second variable, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 19: Starting from default values : Execute until Command 6: Add second variable, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Starting from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 20: Starting from default values : Execute until Command 7: Add first inner struct's variable 2
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 21: Starting from default values : Execute until Command 7: Add first inner struct's variable 2, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 22: Starting from default values : Execute until Command 7: Add first inner struct's variable 2, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 23: Starting from default values : Execute until Command 8: Add second inner struct's variable 6
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 24: Starting from default values : Execute until Command 8: Add second inner struct's variable 6, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 25: Starting from default values : Execute until Command 8: Add second inner struct's variable 6, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 26: Starting from default values : Execute until Command 9: Delete inner struct's variable 2
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 27: Starting from default values : Execute until Command 9: Delete inner struct's variable 2, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 28: Starting from default values : Execute until Command 9: Delete inner struct's variable 2, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 29: Starting from default values : Execute until Command 10: Delete inner struct's variable 6
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Starting from default values : Execute until Command 1: Add inner struct's variable
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 30: Starting from default values : Execute until Command 10: Delete inner struct's variable 6, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 31: Starting from default values : Execute until Command 10: Delete inner struct's variable 6, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 32: Starting from default values : Execute until Command 11: Delete all: 1
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 33: Starting from default values : Execute until Command 11: Delete all: 1, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 34: Starting from default values : Execute until Command 11: Delete all: 1, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 35: Starting from default values : Execute until Command 12: Delete all: 2
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 36: Starting from default values : Execute until Command 12: Delete all: 2, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 37: Starting from default values : Execute until Command 12: Delete all: 2, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 38: Starting from default values : Execute until Command 13: Delete all: 3
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 39: Starting from default values : Execute until Command 13: Delete all: 3, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Starting from default values : Execute until Command 1: Add inner struct's variable, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 40: Starting from default values : Execute until Command 13: Delete all: 3, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 41: Starting from default values : Execute until Command 14: Delete all: 4
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 42: Starting from default values : Execute until Command 14: Delete all: 4, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 43: Starting from default values : Execute until Command 14: Delete all: 4, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 44: Starting from default values : Execute until Command 15: Delete all: 5

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

27553 tests found (test 527 to 747)

There are 27553 tests, see "Raw output" for the list of tests 527 to 747.
Raw output
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 45: Starting from default values : Execute until Command 15: Delete all: 5, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 46: Starting from default values : Execute until Command 15: Delete all: 5, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 47: Starting from default values : Execute until Command 16: Delete all: 6
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 48: Starting from default values : Execute until Command 16: Delete all: 6, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 49: Starting from default values : Execute until Command 16: Delete all: 6, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Starting from default values : Execute until Command 1: Add inner struct's variable, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 50: Starting from default values : Execute until Command 17: Delete all: innerstruct1
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 51: Starting from default values : Execute until Command 17: Delete all: innerstruct1, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 52: Starting from default values : Execute until Command 17: Delete all: innerstruct1, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 53: Starting from default values : Execute until Command 18: Delete all: innerstruct2
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 54: Starting from default values : Execute until Command 18: Delete all: innerstruct2, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 55: Starting from default values : Execute until Command 18: Delete all: innerstruct2, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 56: Starting from default values : Execute until Command 19: Add variable from empty
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 57: Starting from default values : Execute until Command 19: Add variable from empty, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 58: Starting from default values : Execute until Command 19: Add variable from empty, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 59: Starting from default values : Execute until Command 20: Delete all: 1
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Starting from default values : Execute until Command 2: Delete inner struct's variable 1
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 60: Starting from default values : Execute until Command 20: Delete all: 1, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 61: Starting from default values : Execute until Command 20: Delete all: 1, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 62: Starting from default values : Execute until Command 21: Add struct-type variable from empty
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 63: Starting from default values : Execute until Command 21: Add struct-type variable from empty, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 64: Starting from default values : Execute until Command 21: Add struct-type variable from empty, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 65: Starting from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Starting from default values : Execute until Command 2: Delete inner struct's variable 1, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Starting from default values : Execute until Command 2: Delete inner struct's variable 1, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Starting from default values : Execute until Command 3: Delete first variable
org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Starting from default values : Execute until Command 3: Delete first variable, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Add second VersionInfo, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add Functionblock
org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Add VersionInfo
org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Add VersionInfo, run Undo
org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Add VersionInfo, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Add second VersionInfo
org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Add second VersionInfo, run Undo
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Change Attribute, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute until Command 4: Delete Attribute
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start from default values : Execute until Command 4: Delete Attribute, run Undo
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start from default values : Execute until Command 4: Delete Attribute, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start from default values : Execute until Command 5: Recreate Attribute
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start from default values : Execute until Command 5: Recreate Attribute, run Undo
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start from default values : Execute until Command 5: Recreate Attribute, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 17: Start from default values : Execute until Command 6: Create second Attribute
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 18: Start from default values : Execute until Command 6: Create second Attribute, run Undo
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 19: Start from default values : Execute until Command 6: Create second Attribute, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 20: Start from default values : Execute until Command 7: Change first Attribute
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 21: Start from default values : Execute until Command 7: Change first Attribute, run Undo
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 22: Start from default values : Execute until Command 7: Change first Attribute, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 23: Start from default values : Execute until Command 8: Delete second Attribute
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 24: Start from default values : Execute until Command 8: Delete second Attribute, run Undo
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 25: Start from default values : Execute until Command 8: Delete second Attribute, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 26: Start from default values : Execute until Command 9: Delete last Attribute
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 27: Start from default values : Execute until Command 9: Delete last Attribute, run Undo
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 28: Start from default values : Execute until Command 9: Delete last Attribute, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 29: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add Functionblock
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Create Attribute
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Create Attribute, run Undo
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Create Attribute, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Change Attribute
org.eclipse.fordiac.ide.model.commands.create.AttributeCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Change Attribute, run Undo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start with two functionblocks : Execute until Command 3: Delete data connection between event interface points, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start with two functionblocks : Execute until Command 4: Delete event connection between event interface points
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start with two functionblocks : Execute until Command 4: Delete event connection between event interface points, run Undo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start with two functionblocks : Execute until Command 4: Delete event connection between event interface points, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start with two functionblocks : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start with two functionblocks : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start with two functionblocks : Execute until Command 1: Add reverse data connection between data interface points
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 17: Start with two functionblocks : Execute until Command 1: Add reverse data connection between data interface points, run Undo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 18: Start with two functionblocks : Execute until Command 1: Add reverse data connection between data interface points, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 19: Start with two functionblocks : Execute until Command 2: Add reverse event connection between event interface points
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start with two functionblocks : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 20: Start with two functionblocks : Execute until Command 2: Add reverse event connection between event interface points, run Undo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 21: Start with two functionblocks : Execute until Command 2: Add reverse event connection between event interface points, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 22: Start with two functionblocks : Execute until Command 3: Delete data connection between event interface points
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 23: Start with two functionblocks : Execute until Command 3: Delete data connection between event interface points, run Undo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 24: Start with two functionblocks : Execute until Command 3: Delete data connection between event interface points, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 25: Start with two functionblocks : Execute until Command 4: Delete event connection between event interface points
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 26: Start with two functionblocks : Execute until Command 4: Delete event connection between event interface points, run Undo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 27: Start with two functionblocks : Execute until Command 4: Delete event connection between event interface points, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 28: Start with two functionblocks : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 29: Start with two functionblocks : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start with two functionblocks : Execute until Command 1: Add data connection between data interface points
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 30: Start with two functionblocks : Execute until Command 1: Add reverse data connection between data interface points
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 31: Start with two functionblocks : Execute until Command 1: Add reverse data connection between data interface points, run Undo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 32: Start with two functionblocks : Execute until Command 1: Add reverse data connection between data interface points, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 33: Start with two functionblocks : Execute until Command 2: Add reverse event connection between event interface points
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 34: Start with two functionblocks : Execute until Command 2: Add reverse event connection between event interface points, run Undo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 35: Start with two functionblocks : Execute until Command 2: Add reverse event connection between event interface points, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 36: Start with two functionblocks : Execute until Command 3: Delete second functionblock und remove connections
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 37: Start with two functionblocks : Execute until Command 3: Delete second functionblock und remove connections, run Undo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 38: Start with two functionblocks : Execute until Command 3: Delete second functionblock und remove connections, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 39: Start with two functionblocks : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start with two functionblocks : Execute until Command 1: Add data connection between data interface points, run Undo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start with two functionblocks : Execute until Command 1: Add data connection between data interface points, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start with two functionblocks : Execute until Command 2: Add event connection between event interface points
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start with two functionblocks : Execute until Command 2: Add event connection between event interface points, run Undo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start with two functionblocks : Execute until Command 2: Add event connection between event interface points, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start with two functionblocks : Execute until Command 3: Delete data connection between event interface points
org.eclipse.fordiac.ide.model.commands.create.ConnectionCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start with two functionblocks : Execute until Command 3: Delete data connection between event interface points, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Add Event Input with null as name, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute until Command 4: validate order
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start from default values : Execute until Command 4: validate order, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start from default values : Execute until Command 4: validate order, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start from default values : Execute until Command 5: move second element to third place
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start from default values : Execute until Command 5: move second element to third place, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start from default values : Execute until Command 5: move second element to third place, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 17: Start from default values : Execute until Command 6: move second element to first place
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 18: Start from default values : Execute until Command 6: move second element to first place, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 19: Start from default values : Execute until Command 6: move second element to first place, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 20: Start from default values : Execute until Command 7: move first element past lower bound
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 21: Start from default values : Execute until Command 7: move first element past lower bound, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 22: Start from default values : Execute until Command 7: move first element past lower bound, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 23: Start from default values : Execute until Command 8: move third element past upper bound
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 24: Start from default values : Execute until Command 8: move third element past upper bound, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 25: Start from default values : Execute until Command 8: move third element past upper bound, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 26: Start from default values : Execute until Command 9: move first element to third place
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 27: Start from default values : Execute until Command 9: move first element to third place, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 28: Start from default values : Execute until Command 9: move first element to third place, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 29: Start from default values : Execute until Command 10: validate missing entries before update FB
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add Event Input without name
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 30: Start from default values : Execute until Command 10: validate missing entries before update FB, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 31: Start from default values : Execute until Command 10: validate missing entries before update FB, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 32: Start from default values : Execute until Command 11: update FB
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 33: Start from default values : Execute until Command 11: update FB, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 34: Start from default values : Execute until Command 11: update FB, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 35: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add Event Input without name, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add Event Input without name, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Add Event Input with name "MyInput"
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Add Event Input with name "MyInput", run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Add Event Input with name "MyInput", run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Add Event Input with null as name
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Add Event Input with null as name, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Add Event Output with null as name, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute until Command 4: validate order
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start from default values : Execute until Command 4: validate order, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start from default values : Execute until Command 4: validate order, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start from default values : Execute until Command 5: move second element to third place
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start from default values : Execute until Command 5: move second element to third place, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start from default values : Execute until Command 5: move second element to third place, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 17: Start from default values : Execute until Command 6: move second element to first place
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 18: Start from default values : Execute until Command 6: move second element to first place, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 19: Start from default values : Execute until Command 6: move second element to first place, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 20: Start from default values : Execute until Command 7: move first element past lower bound
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 21: Start from default values : Execute until Command 7: move first element past lower bound, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 22: Start from default values : Execute until Command 7: move first element past lower bound, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 23: Start from default values : Execute until Command 8: move third element past upper bound
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 24: Start from default values : Execute until Command 8: move third element past upper bound, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 25: Start from default values : Execute until Command 8: move third element past upper bound, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 26: Start from default values : Execute until Command 9: move first element to third place
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 27: Start from default values : Execute until Command 9: move first element to third place, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 28: Start from default values : Execute until Command 9: move first element to third place, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 29: Start from default values : Execute until Command 10: validate missing entries before update FB
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add Event Output without name
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 30: Start from default values : Execute until Command 10: validate missing entries before update FB, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 31: Start from default values : Execute until Command 10: validate missing entries before update FB, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 32: Start from default values : Execute until Command 11: update FB
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 33: Start from default values : Execute until Command 11: update FB, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 34: Start from default values : Execute until Command 11: update FB, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 35: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add Event Output without name, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add Event Output without name, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Add Event Output with name "MyOutput"
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Add Event Output with name "MyOutput", run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Add Event Output with name "MyOutput", run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Add Event Output with null as name
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Add Event Output with null as name, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Add Input with null as name, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute until Command 4: validate order
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start from default values : Execute until Command 4: validate order, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start from default values : Execute until Command 4: validate order, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start from default values : Execute until Command 5: move second element to third place
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start from default values : Execute until Command 5: move second element to third place, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start from default values : Execute until Command 5: move second element to third place, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 17: Start from default values : Execute until Command 6: move second element to first place
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 18: Start from default values : Execute until Command 6: move second element to first place, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 19: Start from default values : Execute until Command 6: move second element to first place, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 20: Start from default values : Execute until Command 7: move first element past lower bound
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 21: Start from default values : Execute until Command 7: move first element past lower bound, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 22: Start from default values : Execute until Command 7: move first element past lower bound, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 23: Start from default values : Execute until Command 8: move third element past upper bound
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 24: Start from default values : Execute until Command 8: move third element past upper bound, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 25: Start from default values : Execute until Command 8: move third element past upper bound, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 26: Start from default values : Execute until Command 9: move first element to third place
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 27: Start from default values : Execute until Command 9: move first element to third place, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 28: Start from default values : Execute until Command 9: move first element to third place, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 29: Start from default values : Execute until Command 10: validate missing entries before update FB
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add Input without name
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 30: Start from default values : Execute until Command 10: validate missing entries before update FB, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 31: Start from default values : Execute until Command 10: validate missing entries before update FB, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 32: Start from default values : Execute until Command 11: update FB
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 33: Start from default values : Execute until Command 11: update FB, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 34: Start from default values : Execute until Command 11: update FB, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 35: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add Input without name, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add Input without name, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Add Input with name "MyInput"
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Add Input with name "MyInput", run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Add Input with name "MyInput", run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Add Input with null as name
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Add Input with null as name, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Add Output with null as name, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute until Command 4: validate order
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start from default values : Execute until Command 4: validate order, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start from default values : Execute until Command 4: validate order, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start from default values : Execute until Command 5: move second element to third place
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start from default values : Execute until Command 5: move second element to third place, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start from default values : Execute until Command 5: move second element to third place, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 17: Start from default values : Execute until Command 6: move second element to first place
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 18: Start from default values : Execute until Command 6: move second element to first place, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 19: Start from default values : Execute until Command 6: move second element to first place, run Undo, run Redo

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

27553 tests found (test 748 to 974)

There are 27553 tests, see "Raw output" for the list of tests 748 to 974.
Raw output
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 20: Start from default values : Execute until Command 7: move first element past lower bound
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 21: Start from default values : Execute until Command 7: move first element past lower bound, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 22: Start from default values : Execute until Command 7: move first element past lower bound, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 23: Start from default values : Execute until Command 8: move third element past upper bound
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 24: Start from default values : Execute until Command 8: move third element past upper bound, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 25: Start from default values : Execute until Command 8: move third element past upper bound, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 26: Start from default values : Execute until Command 9: move first element to third place
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 27: Start from default values : Execute until Command 9: move first element to third place, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 28: Start from default values : Execute until Command 9: move first element to third place, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 29: Start from default values : Execute until Command 10: validate missing entries before update FB
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add Output without name
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 30: Start from default values : Execute until Command 10: validate missing entries before update FB, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 31: Start from default values : Execute until Command 10: validate missing entries before update FB, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 32: Start from default values : Execute until Command 11: update FB
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 33: Start from default values : Execute until Command 11: update FB, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 34: Start from default values : Execute until Command 11: update FB, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 35: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add Output without name, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add Output without name, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Add Output with name "MyOutput"
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Add Output with name "MyOutput", run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Add Output with name "MyOutput", run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Add Output with null as name
org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Add Output with null as name, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Add a third internal variable, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute until Command 4: move second algorithmn to third place
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start from default values : Execute until Command 4: move second algorithmn to third place, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start from default values : Execute until Command 4: move second algorithmn to third place, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start from default values : Execute until Command 5: move second algorithmn to first place
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start from default values : Execute until Command 5: move second algorithmn to first place, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start from default values : Execute until Command 5: move second algorithmn to first place, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 17: Start from default values : Execute until Command 6: move first algorithmn past lower bound
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 18: Start from default values : Execute until Command 6: move first algorithmn past lower bound, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 19: Start from default values : Execute until Command 6: move first algorithmn past lower bound, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 20: Start from default values : Execute until Command 7: move third algorithmn past upper bound
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 21: Start from default values : Execute until Command 7: move third algorithmn past upper bound, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 22: Start from default values : Execute until Command 7: move third algorithmn past upper bound, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 23: Start from default values : Execute until Command 8: delete first entry
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 24: Start from default values : Execute until Command 8: delete first entry, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 25: Start from default values : Execute until Command 8: delete first entry, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 26: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add an internal variable
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add an internal variable, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add an internal variable, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Add a second internal variable
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Add a second internal variable, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Add a second internal variable, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Add a third internal variable
org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Add a third internal variable, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Configured Command : Execute until Command 1: Create first configured member var
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Configured Command : Execute until Command 1: Create first configured member var, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Configured Command : Execute until Command 1: Create first configured member var, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Configured Command : Execute until Command 2: Create second configured member var with same name
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Configured Command : Execute until Command 2: Create second configured member var with same name, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Configured Command : Execute until Command 2: Create second configured member var with same name, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Configured Command : Execute until Command 3: Create first configured member var at pos 0
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 17: Configured Command : Execute until Command 3: Create first configured member var at pos 0, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 18: Configured Command : Execute until Command 3: Create first configured member var at pos 0, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 19: Configured Command : Execute until Command 4: Create first configured member struct at pos 0
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Autofilled Command : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 20: Configured Command : Execute until Command 4: Create first configured member struct at pos 0, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 21: Configured Command : Execute until Command 4: Create first configured member struct at pos 0, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 22: Configured Command : Execute until Command 5: Create first configured member var in the middle
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 23: Configured Command : Execute until Command 5: Create first configured member var in the middle, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 24: Configured Command : Execute until Command 5: Create first configured member var in the middle, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 25: Configured Command : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Autofilled Command : Execute until Command 1: Create first default member var
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Autofilled Command : Execute until Command 1: Create first default member var, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Autofilled Command : Execute until Command 1: Create first default member var, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Autofilled Command : Execute until Command 2: Create second default member var
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Autofilled Command : Execute until Command 2: Create second default member var, run Undo
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Autofilled Command : Execute until Command 2: Create second default member var, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Autofilled Command : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Configured Command : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.FBCreateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.FBCreateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add Functionblock
org.eclipse.fordiac.ide.model.commands.create.FBCreateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.create.FBCreateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.GroupCreateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.GroupCreateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Create one group
org.eclipse.fordiac.ide.model.commands.create.GroupCreateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Create one group, run Undo
org.eclipse.fordiac.ide.model.commands.create.GroupCreateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Create one group, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.GroupCreateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Create two groups
org.eclipse.fordiac.ide.model.commands.create.GroupCreateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Create two groups, run Undo
org.eclipse.fordiac.ide.model.commands.create.GroupCreateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Create two groups, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.GroupCreateCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start with three functionblocks and Connections : Execute until Command 1: Reconnect Source of EventConnection to third FB
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start with three functionblocks and Connections : Execute until Command 1: Reconnect Source of EventConnection to third FB, run Undo
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start with three functionblocks and Connections : Execute until Command 1: Reconnect Source of EventConnection to third FB, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start with three functionblocks and Connections : Execute until Command 2: Reconnect Source of EventConnection to third FB
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start with three functionblocks and Connections : Execute until Command 2: Reconnect Source of EventConnection to third FB, run Undo
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start with three functionblocks and Connections : Execute until Command 2: Reconnect Source of EventConnection to third FB, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start with three functionblocks and Connections : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 17: Start with three functionblocks and Connections : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 18: Start with three functionblocks and Connections : Execute until Command 1: Reconnect Data Output to Data Output
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 19: Start with three functionblocks and Connections : Execute until Command 1: Reconnect Data Output to Data Output, run Undo
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start with three functionblocks and Connections : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 20: Start with three functionblocks and Connections : Execute until Command 1: Reconnect Data Output to Data Output, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 21: Start with three functionblocks and Connections : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 22: Start with three functionblocks and Connections : Execute until Command 1: Reconnect Data Input to Data Input
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 23: Start with three functionblocks and Connections : Execute until Command 1: Reconnect Data Input to Data Input, run Undo
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 24: Start with three functionblocks and Connections : Execute until Command 1: Reconnect Data Input to Data Input, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 25: Start with three functionblocks and Connections : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 26: Start with three functionblocks and Connections : Execute until Command 1: Reconnect Event Output to Event Output
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 27: Start with three functionblocks and Connections : Execute until Command 1: Reconnect Event Output to Event Output, run Undo
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 28: Start with three functionblocks and Connections : Execute until Command 1: Reconnect Event Output to Event Output, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 29: Start with three functionblocks and Connections : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start with three functionblocks and Connections : Execute until Command 1: Reconnect EventConnection to third FB
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 30: Start with three functionblocks and Connections : Execute until Command 1: Reconnect Event Input to Event Input
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 31: Start with three functionblocks and Connections : Execute until Command 1: Reconnect Event Input to Event Input, run Undo
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 32: Start with three functionblocks and Connections : Execute until Command 1: Reconnect Event Input to Event Input, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start with three functionblocks and Connections : Execute until Command 1: Reconnect EventConnection to third FB, run Undo
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start with three functionblocks and Connections : Execute until Command 1: Reconnect EventConnection to third FB, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start with three functionblocks and Connections : Execute until Command 2: Reconnect DataConnection to third FB
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start with three functionblocks and Connections : Execute until Command 2: Reconnect DataConnection to third FB, run Undo
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start with three functionblocks and Connections : Execute until Command 2: Reconnect DataConnection to third FB, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start with three functionblocks and Connections : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.create.ReconnectCommandsTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start with three functionblocks and Connections : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Update Network Elements, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute until Command 4: Delete With from functionblock
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start from default values : Execute until Command 4: Delete With from functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start from default values : Execute until Command 4: Delete With from functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start from default values : Execute until Command 5: Update Network Elements
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start from default values : Execute until Command 5: Update Network Elements, run Undo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start from default values : Execute until Command 5: Update Network Elements, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 17: Start from default values : Execute until Command 6: Create With without inferface data
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 18: Start from default values : Execute until Command 6: Create With without inferface data, run Undo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 19: Start from default values : Execute until Command 6: Create With without inferface data, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 20: Start from default values : Execute until Command 7: Create With without event
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 21: Start from default values : Execute until Command 7: Create With without event, run Undo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 22: Start from default values : Execute until Command 7: Create With without event, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 23: Start from default values : Execute until Command 8: Create With without input
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 24: Start from default values : Execute until Command 8: Create With without input, run Undo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 25: Start from default values : Execute until Command 8: Create With without input, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 26: Start from default values : Execute until Command 9: Create With on event-output
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 27: Start from default values : Execute until Command 9: Create With on event-output, run Undo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 28: Start from default values : Execute until Command 9: Create With on event-output, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 29: Start from default values : Execute until Command 10: Create With on output
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Prepare Functionblocks
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 30: Start from default values : Execute until Command 10: Create With on output, run Undo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 31: Start from default values : Execute until Command 10: Create With on output, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 32: Start from default values : Execute until Command 11: Add with at functionblock
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 33: Start from default values : Execute until Command 11: Add with at functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 34: Start from default values : Execute until Command 11: Add with at functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 35: Start from default values : Execute until Command 12: Add with at functionblock that already exists
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 36: Start from default values : Execute until Command 12: Add with at functionblock that already exists, run Undo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 37: Start from default values : Execute until Command 12: Add with at functionblock that already exists, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 38: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Prepare Functionblocks, run Undo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Prepare Functionblocks, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Add with at functionblock
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Add with at functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Add with at functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Update Network Elements
org.eclipse.fordiac.ide.model.commands.create.WithCreateTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Update Network Elements, run Undo
org.eclipse.fordiac.ide.model.commands.delete.DeleteFBNetworkElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.delete.DeleteFBNetworkElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add Functionblock
org.eclipse.fordiac.ide.model.commands.delete.DeleteFBNetworkElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.delete.DeleteFBNetworkElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.delete.DeleteFBNetworkElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Delete Functionblock from Network
org.eclipse.fordiac.ide.model.commands.delete.DeleteFBNetworkElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Delete Functionblock from Network, run Undo
org.eclipse.fordiac.ide.model.commands.delete.DeleteFBNetworkElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Delete Functionblock from Network, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.delete.DeleteFBNetworkElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.delete.DeleteInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start with Functionblock : Execute until Command 3: Delete Event Input, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.delete.DeleteInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start with Functionblock : Execute until Command 4: Delete Event Output
org.eclipse.fordiac.ide.model.commands.delete.DeleteInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start with Functionblock : Execute until Command 4: Delete Event Output, run Undo
org.eclipse.fordiac.ide.model.commands.delete.DeleteInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start with Functionblock : Execute until Command 4: Delete Event Output, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.delete.DeleteInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start with Functionblock : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.delete.DeleteInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start with Functionblock : Verify initial State
org.eclipse.fordiac.ide.model.commands.delete.DeleteInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start with Functionblock : Execute until Command 1: Delete Data Input
org.eclipse.fordiac.ide.model.commands.delete.DeleteInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start with Functionblock : Execute until Command 1: Delete Data Input, run Undo
org.eclipse.fordiac.ide.model.commands.delete.DeleteInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start with Functionblock : Execute until Command 1: Delete Data Input, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.delete.DeleteInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start with Functionblock : Execute until Command 2: Delete Data Output
org.eclipse.fordiac.ide.model.commands.delete.DeleteInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start with Functionblock : Execute until Command 2: Delete Data Output, run Undo
org.eclipse.fordiac.ide.model.commands.delete.DeleteInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start with Functionblock : Execute until Command 2: Delete Data Output, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.delete.DeleteInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start with Functionblock : Execute until Command 3: Delete Event Input
org.eclipse.fordiac.ide.model.commands.delete.DeleteInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start with Functionblock : Execute until Command 3: Delete Event Input, run Undo
org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Autofilled Command : Execute until Command 3: Delete last member var, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Autofilled Command : Execute until Command 4: Delete member struct
org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Autofilled Command : Execute until Command 4: Delete member struct, run Undo
org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Autofilled Command : Execute until Command 4: Delete member struct, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Autofilled Command : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Autofilled Command : Verify initial State
org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Autofilled Command : Execute until Command 1: Delete first member var
org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Autofilled Command : Execute until Command 1: Delete first member var, run Undo
org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Autofilled Command : Execute until Command 1: Delete first member var, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Autofilled Command : Execute until Command 2: Delete middle member var
org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Autofilled Command : Execute until Command 2: Delete middle member var, run Undo
org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Autofilled Command : Execute until Command 2: Delete middle member var, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Autofilled Command : Execute until Command 3: Delete last member var
org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Autofilled Command : Execute until Command 3: Delete last member var, run Undo
org.eclipse.fordiac.ide.model.commands.delete.DeleteVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Delete VersionInfo, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.delete.DeleteVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.delete.DeleteVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.delete.DeleteVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add Functionblock
org.eclipse.fordiac.ide.model.commands.delete.DeleteVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add Functionblock, run Undo
org.eclipse.fordiac.ide.model.commands.delete.DeleteVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.delete.DeleteVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Add VersionInfo
org.eclipse.fordiac.ide.model.commands.delete.DeleteVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Add VersionInfo, run Undo
org.eclipse.fordiac.ide.model.commands.delete.DeleteVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Add VersionInfo, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.delete.DeleteVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Delete VersionInfo
org.eclipse.fordiac.ide.model.commands.delete.DeleteVersionInfoCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Delete VersionInfo, run Undo
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start with Functionblock : Execute until Command 3: Add Event Input, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start with Functionblock : Execute until Command 4: Add Event Output
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start with Functionblock : Execute until Command 4: Add Event Output, run Undo
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start with Functionblock : Execute until Command 4: Add Event Output, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start with Functionblock : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start with Functionblock, disabled undo&redo : Verify initial State
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start with Functionblock, disabled undo&redo : Execute until Command 1: Add Interface Element without type
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 17: Start with Functionblock, disabled undo&redo : Execute until Command 1: Add Interface Element without type, run Undo
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 18: Start with Functionblock, disabled undo&redo : Execute until Command 1: Add Interface Element without type, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 19: Start with Functionblock, disabled undo&redo : Execute until Command 2: Add Interface Element without interface list
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start with Functionblock : Verify initial State
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 20: Start with Functionblock, disabled undo&redo : Execute until Command 2: Add Interface Element without interface list, run Undo
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 21: Start with Functionblock, disabled undo&redo : Execute until Command 2: Add Interface Element without interface list, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 22: Start with Functionblock, disabled undo&redo : Execute until Command 3: Add Interface Element without type
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 23: Start with Functionblock, disabled undo&redo : Execute until Command 3: Add Interface Element without type, run Undo
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 24: Start with Functionblock, disabled undo&redo : Execute until Command 3: Add Interface Element without type, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 25: Start with Functionblock, disabled undo&redo : Execute until Command 4: Add Interface Element without interface list
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 26: Start with Functionblock, disabled undo&redo : Execute until Command 4: Add Interface Element without interface list, run Undo
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 27: Start with Functionblock, disabled undo&redo : Execute until Command 4: Add Interface Element without interface list, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 28: Start with Functionblock, disabled undo&redo : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start with Functionblock : Execute until Command 1: Add Data Input
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start with Functionblock : Execute until Command 1: Add Data Input, run Undo

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

27553 tests found (test 975 to 1373)

There are 27553 tests, see "Raw output" for the list of tests 975 to 1373.
Raw output
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start with Functionblock : Execute until Command 1: Add Data Input, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start with Functionblock : Execute until Command 2: Add Data Output
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start with Functionblock : Execute until Command 2: Add Data Output, run Undo
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start with Functionblock : Execute until Command 2: Add Data Output, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start with Functionblock : Execute until Command 3: Add Event Input
org.eclipse.fordiac.ide.model.commands.insert.CopyInterfaceElementCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start with Functionblock : Execute until Command 3: Add Event Input, run Undo
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Add a third ST algorithm at end of list, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute until Command 4: move second algorithmn to third place
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start from default values : Execute until Command 4: move second algorithmn to third place, run Undo
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start from default values : Execute until Command 4: move second algorithmn to third place, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start from default values : Execute until Command 5: move second algorithmn to first place
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start from default values : Execute until Command 5: move second algorithmn to first place, run Undo
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start from default values : Execute until Command 5: move second algorithmn to first place, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 17: Start from default values : Execute until Command 6: move first algorithmn past lower bound
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 18: Start from default values : Execute until Command 6: move first algorithmn past lower bound, run Undo
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 19: Start from default values : Execute until Command 6: move first algorithmn past lower bound, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 20: Start from default values : Execute until Command 7: move third algorithmn past upper bound
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 21: Start from default values : Execute until Command 7: move third algorithmn past upper bound, run Undo
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 22: Start from default values : Execute until Command 7: move third algorithmn past upper bound, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 23: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Add a ST algorithm
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Add a ST algorithm, run Undo
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Add a ST algorithm, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Add a second ST algorithm at index 0
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Add a second ST algorithm at index 0, run Undo
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Add a second ST algorithm at index 0, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Add a third ST algorithm at end of list
org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Add a third ST algorithm at end of list, run Undo
org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start from default values : Execute until Command 3: Add an internal variable in the middle of the list, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start from default values : Execute until Command 4: Add an internal variable at the end of the list
org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start from default values : Execute until Command 4: Add an internal variable at the end of the list, run Undo
org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start from default values : Execute until Command 4: Add an internal variable at the end of the list, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start from default values : Execute all Commands interspersed with Undo and Redo
org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Insert an internal variable into an empty list
org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Insert an internal variable into an empty list, run Undo
org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Insert an internal variable into an empty list, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 5: Start from default values : Execute until Command 2: Insert an internal variable at the beginning of the list
org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 6: Start from default values : Execute until Command 2: Insert an internal variable at the beginning of the list, run Undo
org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 7: Start from default values : Execute until Command 2: Insert an internal variable at the beginning of the list, run Undo, run Redo
org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 8: Start from default values : Execute until Command 3: Add an internal variable in the middle of the list
org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 9: Start from default values : Execute until Command 3: Add an internal variable in the middle of the list, run Undo
org.eclipse.fordiac.ide.model.commands.testinfra.UnexecutableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 1: Start from default values : Verify initial State
org.eclipse.fordiac.ide.model.commands.testinfra.UnexecutableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 2: Start from default values : Execute until Command 1: Check if unexecutable command is not executable
org.eclipse.fordiac.ide.model.commands.testinfra.UnexecutableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 3: Start from default values : Execute until Command 1: Check if unexecutable command is not executable, run Undo
org.eclipse.fordiac.ide.model.commands.testinfra.UnexecutableCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 4: Start from default values : Execute until Command 1: Check if unexecutable command is not executable, run Undo, run Redo
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type BOOL is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type BYTE is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type CHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type DATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type DATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type DINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type DT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type DWORD is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type INT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type LDATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type LDATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type LDT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type LINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type LREAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type LTIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type LTOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type LWORD is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type REAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type SINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type STRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type TOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type UDINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type UINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type ULINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type USINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type WCHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type WORD is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BOOL Cast in type WSTRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type BOOL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type BYTE is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type CHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type DATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type DATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type DINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type DT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type DWORD is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type INT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type LDATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type LDATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type LDT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type LINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type LREAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type LTIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type LTOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type LWORD is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type REAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type SINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type STRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type TOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type UDINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type UINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type ULINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type USINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type WCHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type WORD is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for BYTE Cast in type WSTRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type BOOL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type BYTE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type CHAR is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type DATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type DATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type DINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type DT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type DWORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type INT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type LDATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type LDATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type LDT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type LINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type LREAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type LTIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type LTOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type LWORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type REAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type SINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type STRING is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type TOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type UDINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type UINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type ULINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type USINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type WCHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type WORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for CHAR Cast in type WSTRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type BOOL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type BYTE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type CHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type DATE is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type DATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type DINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type DT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type DWORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type INT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type LDATE is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type LDATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type LDT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type LINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type LREAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type LTIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type LTOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type LWORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type REAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type SINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type STRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type TOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type UDINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type UINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type ULINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type USINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type WCHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type WORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DATE Cast in type WSTRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type BOOL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type BYTE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type CHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type DATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type DATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type DINT is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type DT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type DWORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type INT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type LDATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type LDATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type LDT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type LINT is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type LREAL is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type LTIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type LTOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type LWORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type REAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type SINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type STRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type TOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type UDINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type UINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type ULINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type USINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type WCHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type WORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DINT Cast in type WSTRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type BOOL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type BYTE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type CHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type DATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type DATE_AND_TIME is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type DINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type DT is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type DWORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type INT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type LDATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type LDATE_AND_TIME is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type LDT is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type LINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type LREAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type LTIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type LTOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type LWORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type REAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type SINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type STRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type TOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type UDINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type UINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type ULINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type USINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type WCHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type WORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DT Cast in type WSTRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type BOOL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type BYTE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type CHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type DATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type DATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type DINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type DT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type DWORD is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type INT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type LDATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type LDATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type LDT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type LINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type LREAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type LTIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type LTOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type LWORD is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type REAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type SINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type STRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type TOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type UDINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type UINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type ULINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type USINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type WCHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type WORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for DWORD Cast in type WSTRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type BOOL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type BYTE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type CHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type DATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type DATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type DINT is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type DT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type DWORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type INT is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type LDATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type LDATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type LDT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type LINT is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type LREAL is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type LTIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type LTOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type LWORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type REAL is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type SINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type STRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type TOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type UDINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type UINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type ULINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type USINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type WCHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type WORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for INT Cast in type WSTRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type BOOL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type BYTE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type CHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type DATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type DATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type DINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type DT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type DWORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type INT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type LDATE is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type LDATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type LDT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type LINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type LREAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type LTIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type LTOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type LWORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type REAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type SINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type STRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type TOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type UDINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type UINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type ULINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type USINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type WCHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type WORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDATE Cast in type WSTRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type BOOL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type BYTE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type CHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type DATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type DATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type DINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type DT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type DWORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type INT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type LDATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type LDATE_AND_TIME is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type LDT is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type LINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type LREAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type LTIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type LTOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type LWORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type REAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type SINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type STRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type TOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type UDINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type UINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type ULINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type USINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type WCHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type WORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LDT Cast in type WSTRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type BOOL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type BYTE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type CHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type DATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type DATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type DINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type DT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type DWORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type INT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type LDATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type LDATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type LDT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type LINT is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type LREAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type LTIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type LTOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type LWORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type REAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type SINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type STRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type TOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type UDINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type UINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type ULINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type USINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type WCHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type WORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LINT Cast in type WSTRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type BOOL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type BYTE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type CHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type DATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type DATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type DINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type DT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type DWORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type INT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type LDATE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type LDATE_AND_TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type LDT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type LINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type LREAL is true
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type LTIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type LTOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type LWORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type REAL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type SINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type STRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type TIME is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type TOD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type UDINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type UINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type ULINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type USINT is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type WCHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type WORD is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LREAL Cast in type WSTRING is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LTIME Cast in type BOOL is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LTIME Cast in type BYTE is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LTIME Cast in type CHAR is false
org.eclipse.fordiac.ide.model.datatype.helper.ElementaryDataTypeCompatibilityTest ‑ Implicit cast checks for LTIME Cast in type DATE is false