Skip to content

Find/Replace overlay: move components into internal package #2642

Find/Replace overlay: move components into internal package

Find/Replace overlay: move components into internal package #2642

GitHub Actions / Test Results failed Jul 1, 2024 in 0s

16 errors, 1 fail, 228 skipped, 7 373 pass in 1h 24m 4s

 1 812 files  + 1 812   1 812 suites  +1 812   1h 24m 4s ⏱️ + 1h 24m 4s
 7 618 tests + 7 618   7 373 ✅ + 7 373  228 💤 +228  1 ❌ +1  16 🔥 +16 
24 015 runs  +24 015  23 232 ✅ +23 232  734 💤 +734  1 ❌ +1  48 🔥 +48 

Results for commit 529474b. ± Comparison against earlier commit 11f8e14.

Annotations

Check warning on line 0 in UiTestSuite org.eclipse.ui.tests.progress.ProgressTestSuite org.eclipse.ui.tests.progress.ProgressContantsTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 3 runs failed: testKeepOneProperty (UiTestSuite org.eclipse.ui.tests.progress.ProgressTestSuite org.eclipse.ui.tests.progress.ProgressContantsTest)

artifacts/test-results-macos-13/tests/org.eclipse.ui.tests/target/surefire-reports/TEST-org.eclipse.ui.tests.progress.ProgressContantsTest.xml [took 2s]
Raw output
Only one finished job should be kept in view expected:<1> but was:<20>
junit.framework.AssertionFailedError: Only one finished job should be kept in view expected:<1> but was:<20>
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.Assert.failNotEquals(Assert.java:329)
	at junit.framework.Assert.assertEquals(Assert.java:78)
	at junit.framework.Assert.assertEquals(Assert.java:234)
	at junit.framework.TestCase.assertEquals(TestCase.java:377)
	at org.eclipse.ui.tests.progress.ProgressContantsTest.testKeepOneProperty(ProgressContantsTest.java:259)
	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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
	at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
	at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
	at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
	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(Unknown Source)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
	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:152)
	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)
----- testKeepOneProperty
testKeepOneProperty: setUp...
testKeepOneProperty: tearDown...

Check failure on line 0 in org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testSearchBackwardsWithRegEx (org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest)

artifacts/test-results-macos-13/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-ubuntu-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-windows-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
Raw output
org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
org.eclipse.core.runtime.AssertionFailedException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:71)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:45)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:1)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeFindReplaceUIForTextViewer(FindReplaceUITest.java:59)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeTextViewerWithFindReplaceUI(FindReplaceUITest.java:49)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.testSearchBackwardsWithRegEx(FindReplaceOverlayTest.java:150)
	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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	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:4382)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4005)
	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:152)
	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: java.lang.ClassNotFoundException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:534)
	at java.base/java.lang.Class.forName(Class.java:513)
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:69)
	... 73 more

Check failure on line 0 in org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testRememberReplaceExpandState (org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest)

artifacts/test-results-macos-13/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-ubuntu-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-windows-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
Raw output
org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
org.eclipse.core.runtime.AssertionFailedException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:71)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:45)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:1)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeFindReplaceUIForTextViewer(FindReplaceUITest.java:59)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeTextViewerWithFindReplaceUI(FindReplaceUITest.java:49)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.testRememberReplaceExpandState(FindReplaceOverlayTest.java:127)
	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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	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:4382)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4005)
	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:152)
	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: java.lang.ClassNotFoundException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:534)
	at java.base/java.lang.Class.forName(Class.java:513)
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:69)
	... 73 more

Check failure on line 0 in org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testDirectionalSearchButtons (org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest)

artifacts/test-results-macos-13/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-ubuntu-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-windows-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
Raw output
org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
org.eclipse.core.runtime.AssertionFailedException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:71)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:45)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:1)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeFindReplaceUIForTextViewer(FindReplaceUITest.java:59)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeTextViewerWithFindReplaceUI(FindReplaceUITest.java:49)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.testDirectionalSearchButtons(FindReplaceOverlayTest.java:53)
	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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	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:4382)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4005)
	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:152)
	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: java.lang.ClassNotFoundException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:534)
	at java.base/java.lang.Class.forName(Class.java:513)
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:69)
	... 73 more

Check failure on line 0 in org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testIncrementalSearchUpdatesAfterChangingOptions (org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest)

artifacts/test-results-macos-13/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-ubuntu-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-windows-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
Raw output
org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
org.eclipse.core.runtime.AssertionFailedException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:71)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:45)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:1)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeFindReplaceUIForTextViewer(FindReplaceUITest.java:59)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeTextViewerWithFindReplaceUI(FindReplaceUITest.java:49)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.testIncrementalSearchUpdatesAfterChangingOptions(FindReplaceOverlayTest.java:89)
	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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	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:4382)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4005)
	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:152)
	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: java.lang.ClassNotFoundException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:534)
	at java.base/java.lang.Class.forName(Class.java:513)
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:69)
	... 73 more

Check failure on line 0 in org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testCantOpenReplaceDialogInReadOnlyEditor (org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest)

artifacts/test-results-macos-13/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-ubuntu-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-windows-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
Raw output
org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
org.eclipse.core.runtime.AssertionFailedException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:71)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:45)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:1)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeFindReplaceUIForTextViewer(FindReplaceUITest.java:59)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.testCantOpenReplaceDialogInReadOnlyEditor(FindReplaceOverlayTest.java:116)
	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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	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:4382)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4005)
	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:152)
	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: java.lang.ClassNotFoundException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:534)
	at java.base/java.lang.Class.forName(Class.java:513)
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:69)
	... 72 more

Check failure on line 0 in org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testRegExSearch (org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest)

artifacts/test-results-macos-13/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-ubuntu-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-windows-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
Raw output
org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
org.eclipse.core.runtime.AssertionFailedException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:71)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:45)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:1)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeFindReplaceUIForTextViewer(FindReplaceUITest.java:59)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeTextViewerWithFindReplaceUI(FindReplaceUITest.java:49)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.testRegExSearch(FindReplaceUITest.java:213)
	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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	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:4382)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4005)
	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:152)
	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: java.lang.ClassNotFoundException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:534)
	at java.base/java.lang.Class.forName(Class.java:513)
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:69)
	... 73 more

Check failure on line 0 in org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testDisableWholeWordIfRegEx (org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest)

artifacts/test-results-macos-13/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-ubuntu-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-windows-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
Raw output
org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
org.eclipse.core.runtime.AssertionFailedException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:71)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:45)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:1)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeFindReplaceUIForTextViewer(FindReplaceUITest.java:59)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeTextViewerWithFindReplaceUI(FindReplaceUITest.java:49)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.testDisableWholeWordIfRegEx(FindReplaceUITest.java:100)
	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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	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:4382)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4005)
	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:152)
	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: java.lang.ClassNotFoundException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:534)
	at java.base/java.lang.Class.forName(Class.java:513)
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:69)
	... 73 more

Check failure on line 0 in org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testDisableWholeWordIfNotWord (org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest)

artifacts/test-results-macos-13/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-ubuntu-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-windows-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
Raw output
org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
org.eclipse.core.runtime.AssertionFailedException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:71)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:45)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:1)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeFindReplaceUIForTextViewer(FindReplaceUITest.java:59)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeTextViewerWithFindReplaceUI(FindReplaceUITest.java:49)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.testDisableWholeWordIfNotWord(FindReplaceUITest.java:125)
	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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	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:4382)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4005)
	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:152)
	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: java.lang.ClassNotFoundException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:534)
	at java.base/java.lang.Class.forName(Class.java:513)
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:69)
	... 73 more

Check failure on line 0 in org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testReplaceAllInSelection (org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest)

artifacts/test-results-macos-13/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-ubuntu-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-windows-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
Raw output
org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
org.eclipse.core.runtime.AssertionFailedException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:71)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:45)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:1)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeFindReplaceUIForTextViewer(FindReplaceUITest.java:59)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.testReplaceAllInSelection(FindReplaceUITest.java:250)
	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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	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:4382)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4005)
	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:152)
	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: java.lang.ClassNotFoundException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:534)
	at java.base/java.lang.Class.forName(Class.java:513)
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:69)
	... 72 more

Check failure on line 0 in org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testActivateDialogWithSelectionActive (org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest)

artifacts/test-results-macos-13/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-ubuntu-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-windows-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
Raw output
org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
org.eclipse.core.runtime.AssertionFailedException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:71)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:45)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:1)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeFindReplaceUIForTextViewer(FindReplaceUITest.java:59)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.testActivateDialogWithSelectionActive(FindReplaceUITest.java:284)
	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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	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:4382)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4005)
	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:152)
	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: java.lang.ClassNotFoundException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:534)
	at java.base/java.lang.Class.forName(Class.java:513)
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:69)
	... 72 more

Check failure on line 0 in org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testActivateWholeWordsAndSearchForTwoWords (org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest)

artifacts/test-results-macos-13/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-ubuntu-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-windows-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
Raw output
org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
org.eclipse.core.runtime.AssertionFailedException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:71)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:45)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:1)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeFindReplaceUIForTextViewer(FindReplaceUITest.java:59)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeTextViewerWithFindReplaceUI(FindReplaceUITest.java:49)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.testActivateWholeWordsAndSearchForTwoWords(FindReplaceUITest.java:264)
	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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	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:4382)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4005)
	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:152)
	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: java.lang.ClassNotFoundException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:534)
	at java.base/java.lang.Class.forName(Class.java:513)
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:69)
	... 73 more

Check failure on line 0 in org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testChangeInputForIncrementalSearch (org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest)

artifacts/test-results-macos-13/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-ubuntu-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-windows-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
Raw output
org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
org.eclipse.core.runtime.AssertionFailedException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:71)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:45)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:1)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeFindReplaceUIForTextViewer(FindReplaceUITest.java:59)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeTextViewerWithFindReplaceUI(FindReplaceUITest.java:49)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.testChangeInputForIncrementalSearch(FindReplaceUITest.java:176)
	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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	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:4382)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4005)
	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:152)
	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: java.lang.ClassNotFoundException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:534)
	at java.base/java.lang.Class.forName(Class.java:513)
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:69)
	... 73 more

Check failure on line 0 in org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testSimpleReplace (org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest)

artifacts/test-results-macos-13/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-ubuntu-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-windows-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
Raw output
org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
org.eclipse.core.runtime.AssertionFailedException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:71)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:45)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:1)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeFindReplaceUIForTextViewer(FindReplaceUITest.java:59)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeTextViewerWithFindReplaceUI(FindReplaceUITest.java:49)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.testSimpleReplace(FindReplaceUITest.java:229)
	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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	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:4382)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4005)
	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:152)
	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: java.lang.ClassNotFoundException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:534)
	at java.base/java.lang.Class.forName(Class.java:513)
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:69)
	... 73 more

Check failure on line 0 in org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testFindWithWholeWordEnabledWithMultipleWords (org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest)

artifacts/test-results-macos-13/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-ubuntu-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-windows-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
Raw output
org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
org.eclipse.core.runtime.AssertionFailedException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:71)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:45)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:1)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeFindReplaceUIForTextViewer(FindReplaceUITest.java:59)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeTextViewerWithFindReplaceUI(FindReplaceUITest.java:49)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.testFindWithWholeWordEnabledWithMultipleWords(FindReplaceUITest.java:191)
	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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	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:4382)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4005)
	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:152)
	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: java.lang.ClassNotFoundException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:534)
	at java.base/java.lang.Class.forName(Class.java:513)
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:69)
	... 73 more

Check failure on line 0 in org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testShiftEnterReversesSearchDirection (org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest)

artifacts/test-results-macos-13/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-ubuntu-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-windows-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
Raw output
org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
org.eclipse.core.runtime.AssertionFailedException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:71)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:45)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:1)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeFindReplaceUIForTextViewer(FindReplaceUITest.java:59)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeTextViewerWithFindReplaceUI(FindReplaceUITest.java:49)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.testShiftEnterReversesSearchDirection(FindReplaceUITest.java:146)
	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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	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:4382)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4005)
	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:152)
	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: java.lang.ClassNotFoundException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:534)
	at java.base/java.lang.Class.forName(Class.java:513)
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:69)
	... 73 more

Check failure on line 0 in org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testInitialButtonState (org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest)

artifacts/test-results-macos-13/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-ubuntu-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
artifacts/test-results-windows-latest/tests/org.eclipse.ui.workbench.texteditor.tests/target/surefire-reports/TEST-org.eclipse.ui.workbench.texteditor.tests.WorkbenchTextEditorTestSuite.xml [took 0s]
Raw output
org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
org.eclipse.core.runtime.AssertionFailedException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:71)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:45)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceOverlayTest.openUIFromTextViewer(FindReplaceOverlayTest.java:1)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeFindReplaceUIForTextViewer(FindReplaceUITest.java:59)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.initializeTextViewerWithFindReplaceUI(FindReplaceUITest.java:49)
	at org.eclipse.ui.workbench.texteditor.tests.FindReplaceUITest.testInitialButtonState(FindReplaceUITest.java:95)
	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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	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:4382)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4005)
	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:152)
	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: java.lang.ClassNotFoundException: org.eclipse.ui.texteditor.FindReplaceOverlay cannot be found by org.eclipse.ui.workbench.texteditor.tests_3.14.500.qualifier
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:534)
	at java.base/java.lang.Class.forName(Class.java:513)
	at org.eclipse.text.tests.Accessor.<init>(Accessor.java:69)
	... 73 more

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

228 skipped tests found

There are 228 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
RcpTestSuite PlatformUITest ‑ testCreateAndRunWorkbenchWithExceptionOnStartup
RcpTestSuite WorkbenchConfigurerTest ‑ testDefaults
RcpTestSuite WorkbenchConfigurerTest ‑ testEmergencyClose
RcpTestSuite WorkbenchSaveRestoreStateTest ‑ testOnDemandSaveRestoreState
UiTestSuite org.eclipse.ui.internal.ide.DirectoryProposalContentAssistTestSuite org.eclipse.ui.internal.ide.DirectoryProposalContentAssistTest ‑ fileSeparatorOpensProposalPopup
UiTestSuite org.eclipse.ui.internal.ide.DirectoryProposalContentAssistTestSuite org.eclipse.ui.internal.ide.DirectoryProposalContentAssistTest ‑ opensProposalPopupWithSubfoldersAsProposals
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.MenusTest ‑ XXXtestMenuVisibilityWithCustomFactory
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IAggregateWorkingSetTest ‑ XXXtestWorkingSetSaveRestoreAggregates
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ XXXtestClose
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ XXXtestHideActionSet
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ XXXtestSaveAllEditors
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ XXXtestShowActionSet
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IFileEditorMappingTest ‑ testGetDefaultEditor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPageListenerTest ‑ testPageActivate
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPageListenerTest ‑ testPageClosed
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPageListenerTest ‑ testPageOpened
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPageServiceTest ‑ XXXtestRemovePageListener
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPageServiceTest ‑ XXXtestRemovePerspectiveListener
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPageServiceTest ‑ testAddPageListener
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPageServiceTest ‑ testAddPerspectiveListener
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPageServiceTest ‑ testGetActivePage
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPartServiceTest ‑ XXXtestPartHiddenWhenClosedAndShared
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPartServiceTest ‑ testViewFoundWhenOpened
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPerspectiveListenerTest ‑ testPerspectiveActivated
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPerspectiveListenerTest ‑ testPerspectiveChanged
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPerspectiveRegistryTest ‑ XXXtestDeleteClonedPerspective
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPerspectiveRegistryTest ‑ testFindPerspectiveWithLabel
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IViewPartTest ‑ XXXtestOpenAndCloseSaveNotNeeded
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndFindEditorWithMatchFlags
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor11
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor3
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor4
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor5
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor6
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor7
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor8
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor9
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenEditorsReuse
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenPerspectiveWithMultiViewPlaceholdersAtTopLevel
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenPerspectiveWithMultiViewPlaceholdersInFolder
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenPerspectiveWithMultiViewPlaceholdersInPlaceholderFolder
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPartTestableTests ‑ XXXtestGetComposite
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchTest ‑ XXXtestGetActiveWorkbenchWindow
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchTest ‑ XXXtestOpenWorkbenchWindow
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchTest ‑ XXXtestOpenWorkbenchWindow2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchTest ‑ testClose
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchTest ‑ testOpenPage1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchTest ‑ testOpenPage2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowActionDelegateTest ‑ XXXtestDisposeWorkbenchWindowActionDelegateBug81422
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowActionDelegateTest ‑ testDispose
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowTest ‑ XXXtestSetActivePage
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowTest ‑ testGetActivePage
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowTest ‑ testGetPages
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowTest ‑ testOpenPage
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowTest ‑ testOpenPage2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testNullListener
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.StickyViewTest ‑ XXXtestClosableFlag
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.StickyViewTest ‑ XXXtestMoveableFlag
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.StickyViewTest ‑ XXXtestPerspectiveViewToolBarVisible
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.RawIViewPartTest ‑ XXXtestCustomTitle
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.RawIViewPartTest ‑ XXXtestEmptyContentDescription
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.ViewPartTitleTest ‑ XXXtestCustomName
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.ViewPartTitleTest ‑ XXXtestCustomNameAndContentDescription
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIWizardsAuto ‑ testFileSystemExport
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIWizardsAuto ‑ testFileSystemImport
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIWizardsAuto ‑ testZipFileExport
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIWizardsAuto ‑ testZipFileImport
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testFindReplace
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testGotoResource
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testTaskFilters
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIWizardsAuto ‑ testFileSystemExport
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIWizardsAuto ‑ testFileSystemImport
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIWizardsAuto ‑ testZipFileExport
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIWizardsAuto ‑ testZipFileImport
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingPersistenceTest ‑ TODOtestBindingTransform
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ failsOnCocoatestCreateConflict
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ failsOnMacCocoatestConflictRemove
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ failsOnMacCocoatestConflictRestore
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ failsOnWinAndLinuxWith16VMtestUpdateKeySequence
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ XXXtestDynamicFactoryAddition
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ XXXtestDynamicFactoryRemove
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ XXXtestFactoryScopePopulation
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ XXXtestMenuServiceContribution
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ XXXtestPrivatePopup
UiTestSuite org.eclipse.ui.tests.preferences.ViewerItemsLimitTest ‑ testLimitedSearchResult
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetAuto ‑ XtestInputIfHiddenBug69953
UiTestSuite org.eclipse.ui.tests.releng.PluginActivationTests ‑ activePluginsShouldNotIncrease
UiTestSuite org.eclipse.ui.tests.releng.PluginActivationTests ‑ pluginsWithoutOSGiServiceOrActivatorShouldNotActive
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.ContributedServiceTest ‑ testLocalDialogService
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.ContributedServiceTest ‑ testLocalServiceCreated
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.ContributedServiceTest ‑ testWindowService
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.EvaluationServiceTest ‑ testRestriction
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.EvaluationServiceTest ‑ testScopedService
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.EvaluationServiceTest ‑ testSystemProperty
UiTestSuite ‑ TestSuite with 185 tests [example: drag maximized Project Explorer to right of editor area(org.eclipse.ui.tests.dnd.DragTest)]
UiTestSuite ‑ org.eclipse.ui.tests.systeminplaceeditor.OpenSystemInPlaceEditorTest
org.eclipse.e4.ui.bindings.tests.KeyDispatcherTest ‑ TODOtestKeyDispatcherReset
org.eclipse.e4.ui.css.swt.properties.preference.EclipsePreferencesHandlerTest ‑ testOverridePropertyWithNameAndValueSplitAndNameAlreadyAddedByUser
org.eclipse.e4.ui.tests.css.core.parser.MediaRulesTest ‑ testMediaRule
org.eclipse.e4.ui.tests.css.swt.ButtonTest ‑ testSelectedPseudo
org.eclipse.e4.ui.tests.css.swt.CSSSWTWidgetTest ‑ testEngineKey
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testFontsEditorStackClass
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testFontsEditorStackClass2
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testShowCloseEditorStack
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testShowCloseViewStack
org.eclipse.e4.ui.tests.css.swt.ShellActiveTest ‑ testShellActive
org.eclipse.e4.ui.tests.css.swt.ToolItemTest ‑ testSelectedPseudo
org.eclipse.e4.ui.tests.workbench.MWindowTest ‑ TODOtestWindow_X
org.eclipse.e4.ui.tests.workbench.MWindowTest ‑ TODOtestWindow_Y
org.eclipse.e4.ui.tests.workbench.ModelAssemblerTests ‑ testFragments_existingXMIID_checkExists
org.eclipse.e4.ui.tests.workbench.PartFocusTest ‑ Unknown test
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ TODOtestBug326175_True
org.eclipse.e4.ui.tests.workbench.SWTPartRendererTest ‑ Unknown test
org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererTest ‑ testMMenu_ToBeRendered
org.eclipse.jface.tests.databinding.scenarios.ComboUpdatingTest ‑ testBindItems_listHasDifferentItems_editable
org.eclipse.jface.tests.databinding.scenarios.ComboUpdatingTest ‑ testBindItems_listHasSameItems_editable
org.eclipse.jface.tests.fieldassist.ControlDecorationTests ‑ testBug418420
org.eclipse.jface.text.tests.MultiSelectionTest ‑ testViewer
org.eclipse.jface.text.tests.contentassist.FilteringAsyncContentAssistTests ‑ testFastCompletionsNotFilteredUntilLongComplitionsCalculated
org.eclipse.search.tests.filesearch.SearchResultPageTest ‑ testBasicDisplay
org.eclipse.search.tests.filesearch.SearchResultPageTest ‑ testRemoveTreeMatches
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ _testRegexFindLinebreak2
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ _testRegexReplace
org.eclipse.ui.tests.commands.ActionDelegateProxyTest ‑ testEditorActionDelegate
org.eclipse.ui.tests.commands.ActionDelegateProxyTest ‑ testViewDelegate
org.eclipse.ui.tests.commands.ActionDelegateProxyTest ‑ testWWActionDelegate
org.eclipse.ui.tests.commands.CommandEnablementTest ‑ testCommandWithHandlerProxy
org.eclipse.ui.tests.commands.CommandEnablementTest ‑ testEnablementForLocalContext
org.eclipse.ui.tests.commands.CommandEnablementTest ‑ testEnablementForNormalHandlers
org.eclipse.ui.tests.commands.CommandEnablementTest ‑ testEnablementWithHandlerProxy
org.eclipse.ui.tests.commands.CommandEnablementTest ‑ testEventsForDisabledHandlers
org.eclipse.ui.tests.commands.CommandEnablementTest ‑ testEventsForEnabledHandlers
org.eclipse.ui.tests.commands.CommandEnablementTest ‑ testEventsForNormalHandlers
org.eclipse.ui.tests.commands.CommandEnablementTest ‑ testRestoreContributedUI
org.eclipse.ui.tests.decorators.DecoratorTableTest ‑ testBackground
org.eclipse.ui.tests.decorators.DecoratorTableTest ‑ testFont
org.eclipse.ui.tests.decorators.DecoratorTableTest ‑ testForeground
org.eclipse.ui.tests.decorators.DecoratorTreeTest ‑ testBackground
org.eclipse.ui.tests.decorators.DecoratorTreeTest ‑ testFont
org.eclipse.ui.tests.decorators.DecoratorTreeTest ‑ testForeground
org.eclipse.ui.tests.dynamicplugins.AcceleratorConfigurationsExtensionDynamicTest ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.AcceleratorScopesExtensionDynamicTest ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.ActionDefinitionsExtensionDynamicTest ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.ActionSetTests ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.ActivitySupportTests ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.BindingsExtensionDynamicTest ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.CommandsExtensionDynamicTest ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.ContextsExtensionDynamicTest ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.DecoratorTests ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.DynamicContributionTest ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.DynamicInvalidContributionTest ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.DynamicInvalidControlContributionTest ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.DynamicPluginsTestSuite ‑ org.eclipse.ui.tests.dynamicplugins.BrowserTests
org.eclipse.ui.tests.dynamicplugins.DynamicSupportTests ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.EditorTests ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.EncodingTests ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.HandlersExtensionDynamicTest ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.HelpSupportTests ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.IntroTests ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.KeywordTests ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.NewWizardTests ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.ObjectContributionTests ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.PerspectiveTests ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.PreferencePageTests ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.PropertyPageTests ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.StartupTests ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.StatusHandlerTests ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.ViewTests ‑ Unknown test
org.eclipse.ui.tests.dynamicplugins.WorkingSetTests ‑ Unknown test
org.eclipse.ui.tests.fieldassist.ComboContentAssistCommandAdapterTest ‑ testBug243612
org.eclipse.ui.tests.fieldassist.ComboContentAssistCommandAdapterTest ‑ testBug271339EmptyAutoActivationCharacters
org.eclipse.ui.tests.fieldassist.ComboContentAssistCommandAdapterTest ‑ testBug271339EmptyAutoActivationCharacters2
org.eclipse.ui.tests.fieldassist.ComboContentAssistCommandAdapterTest ‑ testBug271339EmptyAutoActivationCharacters3
org.eclipse.ui.tests.fieldassist.ComboContentAssistCommandAdapterTest ‑ testHandlerPromptsPopup
org.eclipse.ui.tests.fieldassist.TextContentAssistCommandAdapterTest ‑ testBug271339EmptyAutoActivationCharacters
org.eclipse.ui.tests.fieldassist.TextContentAssistCommandAdapterTest ‑ testBug271339EmptyAutoActivationCharacters2
org.eclipse.ui.tests.fieldassist.TextContentAssistCommandAdapterTest ‑ testBug271339EmptyAutoActivationCharacters3
org.eclipse.ui.tests.fieldassist.TextContentAssistCommandAdapterTest ‑ testBug301196CorrectHandlerConflictResolution
org.eclipse.ui.tests.fieldassist.TextContentAssistCommandAdapterTest ‑ testHandlerPromptsPopup
org.eclipse.ui.tests.internal.Bug41931Test ‑ testBringToTop
org.eclipse.ui.tests.internal.EditorActionBarsTest ‑ test239945
org.eclipse.ui.tests.internal.EditorActionBarsTest ‑ testActionEnablementWhenActive
org.eclipse.ui.tests.internal.EditorActionBarsTest ‑ testActionEnablementWhenInactive
org.eclipse.ui.tests.internal.EditorActionBarsTest ‑ testCoolBarContribution
org.eclipse.ui.tests.internal.FileEditorMappingTest ‑ testClone
org.eclipse.ui.tests.internal.FileEditorMappingTest ‑ testEquals
org.eclipse.ui.tests.internal.FileEditorMappingTest ‑ testEquals2
org.eclipse.ui.tests.internal.FileEditorMappingTest ‑ testHashCode
org.eclipse.ui.tests.internal.FileEditorMappingTest ‑ testHashCode2
org.eclipse.ui.tests.internal.StickyViewManagerTest ‑ testMultipleStickyViewAcrossPerspectivesBug280656
org.eclipse.ui.tests.internal.StickyViewManagerTest ‑ testRemovedMultipleStickyViewAcrossPerspectives
org.eclipse.ui.tests.internal.StickyViewManagerTest ‑ testRemovedMultipleStickyViewAcrossPerspectives2
org.eclipse.ui.tests.internal.WorkbenchPageTest ‑ test1
org.eclipse.ui.tests.internal.WorkbenchPageTest ‑ test2
org.eclipse.ui.tests.internal.WorkbenchPageTest ‑ test3
org.eclipse.ui.tests.internal.WorkbenchPageTest ‑ test4
org.eclipse.ui.tests.internal.WorkbenchPageTest ‑ test5
org.eclipse.ui.tests.internal.WorkbenchPageTest ‑ test6
org.eclipse.ui.tests.internal.WorkbenchPageTest ‑ test7
org.eclipse.ui.tests.internal.WorkbenchPageTest ‑ test8
org.eclipse.ui.tests.internal.WorkbenchWindowSubordinateSourcesTests ‑ testIsCoolbarVisible
org.eclipse.ui.tests.internal.WorkbenchWindowSubordinateSourcesTests ‑ testIsPerspectiveBarVisible
org.eclipse.ui.tests.internal.WorkbenchWindowSubordinateSourcesTests ‑ testIsStatusLineVisible
org.eclipse.ui.tests.internal.WorkbenchWindowSubordinateSourcesTests ‑ testPerspectiveId
org.eclipse.ui.tests.intro.IntroPartTest ‑ Unknown test
org.eclipse.ui.tests.intro.IntroTest ‑ Unknown test
org.eclipse.ui.tests.intro.NoIntroPartTest ‑ Unknown test
org.eclipse.ui.tests.keys.Bug40023Test ‑ testCheckOnCheckbox
org.eclipse.ui.tests.keys.Bug42627Test ‑ testLogUndefined
org.eclipse.ui.tests.keys.Bug44460Test ‑ testCtrlShiftT
org.eclipse.ui.tests.keys.Bug53489Test ‑ testDoubleDelete
org.eclipse.ui.tests.markers.Bug75909Test ‑ testBasicFilter
org.eclipse.ui.tests.markers.Bug75909Test ‑ testRestoreNewStateMissingId
org.eclipse.ui.tests.markers.Bug75909Test ‑ testRestoreOldState
org.eclipse.ui.tests.markers.Bug75909Test ‑ testSaveState
org.eclipse.ui.tests.multieditor.AbstractMultiEditorTest ‑ Unknown test
org.eclipse.ui.tests.multieditor.MultiEditorTest ‑ Unknown test
org.eclipse.ui.tests.multipageeditor.MultiPageKeyBindingTest ‑ testSwitch
org.eclipse.ui.tests.navigator.resources.FoldersAsProjectsContributionTest ‑ alreadyAdded
org.eclipse.ui.tests.navigator.resources.FoldersAsProjectsContributionTest ‑ notYetImported
org.eclipse.ui.tests.services.EditorSourceTest ‑ testActiveEditor
org.eclipse.ui.tests.zoom.OpenEditorTest ‑ Unknown test
org.eclipse.ui.tests.zoom.ShowViewTest ‑ Unknown test
org.eclipse.ui.tests.zoom.ZoomedEditorCloseTest ‑ Unknown test
org.eclipse.ui.tests.zoom.ZoomedViewActivateTest ‑ Unknown test
org.eclipse.ui.tests.zoom.ZoomedViewCloseTest ‑ Unknown test

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

7618 tests found (test 1 to 506)

There are 7618 tests, see "Raw output" for the list of tests 1 to 506.
Raw output
AllTests org.eclipse.ltk.core.refactoring.tests.RefactoringContextTest ‑ testDisposeChangeFailed
AllTests org.eclipse.ltk.core.refactoring.tests.RefactoringContextTest ‑ testDisposeFinalFailed
AllTests org.eclipse.ltk.core.refactoring.tests.RefactoringContextTest ‑ testDisposeInitialFailed
AllTests org.eclipse.ltk.core.refactoring.tests.RefactoringContextTest ‑ testDisposeNormal
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testReadDescriptor0
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testReadDescriptor1
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testReadDescriptor10
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testReadDescriptor11
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testReadDescriptor12
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testReadDescriptor2
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testReadDescriptor3
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testReadDescriptor4
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testReadDescriptor5
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testReadDescriptor6
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testReadDescriptor7
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testReadDescriptor8
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testReadDescriptor9
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testWriteDescriptor0
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testWriteDescriptor1
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testWriteDescriptor2
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testWriteDescriptor3
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testWriteDescriptor4
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testWriteDescriptor5
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testWriteDescriptor6
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testWriteDescriptor7
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistorySerializationTests ‑ testWriteDescriptor8
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testDeleteProjectHistory0
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testDeleteProjectHistory1
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testDeleteRefactoringDescriptors0
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testDeleteRefactoringDescriptors1
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testPopDescriptor0
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testPopDescriptor1
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testPushDescriptor0
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testPushDescriptor1
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testPushDescriptor2
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testReadProjectHistory0
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testReadProjectHistory1
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testReadProjectHistory2
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testReadProjectHistory3
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testReadProjectHistory4
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testReadProjectHistory5
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testReadProjectHistory6
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testReadRefactoringHistory0
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testReadRefactoringHistory1
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testReadWorkspaceHistory0
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testReadWorkspaceHistory1
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testReadWorkspaceHistory2
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testReadWorkspaceHistory3
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testSharing0
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testSharing1
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testSortOrder0
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testSortOrder1
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testSortOrder2
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testSortOrder3
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testSortOrder4
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testSortOrder5
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testSortOrder6
AllTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryTests org.eclipse.ltk.core.refactoring.tests.history.RefactoringHistoryServiceTests ‑ testSortOrder7
AllTests org.eclipse.ltk.core.refactoring.tests.participants.ParticipantTests org.eclipse.ltk.core.refactoring.tests.participants.CancelingParticipantTests ‑ testCheckConditions
AllTests org.eclipse.ltk.core.refactoring.tests.participants.ParticipantTests org.eclipse.ltk.core.refactoring.tests.participants.CancelingParticipantTests ‑ testCreateChange
AllTests org.eclipse.ltk.core.refactoring.tests.participants.ParticipantTests org.eclipse.ltk.core.refactoring.tests.participants.CancelingParticipantTests ‑ testCreatePreChange
AllTests org.eclipse.ltk.core.refactoring.tests.participants.ParticipantTests org.eclipse.ltk.core.refactoring.tests.participants.FailingParticipantTests ‑ testFailingParticipants
AllTests org.eclipse.ltk.core.refactoring.tests.participants.ParticipantTests org.eclipse.ltk.core.refactoring.tests.participants.FailingParticipantTests ‑ testFailingRefactorWithPreParticipants
AllTests org.eclipse.ltk.core.refactoring.tests.participants.ParticipantTests org.eclipse.ltk.core.refactoring.tests.participants.MoveRefactoringWithRefUpdateTest ‑ testMoveRefactoringWithParticipants
AllTests org.eclipse.ltk.core.refactoring.tests.participants.ParticipantTests org.eclipse.ltk.core.refactoring.tests.participants.SharedTextChangeTests ‑ testSharedUpdating
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringTests ‑ testDeleteRefactoring1_bug343584
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringTests ‑ testDeleteRefactoring2_bug343584
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringTests ‑ testDeleteRefactoring3_bug343584
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringTests ‑ testMoveChange1
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringTests ‑ testMoveChange2
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringTests ‑ testMoveChange3
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringTests ‑ testMoveRefactoring1
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringTests ‑ testMoveRefactoring2
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringTests ‑ testMoveRefactoring3
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringTests ‑ testMoveRenameRefactoring1
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringTests ‑ testMoveRenameRefactoring2
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringTests ‑ testMoveRenameRefactoring3
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringUndoTests ‑ testFileDeleteUndoRedoLTK
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringUndoTests ‑ testFileLinkedDeleteUndoRedoLTK
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringUndoTests ‑ testFileRenameUndoRedoLTK
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringUndoTests ‑ testFolderDeleteLinkedDeletedOnFilesystemUndoRedoLTK
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringUndoTests ‑ testFolderDeleteLinkedUndoRedoLTK
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringUndoTests ‑ testFolderDeleteUndoRedoLTK
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringUndoTests ‑ testFolderRenameUndoRedoLTK
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringUndoTests ‑ testPreChangeUndoRedoLTK
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringUndoTests ‑ testProjectClosedDeleteUndoRedoLTK
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringUndoTests ‑ testProjectClosedDeleteWithContentUndoRedoLTK
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringUndoTests ‑ testProjectDeleteUndoRedoLTK
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringUndoTests ‑ testProjectDeleteWithContentUndoRedoLTK
AllTests org.eclipse.ltk.core.refactoring.tests.resource.ResourceRefactoringUndoTests ‑ testProjectRenameUndoRedoLTK
AllTests org.eclipse.ltk.core.refactoring.tests.scripting.RefactoringScriptingTests org.eclipse.ltk.core.refactoring.tests.scripting.RefactoringScriptApplicationTests ‑ test0
AllTests org.eclipse.ltk.ui.refactoring.tests.EmptySuite ‑ test0
RcpTestSuite ActionBarConfigurerTest ‑ testDefaults
RcpTestSuite IWorkbenchPageTest ‑ test70080
RcpTestSuite PlatformUITest ‑ testCreateAndRunWorkbench
RcpTestSuite PlatformUITest ‑ testCreateAndRunWorkbenchWithExceptionOnStartup
RcpTestSuite PlatformUITest ‑ testCreateDisplay
RcpTestSuite PlatformUITest ‑ testEarlyGetWorkbench
RcpTestSuite WorkbenchAdvisorTest ‑ testCloseFromPostStartup
RcpTestSuite WorkbenchAdvisorTest ‑ testEarlyGetWorkbench
RcpTestSuite WorkbenchAdvisorTest ‑ testEmptyProgressRegion
RcpTestSuite WorkbenchAdvisorTest ‑ testEventLoopCrash
RcpTestSuite WorkbenchAdvisorTest ‑ testFillAllActionBar
RcpTestSuite WorkbenchAdvisorTest ‑ testShellClose
RcpTestSuite WorkbenchAdvisorTest ‑ testTrivialOpenClose
RcpTestSuite WorkbenchAdvisorTest ‑ testTrivialRestoreClose
RcpTestSuite WorkbenchAdvisorTest ‑ testTwoDisplays
RcpTestSuite WorkbenchConfigurerTest ‑ testDefaults
RcpTestSuite WorkbenchConfigurerTest ‑ testEmergencyClose
RcpTestSuite WorkbenchConfigurerTest ‑ testThreading
RcpTestSuite WorkbenchListenerTest ‑ testPreAndPostShutdown
RcpTestSuite WorkbenchSaveRestoreStateTest ‑ testOnDemandSaveRestoreState
RcpTestSuite WorkbenchSaveRestoreStateTest ‑ testSaveRestoreActionBarState
RcpTestSuite WorkbenchSaveRestoreStateTest ‑ testSaveRestoreAdvisorState
RcpTestSuite WorkbenchSaveRestoreStateTest ‑ testSaveRestoreWindowState
RcpTestSuite WorkbenchTest ‑ testWorkbenchShutdownProducesNoActivityManagerEvents
RcpTestSuite WorkbenchWindowConfigurerTest ‑ test104558_F_F
RcpTestSuite WorkbenchWindowConfigurerTest ‑ test104558_F_T
RcpTestSuite WorkbenchWindowConfigurerTest ‑ test104558_T_F
RcpTestSuite WorkbenchWindowConfigurerTest ‑ test104558_T_T
RcpTestSuite WorkbenchWindowConfigurerTest ‑ testDefaults
RcpTestSuite WorkbenchWindowConfigurerTest ‑ testThreading
UiTestSuite org.eclipse.ui.internal.ide.ChooseWorkspaceDialogTests ‑ testFilterDuplicatedPaths
UiTestSuite org.eclipse.ui.internal.ide.DirectoryProposalContentAssistTestSuite org.eclipse.ui.internal.ide.DirectoryProposalContentAssistTest ‑ fileSeparatorOpensProposalPopup
UiTestSuite org.eclipse.ui.internal.ide.DirectoryProposalContentAssistTestSuite org.eclipse.ui.internal.ide.DirectoryProposalContentAssistTest ‑ opensProposalPopupWithSubfoldersAsProposals
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testAll
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testAstersisksAndEndTerminator
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testAstersisksForGaps
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testAstersisksForOneGap
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testCapitalizedText
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testCaseInsensitivity
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testEndTerminator
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testEndsWithQuestionMark
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testEndsWithQuestionMarkAndEndTerminator
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testFullHighlighting
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testJustAsteriskNothingFound
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testJustQuestionMark
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testManyAsterisks
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testMultipleEndTerminators
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testNothingFound
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testNullAndEmptyParameter
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testQuestionMarks
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testStartsWithAsteriskAndQuestionMark
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testStartsWithQuestionMark
UiTestSuite org.eclipse.ui.tests.StyledStringHighlighterTest ‑ testTextShorterThanPattern
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.ActivityPreferenceTest ‑ testActivityPreference
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.DynamicTest ‑ testActivityListener
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.DynamicTest ‑ testActivityManagerListener
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.DynamicTest ‑ testActivityPatternBindings
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.DynamicTest ‑ testCategoryListener
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.DynamicTest ‑ testDynamicRegistry
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.DynamicTest ‑ testEnabledActivities
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.DynamicTest ‑ testIdentifiersListener
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.DynamicTest ‑ testSizes
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.ImagesTest ‑ testActivityImages
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.ImagesTest ‑ testCategoryImages
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.MenusTest ‑ XXXtestMenuVisibilityWithCustomFactory
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.MenusTest ‑ testNoNamespaceFactory
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.PatternUtilTest ‑ testQuotePattern
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.PersistanceTest ‑ testActivityPatternBindings
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.PersistanceTest ‑ testActivityPermutations
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.PersistanceTest ‑ testActivityRequirementBindings
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.PersistanceTest ‑ testCategoryActivityBindings
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.PersistanceTest ‑ testCategoryPermutations
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.StaticTest ‑ testActivity
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.StaticTest ‑ testActivityManager
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.StaticTest ‑ testCategory
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testCategoryCount1_A
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testCategoryCount2_A
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testCategoryCount4_A
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testCategoryCount5_A
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testExpressionEnablement
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testGetDisabledCategories1
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testGetDisabledCategories2
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testGetDisabledCategories3
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testGetDisabledCategories4
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testGetDisabledCategories5
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testGetEnabledCategories1
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testGetEnabledCategories1_A
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testGetEnabledCategories2
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testGetEnabledCategories2_A
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testGetEnabledCategories3
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testGetEnabledCategories3_A
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testGetEnabledCategories4
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testGetEnabledCategories4_A
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testGetEnabledCategories5
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testGetEnabledCategories5_Aa
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testGetEnabledCategories5_Ab
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testNonRegExpressionPattern
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testPropertyTester1
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testPropertyTester2
UiTestSuite org.eclipse.ui.tests.activities.ActivitiesTestSuite org.eclipse.ui.tests.activities.UtilTest ‑ testSetEnabledExpressionActivity
UiTestSuite org.eclipse.ui.tests.adaptable.AdaptableTestSuite org.eclipse.ui.tests.adaptable.AdaptableDecoratorTestCase ‑ testDisableDecorator
UiTestSuite org.eclipse.ui.tests.adaptable.AdaptableTestSuite org.eclipse.ui.tests.adaptable.AdaptableDecoratorTestCase ‑ testEnableDecorator
UiTestSuite org.eclipse.ui.tests.adaptable.AdaptableTestSuite org.eclipse.ui.tests.adaptable.AdaptableDecoratorTestCase ‑ testRefreshFullContributor
UiTestSuite org.eclipse.ui.tests.adaptable.AdaptableTestSuite org.eclipse.ui.tests.adaptable.AdaptableDecoratorTestCase ‑ testRefreshLightContributor
UiTestSuite org.eclipse.ui.tests.adaptable.AdaptableTestSuite org.eclipse.ui.tests.adaptable.MarkerImageProviderTest ‑ testDynamic
UiTestSuite org.eclipse.ui.tests.adaptable.AdaptableTestSuite org.eclipse.ui.tests.adaptable.MarkerImageProviderTest ‑ testStatic
UiTestSuite org.eclipse.ui.tests.adaptable.AdaptableTestSuite org.eclipse.ui.tests.adaptable.SelectionAdapterTest ‑ testBasicSelection
UiTestSuite org.eclipse.ui.tests.adaptable.AdaptableTestSuite org.eclipse.ui.tests.adaptable.SelectionAdapterTest ‑ testBasicSelectionEmpty
UiTestSuite org.eclipse.ui.tests.adaptable.AdaptableTestSuite org.eclipse.ui.tests.adaptable.SelectionAdapterTest ‑ testStructuredSelection
UiTestSuite org.eclipse.ui.tests.adaptable.AdaptableTestSuite org.eclipse.ui.tests.adaptable.SelectionAdapterTest ‑ testStructuredSelectionEmpty
UiTestSuite org.eclipse.ui.tests.adaptable.AdaptableTestSuite org.eclipse.ui.tests.adaptable.SelectionAdapterTest ‑ testStructuredSelectionOne
UiTestSuite org.eclipse.ui.tests.adaptable.AdaptableTestSuite org.eclipse.ui.tests.adaptable.WorkingSetTestCase ‑ testWorkSetAdaptation
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.Bug407422Test ‑ test
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.Bug42616Test ‑ testErrorCondition
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.Bug75118Test ‑ testWizards
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.EditorIconTest ‑ testBadIcon
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.EditorIconTest ‑ testBug395126
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.EditorIconTest ‑ testBug395126_missing
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.EditorIconTest ‑ testBug474072
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.EditorIconTest ‑ testBug474072_missing
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.EditorIconTest ‑ testDependantBundleIcon
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.EditorIconTest ‑ testNonDependantBundleIcon
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IActionBarsTest ‑ testGetGlobalActionHandler
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IActionBarsTest ‑ testGetMenuManager
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IActionBarsTest ‑ testGetStatusLineManager
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IActionBarsTest ‑ testGetToolBarManager
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IActionBarsTest ‑ testSetGlobalActionHandler
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IActionFilterTest ‑ testDynamicLifecycle
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IActionFilterTest ‑ testDynamicMenuContribution
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IActionFilterTest ‑ testStaticLifecycle
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IActionFilterTest ‑ testStaticMenuContribution
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IAggregateWorkingSetTest ‑ XXXtestWorkingSetSaveRestoreAggregates
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IAggregateWorkingSetTest ‑ testCycleCleanup
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IAggregateWorkingSetTest ‑ testGetElemets
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IAggregateWorkingSetTest ‑ testSaveWSet
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IAggregateWorkingSetTest ‑ testWorkingSetCycle
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IAggregateWorkingSetTest ‑ testWorkingSetSaveNeverRestoresAggregate
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ XXXtestClose
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ XXXtestHideActionSet
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ XXXtestSaveAllEditors
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ XXXtestShowActionSet
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testActivate
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testBringToTop
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testCloseAllEditors
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testCloseEditor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testFindView
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testGetEditors
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testGetInput
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testGetLabel
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testGetPerspective
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testGetViews
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testGetWorkbenchWindow
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testGet_SetEditorAreaVisible
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testHideView
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testOpenEditor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testOpenEditor2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testOpenEditor3
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testOpenEditor4
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testOpenEditor5
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testOpenEditor6
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testSaveEditor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testSetPerspective
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IDeprecatedWorkbenchPageTest ‑ testShowView
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorActionBarContributorTest ‑ testInit
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorActionBarContributorTest ‑ testSetActiveEditor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorDescriptorTest ‑ testGetId
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorDescriptorTest ‑ testGetImageDescriptor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorDescriptorTest ‑ testGetLabel
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorMatchingStrategyTest ‑ testFindMatchingEditor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorMatchingStrategyTest ‑ testOpenMatchingEditor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorPartTest ‑ testGetShellAfterClose
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorPartTest ‑ testOpenAndClose
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorPartTest ‑ testOpenAndCloseSaveNotNeeded
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorPartTest ‑ testOpenAndCloseWithNoMemento
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testAddContentTypeBinding_bug502837
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testAddPropertyListener
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testBug308894
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testDefaultedContentTypeEditor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testEditorContentTypeByExtWithContentType
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testEditorContentTypeByExtWithoutContentType1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testEditorContentTypeByExtWithoutContentType2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testEditorContentTypeByFilenameWithContentType
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testEditorContentTypeByFilenameWithoutContentType1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testEditorContentTypeByFilenameWithoutContentType2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testFindEditor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testFindExternalEditor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testGetDefaultEditor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testGetDefaultEditor2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testGetDefaultEditor3
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testGetDefaultEditor4_Bug356116
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testGetDefaultEditorForContentType
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testGetEditors
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testGetFileEditorMappings
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testGetImageDescriptor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testNoDefaultEditors
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testRemoveContentType_bug520239
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testRemoveExtension
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testRemovePropertyListener
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testSetDefaultEditor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorRegistryTest ‑ testSwitchDefaultToExternalBug236104
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorSiteTest ‑ testGetActionBarContributor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorSiteTest ‑ testGetId
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorSiteTest ‑ testGetPage
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorSiteTest ‑ testGetPluginId
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorSiteTest ‑ testGetRegisteredName
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorSiteTest ‑ testGetSelectionProvider
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorSiteTest ‑ testGetShell
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorSiteTest ‑ testGetWorkbenchWindow
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorSiteTest ‑ testINestableService
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IEditorSiteTest ‑ testSetSelectionProvider
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IFileEditorMappingTest ‑ testGetDefaultEditor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IFileEditorMappingTest ‑ testGetEditors
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IFileEditorMappingTest ‑ testGetExtension
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IFileEditorMappingTest ‑ testGetImageDescriptor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IFileEditorMappingTest ‑ testGetLabel
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IFileEditorMappingTest ‑ testGetName
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPageLayoutTest ‑ testGetDescriptor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPageListenerTest ‑ testPageActivate
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPageListenerTest ‑ testPageClosed
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPageListenerTest ‑ testPageOpened
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPageServiceTest ‑ XXXtestRemovePageListener
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPageServiceTest ‑ XXXtestRemovePerspectiveListener
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPageServiceTest ‑ testAddPageListener
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPageServiceTest ‑ testAddPerspectiveListener
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPageServiceTest ‑ testGetActivePage
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPageServiceTest ‑ testLocalPageService
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPartServiceTest ‑ XXXtestPartHiddenWhenClosedAndShared
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPartServiceTest ‑ testAddPartListenerToPage
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPartServiceTest ‑ testAddPartListenerToWindow
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPartServiceTest ‑ testEditorFoundWhenOpened
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPartServiceTest ‑ testLocalPartService
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPartServiceTest ‑ testPartHiddenBeforeClosing
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPartServiceTest ‑ testPartHiddenWhenClosedAndUnshared
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPartServiceTest ‑ testPartHiddenWhenObscured
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPartServiceTest ‑ testPartVisibleWhenObscured
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPartServiceTest ‑ testPartVisibleWhenOpenedShared
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPartServiceTest ‑ testPartVisibleWhenOpenedUnshared
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPartServiceTest ‑ testRemovePartListenerFromPage
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPartServiceTest ‑ testRemovePartListenerFromWindow
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPartServiceTest ‑ testViewFoundWhenOpened
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPerspectiveDescriptorTest ‑ testGetId
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPerspectiveDescriptorTest ‑ testGetImageDescriptor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPerspectiveDescriptorTest ‑ testGetLabel
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPerspectiveListenerTest ‑ testPerspectiveActivated
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPerspectiveListenerTest ‑ testPerspectiveChanged
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPerspectiveRegistryTest ‑ XXXtestDeleteClonedPerspective
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPerspectiveRegistryTest ‑ testFindPerspectiveWithId
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPerspectiveRegistryTest ‑ testFindPerspectiveWithLabel
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPerspectiveRegistryTest ‑ testGetDefaultPerspective
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPerspectiveRegistryTest ‑ testGetPerspectives
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IPerspectiveRegistryTest ‑ testSetDefaultPerspective
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.ISelectionServiceTest ‑ testAddSelectionListener
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.ISelectionServiceTest ‑ testGetSelection
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.ISelectionServiceTest ‑ testLocalSelectionService
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.ISelectionServiceTest ‑ testRemoveSelectionListener
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.ISelectionServiceTest ‑ testSelectionEventWhenActivated
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.ISelectionServiceTest ‑ testSelectionEventWhenInactive
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IViewActionDelegateTest ‑ testInit
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IViewActionDelegateTest ‑ testRun
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IViewActionDelegateTest ‑ testSelectionChanged
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IViewPartTest ‑ XXXtestOpenAndCloseSaveNotNeeded
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IViewPartTest ‑ testOpenAndClose
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IViewSiteTest ‑ testGetActionBars
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IViewSiteTest ‑ testGetId
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IViewSiteTest ‑ testGetPage
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IViewSiteTest ‑ testGetPluginId
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IViewSiteTest ‑ testGetRegisteredName
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IViewSiteTest ‑ testGetSelectionProvider
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IViewSiteTest ‑ testGetShell
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IViewSiteTest ‑ testGetWorkbenchWindow
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IViewSiteTest ‑ testINestableService
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IViewSiteTest ‑ testSetSelectionProvider
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testActivate
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testBringToTop
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testBringToTop_MinimizedViewWithEditorsBug292966
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testBringToTop_MinimizedViewWithoutEditorsBug292966
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testBug76285
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testClose
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testCloseAllEditors
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testCloseAllPerspectives
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testCloseAllPerspectivesDoesNotPromptBug272070
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testCloseEditor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testCloseEditors
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testClosePerspective
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testClosePerspectiveDoesNotPromptBug272070
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testCloseWithSaveNeeded
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testFindHistoryViewReferenceAfterShowViewCommand
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testFindSecondaryViewReference
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testFindView
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testFindViewReference
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testFindViewReferenceAfterShowViewCommand
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testGetEditors
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testGetInput
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testGetLabel
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testGetNewWizardShortcuts
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testGetOpenPerspectives
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testGetPerspective
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testGetPerspectiveShortcuts
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testGetShowViewShortcuts
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testGetSortedPerspectives
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testGetViewStackWithSecondaryId
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testGetViewStackWithoutSecondaryId
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testGetViews
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testGetWorkbenchWindow
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testGet_SetEditorAreaVisible
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testHideActionSet
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testHideSaveableView
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testHideViewWithPart
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testHideViewWithReference
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testIDESaveAllEditors
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndFindEditorWithMatchFlags
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor11
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor3
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor4
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor5
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor6
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor7
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor8
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenAndHideEditor9
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenEditor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenEditor2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenEditor3
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenEditor4
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenEditor5
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenEditor6
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenEditor7_Bug203640
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenEditors1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenEditors3
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenEditorsReuse
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenPerspectiveWithMultiViewPlaceholdersAtTopLevel
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenPerspectiveWithMultiViewPlaceholdersInFolder
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testOpenPerspectiveWithMultiViewPlaceholdersInPlaceholderFolder
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testRelativeViewVisibility
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testSaveAllEditors
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testSaveEditor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testSaveEffectsSharedModel
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testSetPartState
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testSetPerspective
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testShowActionSet
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testShowEditorInput
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testShowView
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testShowViewMult
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testStackOrder
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testView_ACTIVE2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testView_CREATE1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testView_CREATE2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testView_CREATE3
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testView_VISIBLE1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testView_VISIBLE2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testView_VISIBLE3
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testWorkingSets1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testWorkingSets2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testWorkingSets3
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPageTest ‑ testWorkingSetsPersisted_Bug385592
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchPartTestableTests ‑ XXXtestGetComposite
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchTest ‑ XXXtestGetActiveWorkbenchWindow
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchTest ‑ XXXtestOpenWorkbenchWindow
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchTest ‑ XXXtestOpenWorkbenchWindow2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchTest ‑ testClose
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchTest ‑ testGetEditorRegistry
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchTest ‑ testGetPerspectiveRegistry
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchTest ‑ testGetPrefereneManager
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchTest ‑ testGetSharedImages
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchTest ‑ testGetWorkbenchWindows
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchTest ‑ testGetWorkingSetManager
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchTest ‑ testOpenPage1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchTest ‑ testOpenPage2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowActionDelegateTest ‑ XXXtestDisposeWorkbenchWindowActionDelegateBug81422
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowActionDelegateTest ‑ testDispose
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowActionDelegateTest ‑ testLazyInit
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowActionDelegateTest ‑ testRun
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowActionDelegateTest ‑ testSelectionChanged
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowTest ‑ XXXtestSetActivePage
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowTest ‑ testClose
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowTest ‑ testGetActivePage
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowTest ‑ testGetPages
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowTest ‑ testGetShell
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowTest ‑ testGetWorkbench
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowTest ‑ testIsApplicationMenu
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowTest ‑ testOpenPage
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkbenchWindowTest ‑ testOpenPage2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetElementAdapterTests ‑ testBasicWorkingSetElementAdapter_AdapterManager
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetElementAdapterTests ‑ testBasicWorkingSetElementAdapter_Direct
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetElementAdapterTests ‑ testBasicWorkingSetElementAdapter_IAdaptable
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetElementAdapterTests ‑ testBasicWorkingSetElementAdapter_Inheritance
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetManagerTest ‑ testAddPropertyChangeListener
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetManagerTest ‑ testAddRecentWorkingSet
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetManagerTest ‑ testAddWorkingSet
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetManagerTest ‑ testConfigBlockFilter
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetManagerTest ‑ testCreateWorkingSet
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetManagerTest ‑ testCreateWorkingSetFromMemento
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetManagerTest ‑ testCreateWorkingSetSelectionDialog
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetManagerTest ‑ testGetRecentWorkingSets
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetManagerTest ‑ testGetWorkingSet
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetManagerTest ‑ testGetWorkingSets
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetManagerTest ‑ testListenerSafety
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetManagerTest ‑ testRecentWorkingSetsLength
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetManagerTest ‑ testRemovePropertyChangeListener
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetManagerTest ‑ testRemoveWorkingSet
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetManagerTest ‑ testRemoveWorkingSetAfterRename
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetTest ‑ testApplicableTo_Adapter1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetTest ‑ testApplicableTo_AdapterManager1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetTest ‑ testApplicableTo_AdapterManager2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetTest ‑ testApplicableTo_DirectComparison
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetTest ‑ testApplicableTo_Inheritance
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetTest ‑ testApplicableTo_ResourceWorkingSet
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetTest ‑ testBadFactory_Restore
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetTest ‑ testBadFactory_Save
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetTest ‑ testGetElements
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetTest ‑ testGetId
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetTest ‑ testGetName
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetTest ‑ testIsEmpty

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

7618 tests found (test 507 to 960)

There are 7618 tests, see "Raw output" for the list of tests 507 to 960.
Raw output
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetTest ‑ testNoDuplicateWorkingSetName
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetTest ‑ testNoDuplicateWorkingSetNamesDifferentLabels
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetTest ‑ testSetElements
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetTest ‑ testSetId
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.IWorkingSetTest ‑ testSetName
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.MockWorkingSetTest ‑ testWorkingSetDescriptor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.MockWorkingSetTest ‑ testWorkingSetRegistry
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.ModeledPageLayoutTest ‑ addEditorOnboardingCommandWhenBrokenKeyBindingExsists
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.ModeledPageLayoutTest ‑ addsEditorOnboardingCommandIds
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.ModeledPageLayoutTest ‑ addsUpToFiveEditorOnboardingCommandIds
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.ModeledPageLayoutTest ‑ doesNotAddUnexistingOnboardingCommandIds
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.ModeledPageLayoutTest ‑ setsEditorOnboardingImageUri
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.ModeledPageLayoutTest ‑ setsEditorOnboardingText
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.MultipleWindowsTest ‑ testIndependentWorkingSets
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.PerspectiveExtensionReaderTest ‑ extendsOnboardingTags
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.PlatformUITest ‑ testGetWorkbench
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.PlatformUITest ‑ testPLUGIN_ID
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SaveablesListTest ‑ testPreclosePartsWithSaveOptions_DiscardAll
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SaveablesListTest ‑ testPreclosePartsWithSaveOptions_SaveAll
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SaveablesListTest ‑ testPreclosePartsWithSaveOptions_SaveFew
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testAdaptsToT1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testAdaptsToT2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testAdaptsToT3
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testAdaptsToT4
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testAdaptsToT5
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testAlreadyDeliveredAnyPartPart1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testAlreadyDeliveredAnyPartPart2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testAlreadyDeliveredPart1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testAlreadyDeliveredPart2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testCreateListenerTest
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testDecorateT1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testDecorateT2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testDecorateT3
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testDecorateT4
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testDecorateT5
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testDeliverDelayed
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testEmptySelectionListener
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testEmptySelectionListener2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testMinimumSelectionSizeT1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testMinimumSelectionSizeT2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testMinimumSelectionSizeT3
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testMinimumSelectionSizeT4
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testNullListener
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testSelectionPartVisibleT1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testSelectionPartVisibleT2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testSelectionPartVisibleT3
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testSelectionPartVisibleT4
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testSelectionSizeT1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testSelectionSizeT2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testSelectionTypeT1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testSelectionTypeT2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testSelfMuteT1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testSelfMuteT2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testSelfMuteT3
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testSelfMuteT4
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testSelfMuteT5
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testTargetPartVisibleT1
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testTargetPartVisibleT2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testUserPredicate
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testUserPredicateT2
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testUserPredicateT3
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.SelectionListenerFactoryTest ‑ testUserPredicateT4
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.StickyViewTest ‑ XXXtestClosableFlag
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.StickyViewTest ‑ XXXtestMoveableFlag
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.StickyViewTest ‑ XXXtestPerspectiveViewToolBarVisible
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.StickyViewTest ‑ testPerspectiveCloseStandaloneView
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.StickyViewTest ‑ testPerspectiveOpen
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.StickyViewTest ‑ testPerspectiveReset
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.StickyViewTest ‑ testStackContents
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.StickyViewTest ‑ testStackPlacementBottom
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.StickyViewTest ‑ testStackPlacementLeft
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.StickyViewTest ‑ testStackPlacementRight
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.StickyViewTest ‑ testStackPlacementTop
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.UIJobTest ‑ testJoin
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.WorkbenchPluginTest ‑ testGetImageRegistryFromAdditionalDisplay
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.XMLMementoTest ‑ testCopyChild
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.XMLMementoTest ‑ testCreateAndGetChild
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.XMLMementoTest ‑ testCreateReadRootReader
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.XMLMementoTest ‑ testCreateReadRootReaderExceptionCases
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.XMLMementoTest ‑ testCreateReadRootReaderString
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.XMLMementoTest ‑ testCreateWriteRoot
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.XMLMementoTest ‑ testGetChildren
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.XMLMementoTest ‑ testGetID
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.XMLMementoTest ‑ testIllegalKeys
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.XMLMementoTest ‑ testLegalKeys
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.XMLMementoTest ‑ testMementoWithTextContent113659
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.XMLMementoTest ‑ testPutAndGetFloat
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.XMLMementoTest ‑ testPutAndGetInteger
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.XMLMementoTest ‑ testPutAndGetString
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.XMLMementoTest ‑ testPutAndGetTextData
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.XMLMementoTest ‑ testPutMemento
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.XMLMementoTest ‑ testPutTextDataWithChildrenBug93718
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.XMLMementoTest ‑ testSpacesInKeysAreIllegal
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.XMLMementoTest ‑ testSpacesInRootAreIllegal
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.ArbitraryPropertyTest ‑ testEditorProperties
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.ArbitraryPropertyTest ‑ testViewProperties
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.Bug543609Test ‑ testViewWithState
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.DependencyInjectionViewTest ‑ testDependencyInjectionLifecycle
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.LifecycleViewTest ‑ testLifecycle
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.OverriddenTitleTest ‑ testCustomContentDescription
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.OverriddenTitleTest ‑ testCustomName
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.OverriddenTitleTest ‑ testCustomNameAndContentDescription
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.OverriddenTitleTest ‑ testCustomTitle
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.OverriddenTitleTest ‑ testDefaults
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.OverriddenTitleTest ‑ testEmptyContentDescription
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.RawIViewPartTest ‑ XXXtestCustomTitle
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.RawIViewPartTest ‑ XXXtestEmptyContentDescription
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.RawIViewPartTest ‑ testDefaults
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.ViewPartTitleTest ‑ XXXtestCustomName
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.ViewPartTitleTest ‑ XXXtestCustomNameAndContentDescription
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.ViewPartTitleTest ‑ testCustomContentDescription
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.ViewPartTitleTest ‑ testCustomTitle
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.ViewPartTitleTest ‑ testDefaults
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.api.workbenchpart.ViewPartTitleTest ‑ testNullTitle
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.ide.api.FileEditorInputTest ‑ testBug72337
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.ide.api.IDETest ‑ testOverrideEditorAssociations
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.ide.api.IDETest2 ‑ testGetEditorDescriptorForFileStoreDoesNotExist
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.ide.api.IDETest2 ‑ testGetEditorDescriptorForFileStoreNoContentType
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.ide.api.IDETest2 ‑ testGetEditorDescriptorForFileStoreNoEditor
UiTestSuite org.eclipse.ui.tests.api.ApiTestSuite org.eclipse.ui.tests.ide.api.IDETest2 ‑ testGetEditorDescriptorForFileStoreWithEditor
UiTestSuite org.eclipse.ui.tests.api.StartupTest ‑ testStartup
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.Bug125792Test ‑ testParameterizedCommand_generateCombinations
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.Bug417762Test ‑ testAsReported
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.Bug417762Test ‑ testSuggestionUseExecuteCommand
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.Bug417762Test ‑ testSuggestionUseExecuteCommandInContext
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.Bug417762Test ‑ testSuggestionUseParameterizedCommandExecuteWithChecks
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.Bug73756Test ‑ testUndefinedCommandIsActiveLogged
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandActionTest ‑ testCommandId
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandActionTest ‑ testParameterizedCommand
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandCallbackTest ‑ testCallbackCleanup
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandCallbackTest ‑ testCommandThroughWindow
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandCallbackTest ‑ testNoParametersNoCallbacks
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandCallbackTest ‑ testNoParametersWithCallbacks
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandCallbackTest ‑ testParametersWithCallbacks
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandCallbackTest ‑ testParmsToDifferentProtocol
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandCallbackTest ‑ testParmsToSameCommand
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandExecutionTest ‑ testCommandExecute
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandExecutionTest ‑ testCommandExecuteClosePart
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandExecutionTest ‑ testCommandExecuteRefresh
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandExecutionTest ‑ testCommandListenerExecute
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandExecutionTest ‑ testCommandListenerExecuteClosePart
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandExecutionTest ‑ testCommandListenerExecuteRefresh
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandExecutionTest ‑ testCommandServiceExecute
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandExecutionTest ‑ testCommandServiceExecuteClosePart
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandExecutionTest ‑ testCommandServiceExecuteRefresh
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandManagerTest ‑ testExecutionListener
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandParameterTypeTest ‑ testConvertIntegerToString
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandParameterTypeTest ‑ testConvertStringToInteger
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandParameterTypeTest ‑ testFindIntegerParamCommand
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandParameterTypeTest ‑ testGetReturnType
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandParameterTypeTest ‑ testIsCompatible
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandParameterTypeTest ‑ testSubtract
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandParameterTypeTest ‑ testSubtractTypeError
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandParameterTypeTest ‑ testUnrelevantOrder
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandSerializationTest ‑ testFunnyNamesCommand
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandSerializationTest ‑ testMalformedSerializationStrings
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandSerializationTest ‑ testOneParameterCommand
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandSerializationTest ‑ testSerializeShowPerspective
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandSerializationTest ‑ testSerializeShowResourcePerspective
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandSerializationTest ‑ testThreeParameterCommand
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandSerializationTest ‑ testTwoParameterCommand
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandSerializationTest ‑ testUndefinedCommands
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.CommandSerializationTest ‑ testZeroParameterCommand
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.E4CommandImageTest ‑ testE4CommandImage
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.HandlerActivationTest ‑ testBasicHandler
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.HandlerActivationTest ‑ testExceptionThrowingHandler
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.HandlerActivationTest ‑ testForBreak123
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.HandlerActivationTest ‑ testForBreak132
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.HandlerActivationTest ‑ testForBreak213
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.HandlerActivationTest ‑ testForBreak231
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.HandlerActivationTest ‑ testForBreak312
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.HandlerActivationTest ‑ testForBreak321
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.HandlerActivationTest ‑ testForNegativeNumber
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.HandlerActivationTest ‑ testLocalContext
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.HandlerActivationTest ‑ testTwoHandlers
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.HelpContextIdTest ‑ testHelpContextId
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.RadioStateTest ‑ testMultipleContributions
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.RadioStateTest ‑ testRadioValues
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.StateTest ‑ testCommandNotifiedOfStateChange
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.StateTest ‑ testRadioState
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.StateTest ‑ testStateChangeReflectedInCommand
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.StateTest ‑ testStateChangeReflectedInHandler
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.StateTest ‑ testTextPreference
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.StateTest ‑ testTextState
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.StateTest ‑ testTextStateListener
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.ToggleStateTest ‑ test01DefaultValues
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.ToggleStateTest ‑ test02ExceptionThrown
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.ToggleStateTest ‑ test03MultipleContributions
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.WorkbenchStateTest ‑ commandListensHandler
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.WorkbenchStateTest ‑ toolbarCheckStateIsUpdated
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.WorkbenchStateTest ‑ toolbarReassociatesCommandEventually
UiTestSuite org.eclipse.ui.tests.commands.CommandsTestSuite org.eclipse.ui.tests.commands.WorkbenchStateTest ‑ viewToolbarReassociatesCommandEventually
UiTestSuite org.eclipse.ui.tests.concurrency.ConcurrencyTestSuite org.eclipse.ui.tests.concurrency.Bug_262032 ‑ testBug262032
UiTestSuite org.eclipse.ui.tests.concurrency.ConcurrencyTestSuite org.eclipse.ui.tests.concurrency.ModalContextCrashTest ‑ testCrash
UiTestSuite org.eclipse.ui.tests.concurrency.ConcurrencyTestSuite org.eclipse.ui.tests.concurrency.NestedSyncExecDeadlockTest ‑ testDeadlock
UiTestSuite org.eclipse.ui.tests.concurrency.ConcurrencyTestSuite org.eclipse.ui.tests.concurrency.NestedSyncExecDeadlockTest ‑ testOK
UiTestSuite org.eclipse.ui.tests.concurrency.ConcurrencyTestSuite org.eclipse.ui.tests.concurrency.NoFreezeWhileWaitingForRuleTest ‑ testWaiting
UiTestSuite org.eclipse.ui.tests.concurrency.ConcurrencyTestSuite org.eclipse.ui.tests.concurrency.SyncExecWhileUIThreadWaitsForLock ‑ testDeadlock
UiTestSuite org.eclipse.ui.tests.concurrency.ConcurrencyTestSuite org.eclipse.ui.tests.concurrency.SyncExecWhileUIThreadWaitsForRuleTest ‑ testDeadlock
UiTestSuite org.eclipse.ui.tests.concurrency.ConcurrencyTestSuite org.eclipse.ui.tests.concurrency.TestBug105491 ‑ testBug
UiTestSuite org.eclipse.ui.tests.concurrency.ConcurrencyTestSuite org.eclipse.ui.tests.concurrency.TestBug108162 ‑ testBug
UiTestSuite org.eclipse.ui.tests.concurrency.ConcurrencyTestSuite org.eclipse.ui.tests.concurrency.TestBug269121 ‑ testBug
UiTestSuite org.eclipse.ui.tests.concurrency.ConcurrencyTestSuite org.eclipse.ui.tests.concurrency.TestBug98621 ‑ testBug
UiTestSuite org.eclipse.ui.tests.concurrency.ConcurrencyTestSuite org.eclipse.ui.tests.concurrency.TestGitHubBug227 ‑ testRescheduleOverhead
UiTestSuite org.eclipse.ui.tests.concurrency.ConcurrencyTestSuite org.eclipse.ui.tests.concurrency.TransferRuleTest ‑ testModalContextTransfer
UiTestSuite org.eclipse.ui.tests.contexts.ContextsTestSuite org.eclipse.ui.tests.contexts.Bug74990Test ‑ testPartIdSubmission
UiTestSuite org.eclipse.ui.tests.contexts.ContextsTestSuite org.eclipse.ui.tests.contexts.Bug84763Test ‑ testWindowChildWhenDialog
UiTestSuite org.eclipse.ui.tests.contexts.ContextsTestSuite org.eclipse.ui.tests.contexts.ExtensionTestCase ‑ testAcceleratorScopes
UiTestSuite org.eclipse.ui.tests.contexts.ContextsTestSuite org.eclipse.ui.tests.contexts.ExtensionTestCase ‑ testCommandsScopes
UiTestSuite org.eclipse.ui.tests.contexts.ContextsTestSuite org.eclipse.ui.tests.contexts.ExtensionTestCase ‑ testContexts
UiTestSuite org.eclipse.ui.tests.contexts.ContextsTestSuite org.eclipse.ui.tests.contexts.PartContextTest ‑ testBasicContextActivation
UiTestSuite org.eclipse.ui.tests.contexts.ContextsTestSuite org.eclipse.ui.tests.contexts.PartContextTest ‑ testContextActivation
UiTestSuite org.eclipse.ui.tests.contexts.ContextsTestSuite org.eclipse.ui.tests.contexts.PartContextTest ‑ testPageBookPageContextActivation
UiTestSuite org.eclipse.ui.tests.contexts.ContextsTestSuite org.eclipse.ui.tests.contexts.PartContextTest ‑ testWindowContextActivation
UiTestSuite org.eclipse.ui.tests.databinding.WorkbenchDatabindingTest ‑ testActiveEditorReference
UiTestSuite org.eclipse.ui.tests.databinding.WorkbenchDatabindingTest ‑ testActiveEditorReferenceValueType
UiTestSuite org.eclipse.ui.tests.databinding.WorkbenchDatabindingTest ‑ testActivePage
UiTestSuite org.eclipse.ui.tests.databinding.WorkbenchDatabindingTest ‑ testActivePageValueType
UiTestSuite org.eclipse.ui.tests.databinding.WorkbenchDatabindingTest ‑ testActivePartReference
UiTestSuite org.eclipse.ui.tests.databinding.WorkbenchDatabindingTest ‑ testActivePartReferenceValueType
UiTestSuite org.eclipse.ui.tests.databinding.WorkbenchDatabindingTest ‑ testActiveWindow
UiTestSuite org.eclipse.ui.tests.databinding.WorkbenchDatabindingTest ‑ testActiveWindowValueType
UiTestSuite org.eclipse.ui.tests.databinding.WorkbenchDatabindingTest ‑ testEditorInput
UiTestSuite org.eclipse.ui.tests.databinding.WorkbenchDatabindingTest ‑ testEditorInputValueType
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ExportArchiveFileOperationTest ‑ testExportStatus
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ExportArchiveFileOperationTest ‑ testExportTar
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ExportArchiveFileOperationTest ‑ testExportTarCompressed
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ExportArchiveFileOperationTest ‑ testExportTarCreateSelectedDirectories
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ExportArchiveFileOperationTest ‑ testExportTarCreateSelectedDirectoriesCompressed
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ExportArchiveFileOperationTest ‑ testExportTarCreateSelectedDirectoriesWithFolders
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ExportArchiveFileOperationTest ‑ testExportZip
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ExportArchiveFileOperationTest ‑ testExportZipCompressed
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ExportArchiveFileOperationTest ‑ testExportZipCreateSelectedDirectories
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ExportArchiveFileOperationTest ‑ testExportZipCreateSelectedDirectoriesCompressed
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ExportArchiveFileOperationTest ‑ testExportZipCreateSelectedDirectoriesProject
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ExportArchiveFileOperationTest ‑ testExportZipCreateSelectedDirectoriesWithFolders
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ExportFileSystemOperationTest ‑ testExportFilesCreateDirectoryStructure
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ExportFileSystemOperationTest ‑ testExportFolderCreateDirectoryStructure
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ExportFileSystemOperationTest ‑ testExportOverwrite
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ExportFileSystemOperationTest ‑ testExportResources
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ExportFileSystemOperationTest ‑ testExportRootResource
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ExportFileSystemOperationTest ‑ testExportVirtualResources
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ExportFileSystemOperationTest ‑ testGetStatus
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportArchiveOperationTest ‑ testTarGetStatus
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportArchiveOperationTest ‑ testTarImport
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportArchiveOperationTest ‑ testTarSetOverwriteResources
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportArchiveOperationTest ‑ testTarWithFileAtRoot
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportArchiveOperationTest ‑ testZipGetStatus
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportArchiveOperationTest ‑ testZipImport
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportArchiveOperationTest ‑ testZipSetOverwriteResources
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportArchiveOperationTest ‑ testZipWithFileAtRoot
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingArchiveProjectFilterTest ‑ testFolderVisibilityPostZipProjectImport
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test01FindSingleZip
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test02FindSingleTar
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test03FindSingleDirectory
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test04DoNotShowProjectWithSameName
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test05ImportSingleZip
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test06ImportZipWithEmptyFolder
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test07ImportSingleTar
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test08ImportTarWithEmptyFolder
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test09ImportSingleDirectory
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test10ImportSingleDirectoryWithCopy
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test11ImportSingleDirectoryWithCopyDeleteProjectKeepContents
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test12ImportZipDeleteContentsImportAgain
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test13ImportDirectoryNested
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test14InitialValue
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test15ImportArchiveMultiProject
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test16GetProjectRecords
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test17GetProjectRecordsShouldHandleCorruptProjects
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test18GetProjectRecordsShouldHandleCorruptAndConflictingProjects
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test19CloseImportedProjectsZipFile
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test20FullBuildAfterImportedProjectsZipFile
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test21FullBuildAfterImportedProjects
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test22FullBuildAfterImportedProjectsWithCopy
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest ‑ test23DoNotShowProjectwithSameNameForZipImport
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExportWizardsCategoryTests ‑ testExportAddToNewCategory
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExportWizardsCategoryTests ‑ testExportAddToParentedCategory
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExportWizardsCategoryTests ‑ testExportCategoryDoesNotExist
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExportWizardsCategoryTests ‑ testExportDuplicateCategory
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExportWizardsCategoryTests ‑ testExportNoCategoryProvided
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExportWizardsCategoryTests ‑ testExportUsingImportCategory
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExportWizardsCategoryTests ‑ testImportAddToNewCategory
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExportWizardsCategoryTests ‑ testImportAddToParentedCategory
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExportWizardsCategoryTests ‑ testImportCategoryDoesNotExist
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExportWizardsCategoryTests ‑ testImportDuplicateCategory
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExportWizardsCategoryTests ‑ testImportNoCategoryProvided
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportExportWizardsCategoryTests ‑ testImportUsingExportCategory
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportOperationTest ‑ testGetStatus
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportOperationTest ‑ testImportList
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportOperationTest ‑ testImportSource
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportOperationTest ‑ testImportSourceList
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportOperationTest ‑ testSetContext
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportOperationTest ‑ testSetCreateContainerStructure
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportOperationTest ‑ testSetFilesToImport
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ImportOperationTest ‑ testSetOverwriteResources
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.SmartImportTests ‑ testBug559600
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.SmartImportTests ‑ testCancelWizardCancelsJob
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.SmartImportTests ‑ testChangedWorkingSets
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.SmartImportTests ‑ testConfigurationCloseImportedProjects
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.SmartImportTests ‑ testConfigurationFullBuildAfterImportedProjects
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.SmartImportTests ‑ testConfigurationIgnoreNestedProjects
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.SmartImportTests ‑ testImport6Projects
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.SmartImportTests ‑ testImportModularProjectsWithSameName
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.SmartImportTests ‑ testImportProjectWithExistingName
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.SmartImportTests ‑ testInitialWorkingSets
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ZipSlipTests ‑ testZipFileStructureProvider
UiTestSuite org.eclipse.ui.tests.datatransfer.DataTransferTestSuite org.eclipse.ui.tests.datatransfer.ZipSlipTests ‑ testZipLeveledStructureProvider
UiTestSuite org.eclipse.ui.tests.decorators.DecoratorsTestSuite org.eclipse.ui.tests.decorators.BadIndexDecoratorTestCase ‑ testDisableDecorator
UiTestSuite org.eclipse.ui.tests.decorators.DecoratorsTestSuite org.eclipse.ui.tests.decorators.BadIndexDecoratorTestCase ‑ testEnableDecorator
UiTestSuite org.eclipse.ui.tests.decorators.DecoratorsTestSuite org.eclipse.ui.tests.decorators.BadIndexDecoratorTestCase ‑ testNoException
UiTestSuite org.eclipse.ui.tests.decorators.DecoratorsTestSuite org.eclipse.ui.tests.decorators.DecoratorAdaptableTests ‑ testAdaptables
UiTestSuite org.eclipse.ui.tests.decorators.DecoratorsTestSuite org.eclipse.ui.tests.decorators.DecoratorAdaptableTests ‑ testContributorResourceAdapter
UiTestSuite org.eclipse.ui.tests.decorators.DecoratorsTestSuite org.eclipse.ui.tests.decorators.DecoratorAdaptableTests ‑ testNonAdaptableContributions
UiTestSuite org.eclipse.ui.tests.decorators.DecoratorsTestSuite org.eclipse.ui.tests.decorators.DecoratorCacheTest ‑ testDecoratorCacheIsDisposed
UiTestSuite org.eclipse.ui.tests.decorators.DecoratorsTestSuite org.eclipse.ui.tests.decorators.DecoratorTestCase ‑ testDisableDecorator
UiTestSuite org.eclipse.ui.tests.decorators.DecoratorsTestSuite org.eclipse.ui.tests.decorators.DecoratorTestCase ‑ testEnableDecorator
UiTestSuite org.eclipse.ui.tests.decorators.DecoratorsTestSuite org.eclipse.ui.tests.decorators.DecoratorTestCase ‑ testRefreshContributor
UiTestSuite org.eclipse.ui.tests.decorators.DecoratorsTestSuite org.eclipse.ui.tests.decorators.ExceptionDecoratorTestCase ‑ testDisableDecorator
UiTestSuite org.eclipse.ui.tests.decorators.DecoratorsTestSuite org.eclipse.ui.tests.decorators.ExceptionDecoratorTestCase ‑ testEnableDecorator
UiTestSuite org.eclipse.ui.tests.decorators.DecoratorsTestSuite org.eclipse.ui.tests.decorators.LightweightDecoratorTestCase ‑ testDisableDecorator
UiTestSuite org.eclipse.ui.tests.decorators.DecoratorsTestSuite org.eclipse.ui.tests.decorators.LightweightDecoratorTestCase ‑ testEnableDecorator
UiTestSuite org.eclipse.ui.tests.decorators.DecoratorsTestSuite org.eclipse.ui.tests.decorators.LightweightDecoratorTestCase ‑ testRefreshContributor
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceInitialSelectionTest ‑ testMultiSelectionAndNoInitialSelectionWithInitialPattern
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceInitialSelectionTest ‑ testMultiSelectionAndOneInitialSelectionWithInitialPattern
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceInitialSelectionTest ‑ testMultiSelectionAndOneInitialSelectionWithoutInitialPattern
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceInitialSelectionTest ‑ testMultiSelectionAndSomeInitialNonExistingSelectionWithInitialPattern
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceInitialSelectionTest ‑ testMultiSelectionAndTwoInitialFilteredSelections
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceInitialSelectionTest ‑ testMultiSelectionAndTwoInitialNonExistingSelectionWithInitialPattern
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceInitialSelectionTest ‑ testMultiSelectionAndTwoInitialSelectionsWithInitialPattern
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceInitialSelectionTest ‑ testSingleSelectionAndNoInitialSelectionWithInitialPattern
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceInitialSelectionTest ‑ testSingleSelectionAndOneFilteredSelection
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceInitialSelectionTest ‑ testSingleSelectionAndOneInitialNonExistingSelectionWithInitialPattern
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceInitialSelectionTest ‑ testSingleSelectionAndOneInitialSelectionWithInitialPattern
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceInitialSelectionTest ‑ testSingleSelectionAndOneInitialSelectionWithoutInitialPattern
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceInitialSelectionTest ‑ testSingleSelectionAndTwoInitialSelectionsWithInitialPattern
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceItemLabelTest ‑ testBug528301
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceItemLabelTest ‑ testBug528301_withConsecutiveWildcards
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceItemLabelTest ‑ testBug529451
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceItemLabelTest ‑ testBug531610
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceItemLabelTest ‑ testBug566858_leadingWhitespace
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceItemLabelTest ‑ testCamelCaseMatch
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceItemLabelTest ‑ testCamelCaseMatch_withAutoInfix
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceItemLabelTest ‑ testDisableAutoInfixMatching
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceItemLabelTest ‑ testDisableAutoPrefixMatching
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceItemLabelTest ‑ testExtensionMatch
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceItemLabelTest ‑ testPatternMatch
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceItemLabelTest ‑ testPatternMatch_withAutoInfix
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceItemLabelTest ‑ testSubstringMatch
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceItemLabelTest ‑ testSubstringMatch_withAutoInfix
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceSelectionFilteringDialogTest ‑ testMatch
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.compare.UIComparePreferencesAuto ‑ testCompareViewersPref
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.ContainerCheckedTreeViewerTest ‑ setChecked
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.ContainerCheckedTreeViewerTest ‑ subtreeChecked
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIDialogsAuto ‑ testSaveAll
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIPreferencesAuto ‑ testAppearancePref
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIPreferencesAuto ‑ testDefaultTextEditorPref
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIPreferencesAuto ‑ testFieldEditorEnablePref
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIPreferencesAuto ‑ testFileEditorsPref
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIPreferencesAuto ‑ testFontEditorsPref
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIPreferencesAuto ‑ testInfoProp
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIPreferencesAuto ‑ testLocalHistoryPref
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIPreferencesAuto ‑ testPerspectivesPref
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIPreferencesAuto ‑ testProjectReferencesProp
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIPreferencesAuto ‑ testWorkbenchPref
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIWizardsAuto ‑ testExportResources
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIWizardsAuto ‑ testFileSystemExport
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIWizardsAuto ‑ testFileSystemImport
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIWizardsAuto ‑ testImportResources
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIWizardsAuto ‑ testNewFile
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIWizardsAuto ‑ testNewFile2
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIWizardsAuto ‑ testNewFolder
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIWizardsAuto ‑ testNewProject
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIWizardsAuto ‑ testNewProjectPage1
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIWizardsAuto ‑ testNewProjectPage2
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIWizardsAuto ‑ testNewResource
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIWizardsAuto ‑ testZipFileExport
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.DeprecatedUIWizardsAuto ‑ testZipFileImport
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.InfixSearchPatternAuto ‑ testBlankMatch
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.InfixSearchPatternAuto ‑ testCamelCaseChangingCaseMatch
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.InfixSearchPatternAuto ‑ testCamelCaseForcedEndMatch
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.InfixSearchPatternAuto ‑ testCamelCaseForcedPrefixMatch
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.InfixSearchPatternAuto ‑ testCamelCaseMatch
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.InfixSearchPatternAuto ‑ testExactMatch
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.InfixSearchPatternAuto ‑ testInfixMatch
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.InfixSearchPatternAuto ‑ testIsSubPattern_BasicCases
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.InfixSearchPatternAuto ‑ testIsSubPattern_WhenPrevIsJustStartChar_ReturnFalse
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.InfixSearchPatternAuto ‑ testJustEndCharPattern
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.InfixSearchPatternAuto ‑ testJustSpaceAndEndCharPattern
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.InfixSearchPatternAuto ‑ testJustSpaceCharPattern
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.InfixSearchPatternAuto ‑ testJustStartCharPattern
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.InfixSearchPatternAuto ‑ testPatternForcedPrefixMatch
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.InfixSearchPatternAuto ‑ testPatternMatch1
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.InfixSearchPatternAuto ‑ testPatternMatch2
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.InfixSearchPatternAuto ‑ testPrefixMatch
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.InfixSearchPatternAuto ‑ testSuffixMatch
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.SearchPatternAuto ‑ testBlankMatch
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.SearchPatternAuto ‑ testCamelCaseChangingCaseMatch
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.SearchPatternAuto ‑ testCamelCaseForcedEndMatch
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.SearchPatternAuto ‑ testCamelCaseMatch
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.SearchPatternAuto ‑ testExactMatch
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.SearchPatternAuto ‑ testIsSubPattern_BasicCases
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.SearchPatternAuto ‑ testIsSubPattern_WhenPrevIsJustStartChar_ReturnFalse
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.SearchPatternAuto ‑ testJustEndCharPattern
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.SearchPatternAuto ‑ testJustSpaceAndEndCharPattern
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.SearchPatternAuto ‑ testJustSpaceCharPattern
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.SearchPatternAuto ‑ testJustStartCharPattern
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.SearchPatternAuto ‑ testPatternMatch1
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.SearchPatternAuto ‑ testPatternMatch2
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.SearchPatternAuto ‑ testPrefixMatch
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.TreeManagerTest ‑ testCauseGrayAt3Deep
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.TreeManagerTest ‑ testCauseGrayAt5Deep
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.TreeManagerTest ‑ testChangeOnGray
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.TreeManagerTest ‑ testCheckUncheckChildAt3Deep
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.TreeManagerTest ‑ testCheckUncheckChildAt5Deep
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.TreeManagerTest ‑ testCheckUncheckItemWithAncestorsAndDescendants
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.TreeManagerTest ‑ testCheckUncheckParentWithDescendants5Deep
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.TreeManagerTest ‑ testChildrenInMultipleBranchesAffectAncestors
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.TreeManagerTest ‑ testMultipleChildrenInOneBranchAffectParent
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.TreeManagerTest ‑ testParentAffectsDescendantsInMultipleBranches
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.TreeManagerTest ‑ testParentAffectsMultipleChildrenInOneBranch
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.TreeManagerTest ‑ testParentAffectsSingleChild
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.TreeManagerTest ‑ testParentAffectsTwoChildren
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.TreeManagerTest ‑ testSingleChildAffectsParent
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.TreeManagerTest ‑ testSingleEntry
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.TreeManagerTest ‑ testTwoChildrenAffectParent
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testAbout
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testAboutPlugins
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testAddProjects
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testCopyMoveProject
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testCopyMoveResource
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testEditActionSetsDialog
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testEditorSelection
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testFindReplace
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testGotoResource
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testNavigatorFilter
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testNewFileType
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testProgressInformation
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testSaveAs
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testSavePerspective
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testSelectPerspective
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testSelectTypes
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testShowView
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIDialogsAuto ‑ testTaskFilters
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIEditWorkingSetWizardAuto ‑ testEditPage
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIFilteredResourcesSelectionDialogAuto ‑ testReadHistory
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testAbortPageFlipping
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testCopyOverwrite
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testDeleteProject
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testDeleteReadOnlyCheck
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testDeleteResource
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testDeleteResources
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testDropOverwrite
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testErrorClosing
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testFileExtensionEmpty

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

7618 tests found (test 961 to 1433)

There are 7618 tests, see "Raw output" for the list of tests 961 to 1433.
Raw output
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testFileNameWrong
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testFileTypeExists
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testInvalidType_1
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testInvalidType_2
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testMoveReadOnlyCheck
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testNoBuilders
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testNoGlobalBuildersDialog
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testNoPropertyPage
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testOperationNotAvailable
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testOverwritePerspective
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testRefreshDeleteProject
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testRenameOverwrite
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testResetPerspective
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testSaveAsOverwrite
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testSaveChanges
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testWizardClosing
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIMessageDialogsAuto ‑ testWizardOverwrite
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UINewWorkingSetWizardAuto ‑ testEditPage
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UINewWorkingSetWizardAuto ‑ testTypePage
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIPreferencesAuto ‑ testAppearancePref
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIPreferencesAuto ‑ testDefaultTextEditorPref
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIPreferencesAuto ‑ testFieldEditorEnablePref
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIPreferencesAuto ‑ testFileEditorsPref
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIPreferencesAuto ‑ testFontEditorsPref
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIPreferencesAuto ‑ testInfoProp
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIPreferencesAuto ‑ testLocalHistoryPref
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIPreferencesAuto ‑ testPerspectivesPref
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIPreferencesAuto ‑ testProjectReferencesProp
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIPreferencesAuto ‑ testWorkbenchPref
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIWizardsAuto ‑ testExportResources
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIWizardsAuto ‑ testFileSystemExport
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIWizardsAuto ‑ testFileSystemImport
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIWizardsAuto ‑ testImportResources
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIWizardsAuto ‑ testNewFile
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIWizardsAuto ‑ testNewFile2
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIWizardsAuto ‑ testNewFolder
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIWizardsAuto ‑ testNewProject
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIWizardsAuto ‑ testNewProjectPage1
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIWizardsAuto ‑ testNewProjectPage2
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIWizardsAuto ‑ testNewResource
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIWizardsAuto ‑ testWizardWindowTitle
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIWizardsAuto ‑ testZipFileExport
UiTestSuite org.eclipse.ui.tests.dialogs.UIAutomatedSuite org.eclipse.ui.tests.dialogs.UIWizardsAuto ‑ testZipFileImport
UiTestSuite org.eclipse.ui.tests.encoding.EncodingTestSuite org.eclipse.ui.tests.encoding.EncodingTestCase ‑ testWorkbenchEncodings
UiTestSuite org.eclipse.ui.tests.fieldassist.FieldAssistTestSuite org.eclipse.ui.tests.fieldassist.FieldAssistAPITest ‑ testFieldDecorationRegistry
UiTestSuite org.eclipse.ui.tests.filteredtree.FilteredTreeTests ‑ testAddAndRemovePattern
UiTestSuite org.eclipse.ui.tests.filteredtree.FilteredTreeTests ‑ testCreateCheckboxFilteredTree
UiTestSuite org.eclipse.ui.tests.filteredtree.FilteredTreeTests ‑ testCreateFilteredTree
UiTestSuite org.eclipse.ui.tests.filteredtree.FilteredTreeTests ‑ testCreateMyFilteredTree
UiTestSuite org.eclipse.ui.tests.filteredtree.PatternFilterTest ‑ testBasicFilter
UiTestSuite org.eclipse.ui.tests.filteredtree.PatternFilterTest ‑ testEmptyItemNotMatched
UiTestSuite org.eclipse.ui.tests.filteredtree.PatternFilterTest ‑ testPatternFilterOrder
UiTestSuite org.eclipse.ui.tests.filteredtree.PatternFilterTest ‑ testWildcardAndCaseInsensitive
UiTestSuite org.eclipse.ui.tests.filteredtree.TextMatcherTest ‑ testCaseInsensitivity
UiTestSuite org.eclipse.ui.tests.filteredtree.TextMatcherTest ‑ testChinese
UiTestSuite org.eclipse.ui.tests.filteredtree.TextMatcherTest ‑ testEmpty
UiTestSuite org.eclipse.ui.tests.filteredtree.TextMatcherTest ‑ testMultipleWords
UiTestSuite org.eclipse.ui.tests.filteredtree.TextMatcherTest ‑ testSingleWords
UiTestSuite org.eclipse.ui.tests.filteredtree.TextMatcherTest ‑ testSuffixes
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.ActionSetExpressionTest ‑ testAllAction
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.ActionSetExpressionTest ‑ testNotRedAction
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.ActionSetExpressionTest ‑ testPluginStateActions
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.ActionSetExpressionTest ‑ testRedAction
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.ActionSetExpressionTest ‑ testRedAndTrueAction
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.ActionSetExpressionTest ‑ testRedOrBlueAction
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.ActionSetExpressionTest ‑ testSystemPropertyAction
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.ActionSetExpressionTest ‑ testTrueAction
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.Bug540297WorkbenchPageFindViewTest ‑ testFindViewInFirstWindowAndActivePerspective
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.Bug540297WorkbenchPageFindViewTest ‑ testFindViewInFirstWindowAndInactivePerspective
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.Bug540297WorkbenchPageFindViewTest ‑ testFindViewInFirstWindowAndInactivePerspectiveWithOpenAndClose
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.Bug540297WorkbenchPageFindViewTest ‑ testFindViewInSecondWindowAndActivePerspective
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.Bug540297WorkbenchPageFindViewTest ‑ testFindViewInSecondWindowAndInactivePerspective
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.Bug540297WorkbenchPageFindViewTest ‑ testFindViewInSecondWindowAndInactivePerspectiveWithOpenAndClose
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.Bug549139Test ‑ testCloseChecksWithModelProvider
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.Bug549139Test ‑ testDeleteChecksWithModelProvider
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.Bug78470Test ‑ test78470
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.Bug99858Test ‑ testDeleteClosedProject
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.PerspectiveSwitcherTest ‑ testCreatePerspectiveSwithcerInToolbar
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.PopupMenuExpressionTest ‑ testAllAction
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.PopupMenuExpressionTest ‑ testExpressionEnabledAction
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.PopupMenuExpressionTest ‑ testNotRedAction
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.PopupMenuExpressionTest ‑ testPluginStateActions
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.PopupMenuExpressionTest ‑ testRedAction
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.PopupMenuExpressionTest ‑ testRedAndTrueAction
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.PopupMenuExpressionTest ‑ testRedOrBlueAction
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.PopupMenuExpressionTest ‑ testSystemPropertyAction
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.PopupMenuExpressionTest ‑ testTrueAction
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.ReopenMenuTest ‑ testLtr
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.ReopenMenuTest ‑ testRtl
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.SaveablesListTest ‑ testBrokenSaveablesBadClosedFirst
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.SaveablesListTest ‑ testBrokenSaveablesBadContainedMultipleTimes
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.SaveablesListTest ‑ testBrokenSaveablesGoodClosedFirst
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.SaveablesListTest ‑ testGoodSaveablesBadContainedMultipleTimes
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.SaveablesListTest ‑ testNotBrokenSaveables
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.TextHandlerTest ‑ testEditableText
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.TextHandlerTest ‑ testNonEditableText
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.UtilTest ‑ test2Delimiters
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.UtilTest ‑ test3Delimiters
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.UtilTest ‑ testBasic2Split
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.UtilTest ‑ testBasic3Split
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.UtilTest ‑ testBasicSplit
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.UtilTest ‑ testNothingSplit
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.UtilTest ‑ testNothingUseful2Split
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.UtilTest ‑ testNothingUsefulSpaceSplit
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.UtilTest ‑ testNothingUsefulSpaceSplit2
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.UtilTest ‑ testNothingUsefulSpaceSplit3
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.UtilTest ‑ testNothingUsefulSplit
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.WorkbenchSiteProgressServiceModelTagsTest ‑ testShowBusyWhenCurrentlyBusy
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.WorkbenchSiteProgressServiceModelTagsTest ‑ testShowBusyWhenCurrentlyIdle
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.internal.WorkbenchSiteProgressServiceModelTagsTest ‑ testWarnOfContentChange
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.largefile.LargeFileLimitsPreferenceHandlerTest ‑ testDefaultLimit
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.largefile.LargeFileLimitsPreferenceHandlerTest ‑ testDefaults
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.largefile.LargeFileLimitsPreferenceHandlerTest ‑ testDisabledDefaultLimit
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.largefile.LargeFileLimitsPreferenceHandlerTest ‑ testEditorPromptDialogSmokeTest
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.largefile.LargeFileLimitsPreferenceHandlerTest ‑ testGetEditorForInput
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.largefile.LargeFileLimitsPreferenceHandlerTest ‑ testMultipleLimitsForExtension
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.largefile.LargeFileLimitsPreferenceHandlerTest ‑ testNoConfiguration
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.largefile.LargeFileLimitsPreferenceHandlerTest ‑ testNoMatchingLimit
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.largefile.LargeFileLimitsPreferenceHandlerTest ‑ testOpenEditor
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.largefile.LargeFileLimitsPreferenceHandlerTest ‑ testOpenEditorWithIgnoreSize
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.largefile.LargeFileLimitsPreferenceHandlerTest ‑ testOpenFileFromDeletedProject
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.largefile.LargeFileLimitsPreferenceHandlerTest ‑ testPreferencePageSmokeTest
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.largefile.LargeFileLimitsPreferenceHandlerTest ‑ testRememberSelection
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.largefile.LargeFileLimitsPreferenceHandlerTest ‑ testRestoreDefaults
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.largefile.LargeFileLimitsPreferenceHandlerTest ‑ testSetConfiguredExtensions
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.largefile.LargeFileLimitsPreferenceHandlerTest ‑ testSetDisabledExtensions
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.largefile.LargeFileLimitsPreferenceHandlerTest ‑ testSingleFileLimitAndDefault
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.largefile.LargeFileLimitsPreferenceHandlerTest ‑ testSingleLimitForExtension
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.DeclarativeFilterActivityTest ‑ testActivityEnablement
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.DeclarativeFilterDeclarationTest ‑ testAnyErrorFilter
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.DeclarativeFilterDeclarationTest ‑ testDescription
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.DeclarativeFilterDeclarationTest ‑ testInfoAndChildren
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.DeclarativeFilterDeclarationTest ‑ testNotOnDescription
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.DeclarativeFilterDeclarationTest ‑ testProblemTypes
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.DeclarativeFilterDeclarationTest ‑ testSameContainer
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.DeclarativeFilterDeclarationTest ‑ testSelectedWarning
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerHelpRegistryReaderTest ‑ testAddHelpForMarkerHelpMatchChildren
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerHelpRegistryTest ‑ testGetHelpForHelpContextProvider
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerQueryTest ‑ testPerformQueryForMatchChildren
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerSortUtilTest ‑ testCompleteSort
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerSortUtilTest ‑ testPartialSort
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerSupportRegistryTests ‑ testMarkerCategories
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerSupportViewTest ‑ canOverrideOpenSelectedMarkers
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerSupportViewTest ‑ filterDisabled
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerSupportViewTest ‑ filterEnabled
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerSupportViewTest ‑ limitDisabled
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerSupportViewTest ‑ limitEnabled
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerTesterTest ‑ testDone
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerTesterTest ‑ testMessage
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerTesterTest ‑ testPriority
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerTesterTest ‑ testResourceType
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerTesterTest ‑ testSeverity
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerTesterTest ‑ testSuperType
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerTesterTest ‑ testType
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerViewTests ‑ testOpenView
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.MarkerViewUtilTest ‑ testShowMarkers
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.ResourceMappingMarkersTest ‑ testResourceMappings
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite org.eclipse.ui.tests.markers.ScopeAreaTest ‑ canCreateCustomScopeArea
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite ‑ testFileWithNameConflictWithEditorClonedTwice
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite ‑ testMultipleFilesWithNameCollisionAndEditorSplit
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite ‑ testMultipleFilesWithNoNameConflict
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite ‑ testMultipleFilesWithOneNameClash
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite ‑ testMultipleFilesWithSharedParentFolders
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite ‑ testMultipleFilesWithSharedParentFoldersButNotAllShareTheSameParentFolders
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite ‑ testSingleFile
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite ‑ testSingleFileWithEditorClonedTwice
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite ‑ testSingleFileWithEditorSplit
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite ‑ testTwoFilesWithNameClash
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite ‑ testTwoFilesWithNameClashButEditorInputNameIsDiffereentThanFileName
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingInteractionsTest ‑ testConflict
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingInteractionsTest ‑ testContextOverride
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingInteractionsTest ‑ testDeletedBinding
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingInteractionsTest ‑ testDeletedBindingAllowsParent
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingInteractionsTest ‑ testDeletedBindingPlatform
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingInteractionsTest ‑ testDeletedBindingUnnecessarily
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingInteractionsTest ‑ testDeletedBindingWithAddition
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingInteractionsTest ‑ testDeletedBindingWithUserOverride
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingInteractionsTest ‑ testDoubleDeletedBinding
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingInteractionsTest ‑ testDoubleParent
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingInteractionsTest ‑ testLocaleOverride
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingInteractionsTest ‑ testPlatformOverride
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingInteractionsTest ‑ testSchemeOverride
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingInteractionsTest ‑ testSchemeOverrideDifferentContexts
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingInteractionsTest ‑ testSchemeOverrideDifferentTypes
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingInteractionsTest ‑ testSiblingContextConflict
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingInteractionsTest ‑ testUserOverride
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testAddBinding
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testConstructor
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testGetActiveBindingsDisregardingContext
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testGetActiveBindingsDisregardingContextFlat
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testGetActiveBindingsFor
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testGetActiveScheme
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testGetBestActiveBindingFor
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testGetBindings
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testGetCurrentConflicts
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testGetDefinedSchemeIds
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testGetLocale
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testGetPartialMatches
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testGetPerfectMatch
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testGetPlatform
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testGetScheme
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testIsPartialMatch
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testIsPerfectMatch
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testRemoveBindings
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testSetActiveScheme
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testSetBindings
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testSetLocale
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingManagerTest ‑ testSetPlatform
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingPersistenceTest ‑ TODOtestBindingTransform
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingPersistenceTest ‑ testAboutBinding
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingPersistenceTest ‑ testAboutBindingEmacs
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingPersistenceTest ‑ testAboutBindingIn3x
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingPersistenceTest ‑ testAutoLoad
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingPersistenceTest ‑ testDifferentPlatform
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingPersistenceTest ‑ testModifierNotApplied
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingPersistenceTest ‑ testModifierWithPlatform
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingPersistenceTest ‑ testPasteAndRedoBindingEmacs
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingPersistenceTest ‑ testPasteBindingEmacs
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.BindingPersistenceTest ‑ testSinglePlatform
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.Bug189167Test ‑ testBindingsEqual
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.Bug189167Test ‑ testHashCodeEquals
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.Bug36537Test ‑ testForRedundantKeySequenceBindings
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.Bug42024Test ‑ testInfiniteStrokes
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.Bug42024Test ‑ testTruncation
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.Bug42024Test ‑ testZeroStroke
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.Bug42035Test ‑ testCtrl
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.Bug42035Test ‑ testCtrlEnter
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.Bug42035Test ‑ testCtrlM
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.Bug42035Test ‑ testCtrlShift2
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.Bug42035Test ‑ testCtrlShift7_SwissGerman
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.Bug42035Test ‑ testCtrlShift7_US
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.Bug43168Test ‑ testStackOverflow
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.Bug43321Test ‑ testNoCheckOnNonCheckbox
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.Bug43538Test ‑ testCtrlSpace
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.Bug43597Test ‑ testFontReset
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.Bug43610Test ‑ testShiftAlt
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.Bug43800Test ‑ testTruncatingCast
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.DispatcherTest ‑ testDispatcherMultipleCommandsOnlyOneEnabled
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.DispatcherTest ‑ testDispatcherMultipleDisabledCommands
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysCsvTest ‑ testReplace
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysCsvTest ‑ testReplaceFirst
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ failsOnCocoatestCreateConflict
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ failsOnMacCocoatestConflictRemove
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ failsOnMacCocoatestConflictRestore
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ failsOnWinAndLinuxWith16VMtestUpdateKeySequence
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ testBasicConflicts
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ testBindings
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ testChangeSchemes
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ testChangeSchemesTwice
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ testConflictSelection
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ testContexts
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ testCopyBinding
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ testCopyCommand
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ testCreateKeyBinding
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ testDefaults
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ testRemoveActiveEditor
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ testRestoreBinding
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ testRestoreCommand
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ testRestoreContext
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ testSchemesWithNoDefaultBinding
UiTestSuite org.eclipse.ui.tests.keys.KeysTestSuite org.eclipse.ui.tests.keys.KeysPreferenceModelTest ‑ testUpdateContext
UiTestSuite org.eclipse.ui.tests.leaks.LeaksTestSuite org.eclipse.ui.tests.leaks.Bug397302Tests ‑ testBugAsDescribed
UiTestSuite org.eclipse.ui.tests.leaks.LeaksTestSuite org.eclipse.ui.tests.leaks.Bug397302Tests ‑ testRemoveDuringCallOut
UiTestSuite org.eclipse.ui.tests.leaks.LeaksTestSuite org.eclipse.ui.tests.leaks.LeakTests ‑ testBug255005ServiceLeak
UiTestSuite org.eclipse.ui.tests.leaks.LeaksTestSuite org.eclipse.ui.tests.leaks.LeakTests ‑ testBug255005SiteLeak
UiTestSuite org.eclipse.ui.tests.leaks.LeaksTestSuite org.eclipse.ui.tests.leaks.LeakTests ‑ testBug265449PropertiesLeak
UiTestSuite org.eclipse.ui.tests.leaks.LeaksTestSuite org.eclipse.ui.tests.leaks.LeakTests ‑ testDestroyedDialogLeaks
UiTestSuite org.eclipse.ui.tests.leaks.LeaksTestSuite org.eclipse.ui.tests.leaks.LeakTests ‑ testSimpleEditorLeak
UiTestSuite org.eclipse.ui.tests.leaks.LeaksTestSuite org.eclipse.ui.tests.leaks.LeakTests ‑ testSimpleViewLeak
UiTestSuite org.eclipse.ui.tests.leaks.LeaksTestSuite org.eclipse.ui.tests.leaks.LeakTests ‑ testSimpleWindowLeak
UiTestSuite org.eclipse.ui.tests.leaks.LeaksTestSuite org.eclipse.ui.tests.leaks.LeakTests ‑ testTextEditorContextMenu
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.Bug231304Test ‑ testToolTip
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.Bug264804Test ‑ testPopup
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.Bug410426Test ‑ testNoClassCastExceptionForMenuManagerToolbarContribution
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.Bug410426Test ‑ testToolbarContributionFromFactoryVisibility
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.DynamicMenuTest ‑ testDynamicMenu
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.DynamicMenuTest ‑ testDynamicMenuMultiOpen
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.DynamicToolbarTest ‑ testDynamicMenu
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuBaseTests ‑ testBasicMenuPopulation
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuBaseTests ‑ testBasicPopulation
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuHelperTest ‑ test391232
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ XXXtestDynamicFactoryAddition
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ XXXtestDynamicFactoryRemove
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ XXXtestFactoryScopePopulation
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ XXXtestMenuServiceContribution
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ XXXtestPrivatePopup
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ testAfterQueryInvalid
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ testAfterQueryOneGroup
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ testAfterQueryTwoGroups
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ testBeforeQueryInvalid
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ testBeforeQueryOneGroup
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ testBeforeQueryTwoGroups
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ testBeforeQueryTwoGroups2
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ testEndofQueryInvalid
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ testEndofQueryOneGroup
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ testEndofQueryTwoGroups
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ testEndofQueryTwoGroups2
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ testEndofQueryTwoGroups3
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ testEndofQueryTwoGroups4
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ testFactoryAddition
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ testFactoryRemove
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ testMenuIcons
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ testMenuServicePopupContribution
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ testToolBarItems
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ testViewPopulation
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuPopulationTest ‑ test_1_1_RelationshipInMenuManagerRenderer_Bug552361
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuVisibilityTest ‑ testBasicContribution
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuVisibilityTest ‑ testExtensionContributionExpression
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuVisibilityTest ‑ testMenuManagerEnablement_Check_Bug_552659_Regression
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuVisibilityTest ‑ testMenuManagerVisibilityAndEnablement
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.MenuVisibilityTest ‑ testVisibilityTracksEnablement
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.ObjectContributionTest ‑ testAdaptables
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.ObjectContributionTest ‑ testContributorResourceAdapter
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.ObjectContributionTest ‑ testDuplicateAdaptables
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.ObjectContributionTest ‑ testNonAdaptableContributions
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.ObjectContributionTest ‑ testObjectStateContentType
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.ShowViewMenuTest ‑ testFastViewMenuVariantOnlyHasShowViewAction
UiTestSuite org.eclipse.ui.tests.menus.MenusTestSuite org.eclipse.ui.tests.menus.ShowViewMenuTest ‑ testMenuOnlyHasShowViewAction
UiTestSuite org.eclipse.ui.tests.multipageeditor.MultiPageEditorTestSuite org.eclipse.ui.tests.multipageeditor.MultiEditorInputTest ‑ testEqualsAndHash
UiTestSuite org.eclipse.ui.tests.multipageeditor.MultiPageEditorTestSuite org.eclipse.ui.tests.multipageeditor.MultiPageEditorPartTest ‑ testDisposalWithoutSuccessfulInitialization
UiTestSuite org.eclipse.ui.tests.multipageeditor.MultiPageEditorTestSuite org.eclipse.ui.tests.multipageeditor.MultiVariablePageTest ‑ testContextActivation
UiTestSuite org.eclipse.ui.tests.multipageeditor.MultiPageEditorTestSuite org.eclipse.ui.tests.multipageeditor.MultiVariablePageTest ‑ testPageChangeListeners
UiTestSuite org.eclipse.ui.tests.multipageeditor.MultiPageEditorTestSuite org.eclipse.ui.tests.multipageeditor.MultiVariablePageTest ‑ testPagePartListener
UiTestSuite org.eclipse.ui.tests.multipageeditor.MultiPageEditorTestSuite org.eclipse.ui.tests.multipageeditor.MultiVariablePageTest ‑ testPagePartListener2
UiTestSuite org.eclipse.ui.tests.multipageeditor.MultiPageEditorTestSuite org.eclipse.ui.tests.multipageeditor.MultiVariablePageTest ‑ testPageWindowListener
UiTestSuite org.eclipse.ui.tests.multipageeditor.MultiPageEditorTestSuite org.eclipse.ui.tests.multipageeditor.MultiVariablePageTest ‑ testPageWindowListener2
UiTestSuite org.eclipse.ui.tests.multipageeditor.MultiPageEditorTestSuite org.eclipse.ui.tests.multipageeditor.MultiVariablePageTest ‑ testPostSelection
UiTestSuite org.eclipse.ui.tests.multipageeditor.MultiPageEditorTestSuite org.eclipse.ui.tests.multipageeditor.MultiVariablePageTest ‑ testRemovePage
UiTestSuite org.eclipse.ui.tests.multipageeditor.MultiPageEditorTestSuite org.eclipse.ui.tests.multipageeditor.MultiVariablePageTest ‑ testSetActivePage
UiTestSuite org.eclipse.ui.tests.navigator.NavigatorTestSuite org.eclipse.ui.tests.navigator.NavigatorTest ‑ testFileAddition
UiTestSuite org.eclipse.ui.tests.navigator.NavigatorTestSuite org.eclipse.ui.tests.navigator.NavigatorTest ‑ testInitialPopulation
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.MultiThreadedOperationsTests ‑ testOperationsAPIinThreads
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ test123316
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ test128117complex
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ test128117simple
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ test159305
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ test87675_split
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ test87675_undoredo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ test94400
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ test94459
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ test94459AllContextsEmpty
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ testAbortedOpenOperation
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ testContextDispose
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ testContextHistories
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ testExceptionDuringOpenOperation
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ testHistoryFactory
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ testHistoryLimit
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ testLocalHistoryLimits
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ testMultipleOpenOperation
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ testNotAddedOpenOperation
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ testOpenOperation
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ testOperationApproval
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ testOperationApprover2
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ testOperationChanged
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ testOperationFailure
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ testOperationRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ testOperationUndo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ testReplaceContext
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ testStressTestAPI
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.OperationsAPITest ‑ testUnsuccessfulOpenOperation
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkbenchOperationHistoryTests ‑ testMatchingContext
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkbenchOperationHistoryTests ‑ testWorkspaceAdapter
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkbenchOperationStressTests ‑ test115761
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ test162655
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ test201441
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ test223956
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ test250125
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testCreateMarkerUndoInvalid
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testCreateMarkerUndoInvalid2
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testCreateMultipleMarkerTypesUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testCreateMultipleMarkersSingleTypeUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testCreateSingleMarkerUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testDeleteMarkersUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testDeleteNestedResourcesUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFileAndFolderCopyDifferentDests
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFileAndFolderCopyDifferentNames
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFileAndFolderCopySameDests
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFileAndFolderMoveSameDests
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFileCopyAndOverwriteUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFileCopyLinkUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFileCopyRenameUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFileCopyUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFileCreateLeafUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFileCreateLinkedNestedUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFileCreateLinkedUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFileCreateNestedInFolderUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFileCreateNestedInProjectUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFileDeleteUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFileLinkedDeleteUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFileMoveAndOverwriteUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFileMoveUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFileRenameUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFolderCopyLinkUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFolderCopyRenameUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFolderCopyUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFolderCreateLeafUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFolderCreateLinkedNestedUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFolderCreateLinkedUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFolderCreateNestedInFolderUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFolderCreateNestedInProjectUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFolderDeleteLinkedUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFolderDeleteUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFolderMoveUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testFolderRenameUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testNestedRedundantFileDeleteUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testNestedRedundantFolderDeleteUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testProjectClosedCopyAndChangeLocationUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testProjectClosedCopyUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testProjectClosedDeleteUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testProjectClosedDeleteWithContentUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testProjectCopyAndChangeLocationUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testProjectCopyAndChangeToInvalidLocationUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testProjectCopyUndoInvalid
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testProjectCopyUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testProjectCreateUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testProjectDeleteUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testProjectDeleteWithContentUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testProjectMoveInvalidLocationUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testProjectMoveUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testProjectRenameUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testRedundantFileAndFolderCopy
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testRedundantFolderFileMoveUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testRedundantSubFolderMoveUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testUpdateAndMergeMultipleMarkerUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testUpdateAndMergeSingleMarkerUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testUpdateMarkersInvalid
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testUpdateMarkersInvalid2
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testUpdateMultipleMarkerUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testUpdateSingleMarkerUndoRedo
UiTestSuite org.eclipse.ui.tests.operations.OperationsTestSuite org.eclipse.ui.tests.operations.WorkspaceOperationsTests ‑ testWorkspaceUndoMonitor
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.DeprecatedFontPreferenceTestCase ‑ testBadFirstFontDefinition
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.DeprecatedFontPreferenceTestCase ‑ testGoodFontDefinition
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.DeprecatedFontPreferenceTestCase ‑ testNoFontDefinition
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.DialogSettingsCustomizationTest ‑ testDialogSettingsContributedByBundle
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.DialogSettingsCustomizationTest ‑ testDialogSettingsContributedByFileUrl
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.FontPreferenceTestCase ‑ testBadFirstFontDefinition
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.FontPreferenceTestCase ‑ testGoodFontDefinition
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.FontPreferenceTestCase ‑ testNoFontDefinition
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.FontPreferenceTestCase ‑ testNonUIThreadFontAccess
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.ListenerRemovalTestCase ‑ testRemoveLastListener
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.PreferencesDialogTest ‑ testCustomManager
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.PreferencesDialogTest ‑ testMixedNodes
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.PreferencesDialogTest ‑ testWithIcons
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.PreferencesDialogTest ‑ testWithSorting
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.ScopedPreferenceStoreTestCase ‑ testNeedsSaving
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.ScopedPreferenceStoreTestCase ‑ testRestoreDefaults
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.WorkingCopyPreferencesTestCase ‑ testRemoveKey
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.WorkingCopyPreferencesTestCase ‑ testRemoveNode
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.ZoomAndPreferencesFontTest ‑ testThemeAPIvsPreferences
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.preferences.ZoomAndPreferencesFontTest ‑ testZoomCommand
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.propertyPages.PropertyPageEnablementTest ‑ testAndPage
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.propertyPages.PropertyPageEnablementTest ‑ testInstanceOfPage
UiTestSuite org.eclipse.ui.tests.preferences.PreferencesTestSuite org.eclipse.ui.tests.propertyPages.PropertyPageEnablementTest ‑ testOrPage
UiTestSuite org.eclipse.ui.tests.preferences.ViewerItemsLimitTest ‑ testLimitedSearchResult
UiTestSuite org.eclipse.ui.tests.preferences.ViewerItemsLimitTest ‑ testMarkersViewLimitedMarkers
UiTestSuite org.eclipse.ui.tests.preferences.ViewerItemsLimitTest ‑ testProjectExplorerLimitedProjects
UiTestSuite org.eclipse.ui.tests.progress.ProgressTestSuite org.eclipse.ui.tests.progress.AccumulatingProgressMonitorTest ‑ testAccumulatingMonitorInUIThread
UiTestSuite org.eclipse.ui.tests.progress.ProgressTestSuite org.eclipse.ui.tests.progress.AccumulatingProgressMonitorTest ‑ testCollector
UiTestSuite org.eclipse.ui.tests.progress.ProgressTestSuite org.eclipse.ui.tests.progress.JobInfoTest ‑ testCompareToContractCompliance
UiTestSuite org.eclipse.ui.tests.progress.ProgressTestSuite org.eclipse.ui.tests.progress.JobInfoTestOrdering ‑ testJobPriorityOrdering
UiTestSuite org.eclipse.ui.tests.progress.ProgressTestSuite org.eclipse.ui.tests.progress.JobInfoTestOrdering ‑ testJobStateOrdering
UiTestSuite org.eclipse.ui.tests.progress.ProgressTestSuite org.eclipse.ui.tests.progress.ProgressAnimationItemTest ‑ testKept
UiTestSuite org.eclipse.ui.tests.progress.ProgressTestSuite org.eclipse.ui.tests.progress.ProgressAnimationItemTest ‑ testRescheduled
UiTestSuite org.eclipse.ui.tests.progress.ProgressTestSuite org.eclipse.ui.tests.progress.ProgressAnimationItemTest ‑ testSingleJobRefreshOnce
UiTestSuite org.eclipse.ui.tests.progress.ProgressTestSuite org.eclipse.ui.tests.progress.ProgressAnimationItemTest ‑ testSingleJobRefreshTwice
UiTestSuite org.eclipse.ui.tests.progress.ProgressTestSuite org.eclipse.ui.tests.progress.ProgressAnimationItemTest ‑ testTwoJobsRefreshOnce
UiTestSuite org.eclipse.ui.tests.progress.ProgressTestSuite org.eclipse.ui.tests.progress.ProgressContantsTest ‑ testCommandProperty
UiTestSuite org.eclipse.ui.tests.progress.ProgressTestSuite org.eclipse.ui.tests.progress.ProgressContantsTest ‑ testCommandPropertyEnablement
UiTestSuite org.eclipse.ui.tests.progress.ProgressTestSuite org.eclipse.ui.tests.progress.ProgressContantsTest ‑ testKeepOneProperty
UiTestSuite org.eclipse.ui.tests.progress.ProgressTestSuite org.eclipse.ui.tests.progress.ProgressContantsTest ‑ testKeepProperty
UiTestSuite org.eclipse.ui.tests.progress.ProgressTestSuite org.eclipse.ui.tests.progress.ProgressViewTests ‑ testClearTaskInfo
UiTestSuite org.eclipse.ui.tests.progress.ProgressTestSuite org.eclipse.ui.tests.progress.ProgressViewTests ‑ testItemOrder
UiTestSuite org.eclipse.ui.tests.progress.ProgressTestSuite org.eclipse.ui.tests.progress.ProgressViewTests ‑ testNoUpdatesIfHidden

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

7618 tests found (test 1434 to 2013)

There are 7618 tests, see "Raw output" for the list of tests 1434 to 2013.
Raw output
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.ComboBoxPropertyDescriptorTest ‑ testGetDefaultLabelProvider
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.ComboBoxPropertyDescriptorTest ‑ testSetGetLabelProvider
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.DirtyStatePropertySheetTest ‑ testIsDirtyStateIndicationSupported
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.MultiInstancePropertySheetTest ‑ testAllowsMultiple
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.MultiInstancePropertySheetTest ‑ testBug268676HidingPinnedTargetPart
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.MultiInstancePropertySheetTest ‑ testBug278514NormalProperties
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.MultiInstancePropertySheetTest ‑ testBug278514TabbedProperties
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.MultiInstancePropertySheetTest ‑ testDefaultPage
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.MultiInstancePropertySheetTest ‑ testDefaultPageAdapter
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.MultiInstancePropertySheetTest ‑ testFollowsParts
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.MultiInstancePropertySheetTest ‑ testFollowsSelection
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.MultiInstancePropertySheetTest ‑ testInitialSelectionWithTabbedProperties
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.MultiInstancePropertySheetTest ‑ testNewPropertySheet
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.MultiInstancePropertySheetTest ‑ testNewPropertySheetNoSelection
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.MultiInstancePropertySheetTest ‑ testPageDispose
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.MultiInstancePropertySheetTest ‑ testParentIsPinned
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.MultiInstancePropertySheetTest ‑ testPinning
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.MultiInstancePropertySheetTest ‑ testPinningWithMultipleInstances
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.MultiInstancePropertySheetTest ‑ testUnpinningWhenPinnedPartIsClosed
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.NewPropertySheetHandlerTest ‑ testFindPropertySheetWithOtherSheetActive
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.NewPropertySheetHandlerTest ‑ testFindPropertySheetWithPinnedPSandSPVActive
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.NewPropertySheetHandlerTest ‑ testFindPropertySheetWithSPVActive
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.NewPropertySheetHandlerTest ‑ testFindPropertySheetWithUnpinnedPSandSPVActive
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.NewPropertySheetHandlerTest ‑ testFindPropertySheetWithoutActivePart
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.NewPropertySheetHandlerTest ‑ testGetShowInContextFromAShowInSource
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.NewPropertySheetHandlerTest ‑ testGetShowInContextFromPropertySheet
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.NewPropertySheetHandlerTest ‑ testGetShowInContextWithNoActivePart
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.NewPropertySheetHandlerTest ‑ testGetShowInContextWithNoShowInSource
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetAuto ‑ XtestInputIfHiddenBug69953
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetAuto ‑ testInput
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetAuto ‑ testInputIfHidden2Bug69953
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetAuto ‑ testInputIfHiddenAndSelectionNotChangesBug485154
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetAuto ‑ testInputIfHiddenByMaximizeBug509405
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetAuto ‑ testSaveableRetargeting
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertyShowInContextTest ‑ testEquals
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertyShowInContextTest ‑ testEquals2
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertyShowInContextTest ‑ testEquals3
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertyShowInContextTest ‑ testEquals4
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertyShowInContextTest ‑ testEquals5
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertyShowInContextTest ‑ testEquals7
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertyShowInContextTest ‑ testEqualsNonNullInput
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertyShowInContextTest ‑ testEqualsNullInput
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertyShowInContextTest ‑ testEqualsNullInputBoth
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertyShowInContextTest ‑ testHashCode
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertyShowInContextTest ‑ testHashCode2
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertyShowInContextTest ‑ testHashCode3
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertyShowInContextTest ‑ testHashCode4
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertyShowInContextTest ‑ testHashCode5
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertyShowInContextTest ‑ testHashCode6
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.PropertyShowInContextTest ‑ testHashCode7
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.ShowInPropertySheetTest ‑ testGetIShowInTargetAdapter
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.ShowInPropertySheetTest ‑ testShowInPropertySheet
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.ShowInPropertySheetTest ‑ testShowInPropertySheetWithNull
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.ShowInPropertySheetTest ‑ testShowInPropertySheetWithNullContext
UiTestSuite org.eclipse.ui.tests.propertysheet.PropertySheetTestSuite org.eclipse.ui.tests.propertysheet.ShowInPropertySheetTest ‑ testShowInPropertySheetWithNullPart
UiTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessTestSuite org.eclipse.ui.tests.quickaccess.CamelUtilTest ‑ testGetCamelCase
UiTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessTestSuite org.eclipse.ui.tests.quickaccess.CamelUtilTest ‑ testGetCamelCaseIndices
UiTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessTestSuite org.eclipse.ui.tests.quickaccess.CamelUtilTest ‑ testGetNextCamelIndex
UiTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessTestSuite org.eclipse.ui.tests.quickaccess.CamelUtilTest ‑ testIsIgnoredForCamelCase
UiTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessTestSuite org.eclipse.ui.tests.quickaccess.ContentMatchesTest ‑ testFindCommandByDescription
UiTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessTestSuite org.eclipse.ui.tests.quickaccess.ContentMatchesTest ‑ testFindPreferenceByKeyword
UiTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessTestSuite org.eclipse.ui.tests.quickaccess.ContentMatchesTest ‑ testRequestWithWhitespace
UiTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessDialogTest ‑ testCommandEnableContext
UiTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessDialogTest ‑ testContributedElement
UiTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessDialogTest ‑ testLongRunningComputerDoesntFreezeUI
UiTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessDialogTest ‑ testOpenByCommand
UiTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessDialogTest ‑ testPrefixMatchHavePriority
UiTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessDialogTest ‑ testPreviousChoicesAvailable
UiTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessDialogTest ‑ testPreviousChoicesAvailableForExtension
UiTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessDialogTest ‑ testPreviousChoicesAvailableForIncrementalExtension
UiTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessDialogTest ‑ testShowAll
UiTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessDialogTest ‑ testTextFilter
UiTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessProvidersTest ‑ testActionProvider
UiTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessTestSuite org.eclipse.ui.tests.quickaccess.QuickAccessProvidersTest ‑ testCommandProvider
UiTestSuite org.eclipse.ui.tests.releng.PluginActivationTests ‑ activePluginsShouldNotIncrease
UiTestSuite org.eclipse.ui.tests.releng.PluginActivationTests ‑ pluginsWithoutOSGiServiceOrActivatorShouldNotActive
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.ContributedServiceTest ‑ testGlobalService
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.ContributedServiceTest ‑ testLocalDialogService
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.ContributedServiceTest ‑ testLocalServiceCreated
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.ContributedServiceTest ‑ testWindowService
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.ContributedServiceTest ‑ testWorkbenchServiceFactory
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.EvaluationServiceTest ‑ testBasicService
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.EvaluationServiceTest ‑ testBug334524
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.EvaluationServiceTest ‑ testPlatformProperty
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.EvaluationServiceTest ‑ testPropertyChange
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.EvaluationServiceTest ‑ testRestriction
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.EvaluationServiceTest ‑ testScopedService
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.EvaluationServiceTest ‑ testSourceProvider
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.EvaluationServiceTest ‑ testSourceProviderPriority
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.EvaluationServiceTest ‑ testSystemProperty
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.EvaluationServiceTest ‑ testTwoEvaluations
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.EvaluationServiceTest ‑ testWorkbenchProvider
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.WorkbenchSiteProgressServiceTest ‑ testWaitCursor
UiTestSuite org.eclipse.ui.tests.services.ServicesTestSuite org.eclipse.ui.tests.services.WorkbenchSiteProgressServiceTest ‑ testWaitCursorConcurrentJobs
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.LabelProviderWrapperTest ‑ testDecorating
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.LabelProviderWrapperTest ‑ testDisposing
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.LabelProviderWrapperTest ‑ testImages
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.LabelProviderWrapperTest ‑ testProvidedText_1
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testAutoOpeningTrayOnShow
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testBlockingAppearance
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testBug211933
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testBug260937
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testBug275867
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testBug276371
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testBug278965_1
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testBug278965_2
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testBug278965_3
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testBug288765
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testBug288770_1
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testBug288770_2
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testBug288770_3
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testBug288770_4
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testCheckingForMessageDuplication1
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testDeadlockFromBug501681
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testDetails1
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testIgnoringOpenTrayOnShow
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testList1
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testList2
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testList3
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testModalitySwitch1
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testModalitySwitch2
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testModalitySwitch3
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testModalitySwitch4
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testModalitySwitch5
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testNonBlockingAppearance
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testNonNullLabelProvider
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testNullLabelProvider
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testOKStatus1
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testOKStatus2
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testProvidingCustomSupportAreaProvider
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testSupport1
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testSupport2
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testSupportLinkVisibility1
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testSupportLinkVisibility2
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testWithStatusAdapter1
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testWithStatusAdapter2
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testWithStatusAdapter3
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testWithStatusAdapter4
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testWithStatusAdapter5
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testWithStatusAdapter6
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest ‑ testWithStatusAdapterAndLabelProvider1
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.SupportTrayTest ‑ testDefaultSupportProviderEnablement
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.SupportTrayTest ‑ testJFacePolicyOverDefaultPreference
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.SupportTrayTest ‑ testJFacePolicySupportProvider
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.SupportTrayTest ‑ testSelfClosure
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.WizardsStatusHandlingTestCase ‑ testWizardWithNoDefaultContructor
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.WorkbenchStatusDialogManagerImplTest ‑ testCheckMasking
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.WorkbenchStatusDialogManagerImplTest ‑ testCheckRecognizingImmediatePrompting1
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.WorkbenchStatusDialogManagerImplTest ‑ testCheckRecognizingImmediatePrompting2
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.WorkbenchStatusDialogManagerImplTest ‑ testCheckRecognizingNonImmediatePrompting
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.WorkbenchStatusDialogManagerImplTest ‑ testDefaultTitle
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.WorkbenchStatusDialogManagerImplTest ‑ testOKStatusAcceptanceWhenOKStatusEnabled
UiTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.WorkbenchStatusDialogManagerImplTest ‑ testOKStatusAcceptanceWhenOKStatusNotEnabled
UiTestSuite org.eclipse.ui.tests.stress.OpenCloseTest ‑ testOpenCloseFile
UiTestSuite org.eclipse.ui.tests.stress.OpenCloseTest ‑ testOpenCloseIntro
UiTestSuite org.eclipse.ui.tests.stress.OpenCloseTest ‑ testOpenClosePerspective
UiTestSuite org.eclipse.ui.tests.stress.OpenCloseTest ‑ testOpenCloseView
UiTestSuite org.eclipse.ui.tests.stress.OpenCloseTest ‑ testOpenCloseWorkbenchWindow
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.JFaceThemeTest ‑ testDefaultColorDescriptor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.JFaceThemeTest ‑ testPushdown
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.StylingPreferencesHandlerTest ‑ testAddOnDisplayDisposed
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.StylingPreferencesHandlerTest ‑ testGetPreferences
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.StylingPreferencesHandlerTest ‑ testHandleEvent
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.StylingPreferencesHandlerTest ‑ testOnDisplayDisposedListener
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.StylingPreferencesHandlerTest ‑ testResetOverriddenPreferences
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testBadColor1
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testBadColor2
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testBadColor3
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testBooleanDataConversion
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testColorCascadeEvents
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testColorFactory
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testColorPreferenceListener_def_defaultedcolor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testColorPreferenceListener_def_nooverridecolor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testColorPreferenceListener_def_rgbcolor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testColorPreferenceListener_def_swtcolor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testColorPreferenceListener_th1_defaultedcolor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testColorPreferenceListener_th1_nooverridecolor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testColorPreferenceListener_th1_rgbcolor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testColorPreferenceListener_th1_swtcolor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testColorRegistryListener_def_defaultedcolor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testColorRegistryListener_def_nooverridecolor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testColorRegistryListener_def_rgbcolor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testColorRegistryListener_def_swtcolor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testColorRegistryListener_th1_defaultedcolor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testColorRegistryListener_th1_nooverridecolor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testColorRegistryListener_th1_rgbcolor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testColorRegistryListener_th1_swtcolor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testDataKeySet_BOGUSKEY
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testDataKeySet_bool1
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testDataKeySet_data1
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testDataKeySet_data2
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testDataKeySet_int1
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testDataOverride_data1
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testDataOverride_data2
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testDefaultedColor_defaultedcolor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testDefaultedColor_defaultedcolor2
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testDefaultedColor_rgbcolor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testDefaultedFontOverride_defaultedfont2
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testDefaultedFontOverride_defaultedfont3
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testDefaultedFontOverride_valfont
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testDefaultedFont_defaultedfont
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testDefaultedFont_defaultedfont2
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testDefaultedFont_valfont
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testDefaultedOverrideColor_defaultedcolor2
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testDefaultedOverrideColor_defaultedcolor3
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testDefaultedOverrideColor_rgbcolor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testFontPreferenceListener_def_defaultedfont
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testFontPreferenceListener_def_nooverridefont
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testFontPreferenceListener_def_novalfont
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testFontPreferenceListener_def_valfont
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testFontPreferenceListener_th1_defaultedfont
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testFontPreferenceListener_th1_nooverridefont
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testFontPreferenceListener_th1_novalfont
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testFontPreferenceListener_th1_valfont
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testGetBadTheme
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testIntDataConversion
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testNoValFont
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testNoValFontOverride
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testPlatformColor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testPlatformFont
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testRGBColor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testRGBColorOverride
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testSWTColor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testSWTColorOverride
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testSetTheme
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testStringData
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testThemeDescription_default
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testThemeDescription_theme1
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testThemeExtensionColor
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testThemeExtensionData
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testThemeExtensionFont
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testThemeExtensionName
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeAPITest ‑ testValFont
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeRegistryModifiedHandlerTest ‑ testHandleEvent
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.ThemeRegistryModifiedHandlerTest ‑ testPopulateThemeRegistries
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.WorkbenchThemeChangedHandlerTest ‑ testAddThemeDefinitions
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.WorkbenchThemeChangedHandlerTest ‑ testOverrideAndAddThemeDefinitions
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.WorkbenchThemeChangedHandlerTest ‑ testOverrideThemeDefinitions
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.WorkbenchThemeChangedHandlerTest ‑ testOverrideThemeDefinitionsWhenDefinitionModifiedByUser
UiTestSuite org.eclipse.ui.tests.themes.ThemesTestSuite org.eclipse.ui.tests.themes.WorkbenchThemeChangedHandlerTest ‑ testResetThemeRegistries
UiTestSuite ‑ TestSuite with 185 tests [example: drag maximized Project Explorer to right of editor area(org.eclipse.ui.tests.dnd.DragTest)]
UiTestSuite ‑ org.eclipse.ui.tests.systeminplaceeditor.OpenSystemInPlaceEditorTest
org.eclipse.core.filebuffers.tests.FileBufferCreation ‑ test1
org.eclipse.core.filebuffers.tests.FileBufferCreation ‑ test1_IFILE
org.eclipse.core.filebuffers.tests.FileBufferCreation ‑ test1_IFileStore
org.eclipse.core.filebuffers.tests.FileBufferCreation ‑ test2
org.eclipse.core.filebuffers.tests.FileBufferCreation ‑ test2_new
org.eclipse.core.filebuffers.tests.FileBufferCreation ‑ test3_1
org.eclipse.core.filebuffers.tests.FileBufferCreation ‑ test3_1_IFILE
org.eclipse.core.filebuffers.tests.FileBufferCreation ‑ test3_2
org.eclipse.core.filebuffers.tests.FileBufferCreation ‑ test3_2_new
org.eclipse.core.filebuffers.tests.FileBufferCreation ‑ test4
org.eclipse.core.filebuffers.tests.FileBufferCreation ‑ test4_IFILE
org.eclipse.core.filebuffers.tests.FileBufferCreation ‑ test5
org.eclipse.core.filebuffers.tests.FileBufferCreation ‑ test5_location
org.eclipse.core.filebuffers.tests.FileBufferCreation ‑ test6
org.eclipse.core.filebuffers.tests.FileBufferCreation ‑ test7
org.eclipse.core.filebuffers.tests.FileBufferCreation ‑ test7_IFileStore
org.eclipse.core.filebuffers.tests.FileBufferCreation ‑ test7_location
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test1
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test10
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test11_1
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test11_2
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test12_1
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test12_2
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test13_1
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test13_2
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test13_3
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test13_4
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test14
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test15
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test16_1
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test16_2
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test16_3
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test17_1
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test17_2
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test17_3
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test18
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test19
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test2
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test3
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test4
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test5
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test6
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test7
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test8_1
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test8_2
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test9_1
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ test9_2
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ testGetBufferForDocument
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ testGetFileBuffers
org.eclipse.core.filebuffers.tests.FileBuffersForExternalFiles ‑ testGetFileStoreAnnotationModel
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test1
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test10
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test11_1
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test11_2
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test12_1
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test12_2
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test13_1
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test13_2
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test13_3
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test13_4
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test14
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test15
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test16_1
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test16_2
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test16_3
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test17_1
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test17_2
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test17_3
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test18
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test19
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test2
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test3
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test4
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test5
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test6
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test7
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test8_1
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test8_2
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test9_1
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ test9_2
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ testGetBufferForDocument
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ testGetFileBuffers
org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders ‑ testGetFileStoreAnnotationModel
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test1
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test10
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test11_1
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test11_2
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test12_1
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test12_2
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test13_1
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test13_2
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test13_3
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test13_4
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test14
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test15
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test16_1
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test16_2
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test16_3
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test17_1
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test17_2
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test17_3
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test18
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test19
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test2
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test3
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test4
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test5
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test6
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test7
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test8_1
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test8_2
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test9_1
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ test9_2
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ testGetBufferForDocument
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ testGetFileBuffers
org.eclipse.core.filebuffers.tests.FileBuffersForLinkedFiles ‑ testGetFileStoreAnnotationModel
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test1
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test10
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test11_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test11_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test12_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test12_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test13_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test13_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test13_3
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test13_4
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test14
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test15
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test16_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test16_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test16_3
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test17_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test17_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test17_3
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test18
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test19
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test2
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test3
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test4
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test5
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test6
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test7
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test8_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test8_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test9_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ test9_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ testGetBufferForDocument
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ testGetFileBuffers
org.eclipse.core.filebuffers.tests.FileBuffersForNonAccessibleWorkspaceFiles ‑ testGetFileStoreAnnotationModel
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test1
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test10
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test11_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test11_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test12_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test12_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test13_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test13_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test13_3
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test13_4
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test14
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test15
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test16_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test16_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test16_3
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test17_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test17_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test17_3
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test18
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test19
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test2
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test3
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test4
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test5
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test6
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test7
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test8_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test8_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test9_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ test9_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ testGetBufferForDocument
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ testGetFileBuffers
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingExternalFiles ‑ testGetFileStoreAnnotationModel
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test1
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test10
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test11_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test11_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test12_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test12_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test13_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test13_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test13_3
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test13_4
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test14
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test15
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test16_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test16_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test16_3
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test17_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test17_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test17_3
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test18
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test19
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test2
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test3
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test4
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test5
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test6
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test7
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test8_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test8_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test9_1
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ test9_2
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ testBug118199
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ testBug118199_fixed
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ testGetBufferForDocument
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ testGetFileBuffers
org.eclipse.core.filebuffers.tests.FileBuffersForNonExistingWorkspaceFiles ‑ testGetFileStoreAnnotationModel
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test1
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test10
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test11_1
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test11_2
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test12_1
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test12_2
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test13_1
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test13_2
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test13_3
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test13_4
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test14
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test15
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test16_1
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test16_2
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test16_3
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test17_1
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test17_2
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test17_3
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test18
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test19
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test2
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test3
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test4
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test5
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test6
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test7
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test8_1
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test8_2
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test9_1
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ test9_2
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ testGetBufferForDocument
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ testGetFileBuffers
org.eclipse.core.filebuffers.tests.FileBuffersForWorkspaceFiles ‑ testGetFileStoreAnnotationModel
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test10
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test11_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test11_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test12_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test12_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test13_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test13_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test13_3
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test13_4
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test14
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test15
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test16_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test16_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test16_3
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test17_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test17_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test17_3
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test18
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test19
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test3
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test4
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test5
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test6
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test7
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test8_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test8_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test9_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ test9_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ testGetBufferForDocument
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForExternalFiles ‑ testGetFileStoreFileBuffers
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test10
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test11_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test11_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test12_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test12_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test13_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test13_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test13_3
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test13_4
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test14
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test15
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test16_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test16_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test16_3
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test17_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test17_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test17_3
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test18
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test19
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test3
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test4
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test5
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test6
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test7
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test8_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test8_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test9_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ test9_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ testGetBufferForDocument
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingExternalFiles ‑ testGetFileStoreFileBuffers
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test10
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test11_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test11_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test12_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test12_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test13_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test13_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test13_3
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test13_4
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test14
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test15
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test16_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test16_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test16_3
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test17_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test17_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test17_3
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test18
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test19
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test3
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test4
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test5

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

7618 tests found (test 2014 to 2664)

There are 7618 tests, see "Raw output" for the list of tests 2014 to 2664.
Raw output
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test6
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test7
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test8_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test8_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test9_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test9_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ testBug118199
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ testBug118199_fixed
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ testGetBufferForDocument
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ testGetFileStoreFileBuffers
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test10
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test11_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test11_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test12_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test12_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test13_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test13_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test13_3
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test13_4
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test14
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test15
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test16_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test16_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test16_3
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test17_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test17_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test17_3
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test18
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test19
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test3
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test4
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test5
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test6
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test7
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test8_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test8_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test9_1
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ test9_2
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ testGetBufferForDocument
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ testGetFileBuffers
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForWorkspaceFiles ‑ testGetFileStoreAnnotationModel
org.eclipse.core.filebuffers.tests.ResourceTextFileManagerDocCreationTests ‑ testCreateDocumentPartipants_FileExt
org.eclipse.core.filebuffers.tests.ResourceTextFileManagerDocCreationTests ‑ testCreateDocumentPartipants_FileExt_Extension
org.eclipse.core.filebuffers.tests.ResourceTextFileManagerDocCreationTests ‑ testCreateDocumentPartipants_FileExt_Name
org.eclipse.core.filebuffers.tests.ResourceTextFileManagerDocCreationTests ‑ testCreateDocumentPartipants_FileExt_Name_Extension
org.eclipse.core.filebuffers.tests.ResourceTextFileManagerDocCreationTests ‑ testCreateDocumentPartipants_Name
org.eclipse.core.filebuffers.tests.ResourceTextFileManagerDocCreationTests ‑ testCreateDocumentPartipants_Name_Extension
org.eclipse.core.filebuffers.tests.ResourceTextFileManagerDocCreationTests ‑ testDocumentSetupParticipantExtension_1
org.eclipse.core.filebuffers.tests.ResourceTextFileManagerDocCreationTests ‑ testDocumentSetupParticipantExtension_2
org.eclipse.core.filebuffers.tests.ResourceTextFileManagerDocCreationTests ‑ testDocumentSetupParticipantExtension_3
org.eclipse.core.filebuffers.tests.TextFileManagerDocCreationTests ‑ testCreateDocumentPartipants_FileExt
org.eclipse.core.filebuffers.tests.TextFileManagerDocCreationTests ‑ testCreateDocumentPartipants_FileExt_Extension
org.eclipse.core.filebuffers.tests.TextFileManagerDocCreationTests ‑ testCreateDocumentPartipants_FileExt_Name
org.eclipse.core.filebuffers.tests.TextFileManagerDocCreationTests ‑ testCreateDocumentPartipants_FileExt_Name_Extension
org.eclipse.core.filebuffers.tests.TextFileManagerDocCreationTests ‑ testCreateDocumentPartipants_Name
org.eclipse.core.filebuffers.tests.TextFileManagerDocCreationTests ‑ testCreateDocumentPartipants_Name_Extension
org.eclipse.core.filebuffers.tests.TextFileManagerDocCreationTests ‑ testDocumentSetupParticipantExtension_1
org.eclipse.core.filebuffers.tests.TextFileManagerDocCreationTests ‑ testDocumentSetupParticipantExtension_2
org.eclipse.core.filebuffers.tests.TextFileManagerDocCreationTests ‑ testDocumentSetupParticipantExtension_3
org.eclipse.core.tests.databinding.AggregateValidationStatusTest ‑ testAggregateValidationStatusValueType
org.eclipse.core.tests.databinding.AggregateValidationStatusTest ‑ testConstructor_DefaultRealm
org.eclipse.core.tests.databinding.BindingTest ‑ testDisposeBindingThenModel
org.eclipse.core.tests.databinding.BindingTest ‑ testDisposeBindingThenObservables
org.eclipse.core.tests.databinding.BindingTest ‑ testDisposeBindingThenTarget
org.eclipse.core.tests.databinding.BindingTest ‑ testDisposeModelDisposesBinding
org.eclipse.core.tests.databinding.BindingTest ‑ testDisposeModelThenBinding
org.eclipse.core.tests.databinding.BindingTest ‑ testDisposeObservablesThenBinding
org.eclipse.core.tests.databinding.BindingTest ‑ testDisposeTargetDisposesBinding
org.eclipse.core.tests.databinding.BindingTest ‑ testDisposeTargetThenBinding
org.eclipse.core.tests.databinding.BindingTest ‑ testPreDisposedModel_FiresIllegalArgumentException
org.eclipse.core.tests.databinding.BindingTest ‑ testPreDisposedTarget_FiresIllegalArgumentException
org.eclipse.core.tests.databinding.DatabindingContextTest ‑ testBindList
org.eclipse.core.tests.databinding.DatabindingContextTest ‑ testBindListAddBinding
org.eclipse.core.tests.databinding.DatabindingContextTest ‑ testBindValue
org.eclipse.core.tests.databinding.DatabindingContextTest ‑ testBindValueAddBinding
org.eclipse.core.tests.databinding.DatabindingContextTest ‑ testDisposeBindings
org.eclipse.core.tests.databinding.DatabindingContextTest ‑ testGetBindingsImmutability
org.eclipse.core.tests.databinding.DatabindingContextTest ‑ testRemoveBinding
org.eclipse.core.tests.databinding.DatabindingContextTest ‑ testValidateTargetAfterValueBindingCreation
org.eclipse.core.tests.databinding.DatabindingContextTest ‑ testValidationError
org.eclipse.core.tests.databinding.ListBindingTest ‑ testAddListenerAndInitialSyncAreUninterruptable
org.eclipse.core.tests.databinding.ListBindingTest ‑ testAddOKValidationStatus
org.eclipse.core.tests.databinding.ListBindingTest ‑ testAddValidationStatusContainsMultipleStatuses
org.eclipse.core.tests.databinding.ListBindingTest ‑ testConversion
org.eclipse.core.tests.databinding.ListBindingTest ‑ testErrorDuringConversion
org.eclipse.core.tests.databinding.ListBindingTest ‑ testErrorDuringMove
org.eclipse.core.tests.databinding.ListBindingTest ‑ testErrorDuringRemove
org.eclipse.core.tests.databinding.ListBindingTest ‑ testErrorDuringReplace
org.eclipse.core.tests.databinding.ListBindingTest ‑ testGetModel
org.eclipse.core.tests.databinding.ListBindingTest ‑ testGetTarget
org.eclipse.core.tests.databinding.ListBindingTest ‑ testRemoveOKValidationStatus
org.eclipse.core.tests.databinding.ListBindingTest ‑ testRemoveValidationStatusContainsMultipleStatuses
org.eclipse.core.tests.databinding.ListBindingTest ‑ testStatusIsInstanceOfBindingStatus
org.eclipse.core.tests.databinding.ListBindingTest ‑ testTargetValueIsSyncedToModelIfModelWasNotSyncedToTarget
org.eclipse.core.tests.databinding.ListBindingTest ‑ testUpdateModelFromTarget
org.eclipse.core.tests.databinding.ListBindingTest ‑ testUpdateTargetFromModel
org.eclipse.core.tests.databinding.ObservablesManagerTest ‑ testContextIsDisposed
org.eclipse.core.tests.databinding.ObservablesManagerTest ‑ testContextIsNotDisposed
org.eclipse.core.tests.databinding.ObservablesManagerTest ‑ testDisposeMultipleTargets_Bug546983
org.eclipse.core.tests.databinding.ObservablesManagerTest ‑ testDispose_Bug277966_NPEWhenManagedObservableAlreadyDisposed
org.eclipse.core.tests.databinding.ObservablesManagerTest ‑ testOnlyModelIsDisposed
org.eclipse.core.tests.databinding.ObservablesManagerTest ‑ testOnlyTargetIsDisposed
org.eclipse.core.tests.databinding.ObservablesManagerTest ‑ testTargetAndModelIsDisposed
org.eclipse.core.tests.databinding.SetBindingTest ‑ testAddListenerAndInitialSyncAreUninterruptable
org.eclipse.core.tests.databinding.SetBindingTest ‑ testErrorDuringConversion
org.eclipse.core.tests.databinding.SetBindingTest ‑ testErrorDuringRemoveIsLogged
org.eclipse.core.tests.databinding.SetBindingTest ‑ testTargetValueIsSyncedToModelIfModelWasNotSyncedToTarget
org.eclipse.core.tests.databinding.SetBindingTest ‑ testUpdateModelFromTarget
org.eclipse.core.tests.databinding.SetBindingTest ‑ testUpdateTargetFromModel
org.eclipse.core.tests.databinding.SideEffectTest ‑ testCanRemoveDisposeListener
org.eclipse.core.tests.databinding.SideEffectTest ‑ testChangingDependencyRerunsSideEffect
org.eclipse.core.tests.databinding.SideEffectTest ‑ testChangingMultipleDependenciesOnlyRunsTheSideEffectOnce
org.eclipse.core.tests.databinding.SideEffectTest ‑ testChangingUnrelatedNodeDoesntRunSideEffect
org.eclipse.core.tests.databinding.SideEffectTest ‑ testConsumeOnceDoesntPassNullToConsumer
org.eclipse.core.tests.databinding.SideEffectTest ‑ testConsumeOnceDoesntRunAtAllIfDisposed
org.eclipse.core.tests.databinding.SideEffectTest ‑ testConsumeOnceDoesntRunTwice
org.eclipse.core.tests.databinding.SideEffectTest ‑ testConsumeOnceRunsIfInitialValueNonNull
org.eclipse.core.tests.databinding.SideEffectTest ‑ testDeactivatedSideEffectWontRunWhenRunIfDirtyInvoked
org.eclipse.core.tests.databinding.SideEffectTest ‑ testDeactivatedSideEffectWontRunWhenTriggeredByDependency
org.eclipse.core.tests.databinding.SideEffectTest ‑ testNestedDependencyChangeAndRunIfDirtyCompletes
org.eclipse.core.tests.databinding.SideEffectTest ‑ testNestedInvalidateAndRunIfDirtyCompletes
org.eclipse.core.tests.databinding.SideEffectTest ‑ testNestedSideEffectCreation
org.eclipse.core.tests.databinding.SideEffectTest ‑ testObservableInMap
org.eclipse.core.tests.databinding.SideEffectTest ‑ testResumingSideEffectMultipleTimesThrowsIllegalStateException
org.eclipse.core.tests.databinding.SideEffectTest ‑ testRunIfDirty
org.eclipse.core.tests.databinding.SideEffectTest ‑ testRunIfDirtyDoesNothingIfSideEffectNotDirty
org.eclipse.core.tests.databinding.SideEffectTest ‑ testSideEffectDoesntRunUntilResumed
org.eclipse.core.tests.databinding.SideEffectTest ‑ testSideEffectFiresDisposeEvent
org.eclipse.core.tests.databinding.SideEffectTest ‑ testSideEffectRunsWhenResumed
org.eclipse.core.tests.databinding.SideEffectTest ‑ testSideEffectSelectsCorrectDependency
org.eclipse.core.tests.databinding.UpdateListStrategyTest ‑ testFillDefaults_AssertConverterToTypeExtendsDestinationType
org.eclipse.core.tests.databinding.UpdateListStrategyTest ‑ testFillDefaults_AssertSourceTypeExtendsConverterFromType
org.eclipse.core.tests.databinding.UpdateSetStrategyTest ‑ testFillDefaults_AssertConverterToTypeExtendsDestinationType
org.eclipse.core.tests.databinding.UpdateSetStrategyTest ‑ testFillDefaults_AssertSourceTypeExtendsConverterFromType
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForBigIntegerToString
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForBytePrimitiveToString
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForByteToString
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForDateToString
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForDoublePrimitiveToString
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForDoubleToString
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForFloatPrimitiveToString
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForFloatToString
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForIntegerPrimitiveToString
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForIntegerToString
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForLongPrimitiveToString
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForLongToString
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForNumberToBigDecimal
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForNumberToBigInteger
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForNumberToByte
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForNumberToDouble
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForNumberToDoublePrimitive
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForNumberToFloat
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForNumberToFloatPrimitive
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForNumberToInteger
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForNumberToIntegerPrimitive
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForNumberToLong
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForNumberToLongPrimitive
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForNumberToShort
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForNumberToShortPrimitive
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForShortPrimitiveToString
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForShortToString
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForStatusToString
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForStringToBigInteger
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForStringToBoolean
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForStringToBooleanPrimitive
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForStringToByte
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForStringToBytePrimitive
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForStringToCharacter
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForStringToDate
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForStringToDouble
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForStringToDoublePrimitive
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForStringToFloat
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForStringToFloatPrimitive
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForStringToInteger
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForStringToIntegerPrimitive
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForStringToLong
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForStringToLongPrimitive
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForStringToShort
org.eclipse.core.tests.databinding.UpdateStrategyTest ‑ testDefaultConverterForStringToShortPrimitive
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testCachesDefaultedValidators
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testCreateValidatorWithNullConverter
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForNumberToBigDecimal
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForNumberToBigInteger
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForNumberToByte
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForNumberToDouble
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForNumberToFloat
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForNumberToInteger
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForNumberToLong
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForNumberToShort
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForStringToByte
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForStringToBytePrimitive
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForStringToDate
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForStringToDouble
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForStringToDoublePrimitive
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForStringToFloat
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForStringToFloatPrimitive
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForStringToInteger
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForStringToIntegerPrimitive
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForStringToLong
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForStringToLongPrimitive
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForStringToShort
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testDefaultValidatorForStringToShortPrimitive
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testFillDefaults_AssertConverterToTypeExtendsDestinationType
org.eclipse.core.tests.databinding.UpdateValueStrategyTest ‑ testFillDefaults_AssertSourceTypeExtendsConverterFromType
org.eclipse.core.tests.databinding.ValueBindingTest ‑ testCancelStatusInValidationDoesNotUpdateModel
org.eclipse.core.tests.databinding.ValueBindingTest ‑ testDiffsAreCheckedForEqualityBeforeUpdate
org.eclipse.core.tests.databinding.ValueBindingTest ‑ testErrorDuringConversion
org.eclipse.core.tests.databinding.ValueBindingTest ‑ testErrorStatusInValidationDoesNotUpdateModel
org.eclipse.core.tests.databinding.ValueBindingTest ‑ testGetModel
org.eclipse.core.tests.databinding.ValueBindingTest ‑ testGetTarget
org.eclipse.core.tests.databinding.ValueBindingTest ‑ testInfoStatusInValidationUpdatesModel
org.eclipse.core.tests.databinding.ValueBindingTest ‑ testNoUpdateTargetFromModel
org.eclipse.core.tests.databinding.ValueBindingTest ‑ testOKStatusInValidationUpdatesModel
org.eclipse.core.tests.databinding.ValueBindingTest ‑ testPostInit_UpdatePolicy_ConvertToTarget_UpdateToModel
org.eclipse.core.tests.databinding.ValueBindingTest ‑ testPostInit_UpdatePolicy_UpdateToTarget_ConvertToModel
org.eclipse.core.tests.databinding.ValueBindingTest ‑ testPostInit_UpdatePolicy_UpdateToTarget_NeverToModel
org.eclipse.core.tests.databinding.ValueBindingTest ‑ testPostInit_UpdatePolicy_UpdateToTarget_OnRequestToModel
org.eclipse.core.tests.databinding.ValueBindingTest ‑ testPostInit_UpdatePolicy_UpdateToTarget_UpdateToModel
org.eclipse.core.tests.databinding.ValueBindingTest ‑ testStatusIsInstanceOfBindingStatus
org.eclipse.core.tests.databinding.ValueBindingTest ‑ testStatusesFromEveryPhaseAreReturned
org.eclipse.core.tests.databinding.ValueBindingTest ‑ testTargetValueIsSyncedToModelIfModelWasNotSyncedToTarget
org.eclipse.core.tests.databinding.ValueBindingTest ‑ testValuePropagation
org.eclipse.core.tests.databinding.ValueBindingTest ‑ testWarningStatusInValidationUpdatesModel
org.eclipse.core.tests.databinding.beans.AnonymousBeanValuePropertyTest ‑ testObserveDetailHavingNullValueType_UseExplicitValueType
org.eclipse.core.tests.databinding.beans.AnonymousPojoValuePropertyTest ‑ testObserveDetailHavingNullValueType_UseExplicitValueType
org.eclipse.core.tests.databinding.beans.BeanPropertiesTest ‑ testList_ListFactory_ProducesIBeanObservable
org.eclipse.core.tests.databinding.beans.BeanPropertiesTest ‑ testMap_MapFactory_ProducesIBeanObservable
org.eclipse.core.tests.databinding.beans.BeanPropertiesTest ‑ testSet_SetFactory_ProducesIBeanObservable
org.eclipse.core.tests.databinding.beans.BeanPropertiesTest ‑ testValue_ValueFactory_ProducesIBeanObservable
org.eclipse.core.tests.databinding.beans.BeansObservablesTest ‑ testHandleExternalChangeToProperty
org.eclipse.core.tests.databinding.beans.BeansObservablesTest ‑ testListFactory
org.eclipse.core.tests.databinding.beans.BeansObservablesTest ‑ testObservableDetailListIBeanObservable
org.eclipse.core.tests.databinding.beans.BeansObservablesTest ‑ testObservableDetailListNullOuterElementType
org.eclipse.core.tests.databinding.beans.BeansObservablesTest ‑ testObservableDetailSetIBeanObservable
org.eclipse.core.tests.databinding.beans.BeansObservablesTest ‑ testObservableDetailSetNullOuterElementType
org.eclipse.core.tests.databinding.beans.BeansObservablesTest ‑ testObserveDetailListElementType
org.eclipse.core.tests.databinding.beans.BeansObservablesTest ‑ testObserveDetailValueIBeanObservable
org.eclipse.core.tests.databinding.beans.BeansObservablesTest ‑ testObserveDetailValueNullOuterElementType
org.eclipse.core.tests.databinding.beans.BeansObservablesTest ‑ testObserveDetailValue_ValueType
org.eclipse.core.tests.databinding.beans.BeansObservablesTest ‑ testObserveListArrayInferredElementType
org.eclipse.core.tests.databinding.beans.BeansObservablesTest ‑ testObserveListNonInferredElementType
org.eclipse.core.tests.databinding.beans.BeansObservablesTest ‑ testObserveSetElementType
org.eclipse.core.tests.databinding.beans.BeansObservablesTest ‑ testObserveSetNonInferredElementType
org.eclipse.core.tests.databinding.beans.PojoPropertiesTest ‑ testList_ListFactory_ProducesIBeanObservable
org.eclipse.core.tests.databinding.beans.PojoPropertiesTest ‑ testMap_MapFactory_ProducesIBeanObservable
org.eclipse.core.tests.databinding.beans.PojoPropertiesTest ‑ testSet_SetFactory_ProducesIBeanObservable
org.eclipse.core.tests.databinding.beans.PojoPropertiesTest ‑ testValue_ValueFactory_ProducesIBeanObservable
org.eclipse.core.tests.databinding.beans.SetOnlyJavaBeanTest ‑ testValidationError
org.eclipse.core.tests.databinding.bind.BindListTest ‑ defaultDirectionIsTargetToModel
org.eclipse.core.tests.databinding.bind.BindListTest ‑ oneWayBindingsCreated
org.eclipse.core.tests.databinding.bind.BindListTest ‑ oneWayConverter
org.eclipse.core.tests.databinding.bind.BindListTest ‑ oneWayDefaultConverter
org.eclipse.core.tests.databinding.bind.BindListTest ‑ oneWayUpdate
org.eclipse.core.tests.databinding.bind.BindListTest ‑ setListTwice
org.eclipse.core.tests.databinding.bind.BindListTest ‑ setNull
org.eclipse.core.tests.databinding.bind.BindListTest ‑ twoWayBindingsCreated
org.eclipse.core.tests.databinding.bind.BindListTest ‑ twoWayConverter
org.eclipse.core.tests.databinding.bind.BindListTest ‑ twoWayDefaultConverter
org.eclipse.core.tests.databinding.bind.BindListTest ‑ twoWayUpdate
org.eclipse.core.tests.databinding.bind.BindListTest ‑ updateOnlyOnRequest
org.eclipse.core.tests.databinding.bind.BindSetTest ‑ defaultDirectionIsTargetToModel
org.eclipse.core.tests.databinding.bind.BindSetTest ‑ oneWayBindingsCreated
org.eclipse.core.tests.databinding.bind.BindSetTest ‑ oneWayConverter
org.eclipse.core.tests.databinding.bind.BindSetTest ‑ oneWayDefaultConverter
org.eclipse.core.tests.databinding.bind.BindSetTest ‑ oneWayUpdate
org.eclipse.core.tests.databinding.bind.BindSetTest ‑ setNull
org.eclipse.core.tests.databinding.bind.BindSetTest ‑ setSetTwice
org.eclipse.core.tests.databinding.bind.BindSetTest ‑ twoWayBindingsCreated
org.eclipse.core.tests.databinding.bind.BindSetTest ‑ twoWayConverter
org.eclipse.core.tests.databinding.bind.BindSetTest ‑ twoWayDefaultConverter
org.eclipse.core.tests.databinding.bind.BindSetTest ‑ twoWayUpdate
org.eclipse.core.tests.databinding.bind.BindSetTest ‑ updateOnlyOnRequest
org.eclipse.core.tests.databinding.bind.BindValueTest ‑ convertOnly
org.eclipse.core.tests.databinding.bind.BindValueTest ‑ defaultDirectionIsTargetToModel
org.eclipse.core.tests.databinding.bind.BindValueTest ‑ oneWayBindingsCreated
org.eclipse.core.tests.databinding.bind.BindValueTest ‑ oneWayConverter
org.eclipse.core.tests.databinding.bind.BindValueTest ‑ oneWayDefaultConverter
org.eclipse.core.tests.databinding.bind.BindValueTest ‑ oneWayUpdate
org.eclipse.core.tests.databinding.bind.BindValueTest ‑ setNull
org.eclipse.core.tests.databinding.bind.BindValueTest ‑ setValueTwice
org.eclipse.core.tests.databinding.bind.BindValueTest ‑ twoWayBindingsCreated
org.eclipse.core.tests.databinding.bind.BindValueTest ‑ twoWayConverter
org.eclipse.core.tests.databinding.bind.BindValueTest ‑ twoWayDefaultConverter
org.eclipse.core.tests.databinding.bind.BindValueTest ‑ twoWayUpdate
org.eclipse.core.tests.databinding.bind.BindValueTest ‑ twoWayValidator
org.eclipse.core.tests.databinding.bind.BindValueTest ‑ updateOnlyOnRequest
org.eclipse.core.tests.databinding.bind.BindValueTest ‑ validators
org.eclipse.core.tests.databinding.conversion.NumberToStringConverterTest ‑ testConvertBigDecimalToString
org.eclipse.core.tests.databinding.conversion.NumberToStringConverterTest ‑ testConvertBigIntegerToString
org.eclipse.core.tests.databinding.conversion.NumberToStringConverterTest ‑ testConvertDoubleToString
org.eclipse.core.tests.databinding.conversion.NumberToStringConverterTest ‑ testConvertFloatToString
org.eclipse.core.tests.databinding.conversion.NumberToStringConverterTest ‑ testConvertIntegerToString
org.eclipse.core.tests.databinding.conversion.NumberToStringConverterTest ‑ testConvertLongToString
org.eclipse.core.tests.databinding.conversion.NumberToStringConverterTest ‑ testFromTypes
org.eclipse.core.tests.databinding.conversion.NumberToStringConverterTest ‑ testNullSourceConvertsToEmptyString
org.eclipse.core.tests.databinding.conversion.NumberToStringConverterTest ‑ testToTypeIsStringClass
org.eclipse.core.tests.databinding.conversion.StringToNumberConverterTest ‑ testConvertedToIntegerPrimitive
org.eclipse.core.tests.databinding.conversion.StringToNumberConverterTest ‑ testConvertsToBigDecimal
org.eclipse.core.tests.databinding.conversion.StringToNumberConverterTest ‑ testConvertsToBigInteger
org.eclipse.core.tests.databinding.conversion.StringToNumberConverterTest ‑ testConvertsToDouble
org.eclipse.core.tests.databinding.conversion.StringToNumberConverterTest ‑ testConvertsToDoublePrimitive
org.eclipse.core.tests.databinding.conversion.StringToNumberConverterTest ‑ testConvertsToFloat
org.eclipse.core.tests.databinding.conversion.StringToNumberConverterTest ‑ testConvertsToFloatPrimitive
org.eclipse.core.tests.databinding.conversion.StringToNumberConverterTest ‑ testConvertsToInteger
org.eclipse.core.tests.databinding.conversion.StringToNumberConverterTest ‑ testConvertsToLong
org.eclipse.core.tests.databinding.conversion.StringToNumberConverterTest ‑ testConvertsToLongPrimitive
org.eclipse.core.tests.databinding.conversion.StringToNumberConverterTest ‑ testFromTypeIsString
org.eclipse.core.tests.databinding.conversion.StringToNumberConverterTest ‑ testInvalidInteger
org.eclipse.core.tests.databinding.conversion.StringToNumberConverterTest ‑ testReturnsNullBoxedTypeForEmptyString
org.eclipse.core.tests.databinding.conversion.StringToNumberConverterTest ‑ testThrowsIllegalArgumentExceptionIfAskedToConvertNonString
org.eclipse.core.tests.databinding.conversion.StringToNumberConverterTest ‑ testThrowsIllegalArgumentExceptionIfNumberIsOutOfRange
org.eclipse.core.tests.databinding.conversion.StringToNumberConverterTest ‑ testToTypes
org.eclipse.core.tests.databinding.observable.AbstractObservableTest ‑ testAddDisposeListener_HasListenersFalse
org.eclipse.core.tests.databinding.observable.AbstractObservableTest ‑ testChangeListener
org.eclipse.core.tests.databinding.observable.AbstractObservableTest ‑ testFireChangeRealmChecks
org.eclipse.core.tests.databinding.observable.AbstractObservableTest ‑ testFireStaleRealmChecks
org.eclipse.core.tests.databinding.observable.AbstractObservableTest ‑ testHasListenersWithChangeAndStaleListeners
org.eclipse.core.tests.databinding.observable.AbstractObservableTest ‑ testStaleListener
org.eclipse.core.tests.databinding.observable.ChangeSupportTest ‑ testAddDisposeListener_HasListenersFalse
org.eclipse.core.tests.databinding.observable.DecoratingObservableTest ‑ testDisposeDecorated_DisposesDecorator
org.eclipse.core.tests.databinding.observable.DiffsTest ‑ test_SetDiff
org.eclipse.core.tests.databinding.observable.DiffsTest ‑ test_ValueDiff
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testComputeListDiff_MoveDown1
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testComputeListDiff_MoveDown2
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testComputeListDiff_MoveUp1
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testComputeListDiff_MoveUp2
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testComputeListDiff_SingleAppend
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testComputeListDiff_SingleInsert
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testComputeListDiff_SingleRemove
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testDiffScenario1
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testDiffScenario10
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testDiffScenario11
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testDiffScenario12
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testDiffScenario13
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testDiffScenario2
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testDiffScenario3
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testDiffScenario4
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testDiffScenario5
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testDiffScenario6
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testDiffScenario7
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testDiffScenario8
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testDiffScenario9
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testDiffScenarios14
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testDiffScenarios15
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testDiffScenarios16
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testDiffScenarios17
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testListDiffEntryToStringDoesNotThrowNPEForNullListDiffEntry
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testListDiffToStringDoesNotThrowNPEForNullListDiff
org.eclipse.core.tests.databinding.observable.Diffs_ListDiffTests ‑ testListDiffToStringDoesNotThrowNPEForNullListDiffEntry
org.eclipse.core.tests.databinding.observable.ObservableTrackerTest ‑ testGetterCalled_ObservableDisposed
org.eclipse.core.tests.databinding.observable.ObservableTrackerTest ‑ testGetterCalled_ObservableRealmNotCurrent
org.eclipse.core.tests.databinding.observable.ObservableTrackerTest ‑ testRunAndCollect
org.eclipse.core.tests.databinding.observable.ObservableTrackerTest ‑ testRunAndIgnore_RunAndCollect
org.eclipse.core.tests.databinding.observable.ObservableTrackerTest ‑ testRunAndIgnore_RunAndMonitor
org.eclipse.core.tests.databinding.observable.ObservableTrackerTest ‑ testRunAndMonitor_GetterCalled
org.eclipse.core.tests.databinding.observable.ObservableTrackerTest ‑ testSetIgnore_Nested_RunAndCollect
org.eclipse.core.tests.databinding.observable.ObservableTrackerTest ‑ testSetIgnore_Nested_RunAndMonitor
org.eclipse.core.tests.databinding.observable.ObservableTrackerTest ‑ testSetIgnore_RunAndCollect
org.eclipse.core.tests.databinding.observable.ObservableTrackerTest ‑ testSetIgnore_RunAndCollect_UnmatchedIgnore_LogsError
org.eclipse.core.tests.databinding.observable.ObservableTrackerTest ‑ testSetIgnore_RunAndMonitor
org.eclipse.core.tests.databinding.observable.ObservableTrackerTest ‑ testSetIgnore_RunAndMonitor_UnmatchedIgnore_LogsError
org.eclipse.core.tests.databinding.observable.ObservableTrackerTest ‑ testSetIgnore_UnmatchedUnignore
org.eclipse.core.tests.databinding.observable.ObservablesTest ‑ testUnmodifableObservableListExceptions
org.eclipse.core.tests.databinding.observable.ObservablesTest ‑ testUnmodifiableObservableList
org.eclipse.core.tests.databinding.observable.RealmTest ‑ testSetDefaultWithRunnable
org.eclipse.core.tests.databinding.observable.list.AbstractObservableListTest ‑ testAddChangeListener_AfterDispose
org.eclipse.core.tests.databinding.observable.list.AbstractObservableListTest ‑ testAddDisposeListener_AfterDispose
org.eclipse.core.tests.databinding.observable.list.AbstractObservableListTest ‑ testAddListChangeListener_AfterDispose
org.eclipse.core.tests.databinding.observable.list.AbstractObservableListTest ‑ testAddStaleListener_AfterDispose
org.eclipse.core.tests.databinding.observable.list.AbstractObservableListTest ‑ testFireChangeRealmChecks
org.eclipse.core.tests.databinding.observable.list.AbstractObservableListTest ‑ testFireListChangeRealmChecks
org.eclipse.core.tests.databinding.observable.list.AbstractObservableListTest ‑ testFireStaleRealmChecks
org.eclipse.core.tests.databinding.observable.list.AbstractObservableListTest ‑ testHasListeners_AfterDispose
org.eclipse.core.tests.databinding.observable.list.AbstractObservableListTest ‑ testMove_FiresListChanges
org.eclipse.core.tests.databinding.observable.list.AbstractObservableListTest ‑ testMove_MovesElement
org.eclipse.core.tests.databinding.observable.list.AbstractObservableListTest ‑ testRemoveChangeListener_AfterDispose
org.eclipse.core.tests.databinding.observable.list.AbstractObservableListTest ‑ testRemoveDisposeListener_AfterDispose
org.eclipse.core.tests.databinding.observable.list.AbstractObservableListTest ‑ testRemoveListChangeListener_AfterDispose
org.eclipse.core.tests.databinding.observable.list.AbstractObservableListTest ‑ testRemoveStaleListener_AfterDispose
org.eclipse.core.tests.databinding.observable.list.ComputedListTest ‑ testCreate
org.eclipse.core.tests.databinding.observable.list.ComputedListTest ‑ testDependency_FiresListChange
org.eclipse.core.tests.databinding.observable.list.ComputedListTest ‑ testDependency_ListChangeEventFiresOnlyWhenNotDirty
org.eclipse.core.tests.databinding.observable.list.ComputedListTest ‑ testDependency_NoStaleEventIfAlreadyDirty
org.eclipse.core.tests.databinding.observable.list.ComputedListTest ‑ testDependency_Staleness
org.eclipse.core.tests.databinding.observable.list.ListDiffTest ‑ testAccept_Add
org.eclipse.core.tests.databinding.observable.list.ListDiffTest ‑ testAccept_AllPatterns
org.eclipse.core.tests.databinding.observable.list.ListDiffTest ‑ testAccept_MoveBackward_AddBeforeRemove
org.eclipse.core.tests.databinding.observable.list.ListDiffTest ‑ testAccept_MoveBackward_RemoveBeforeAdd
org.eclipse.core.tests.databinding.observable.list.ListDiffTest ‑ testAccept_MoveDetectionUsesEqualityNotSameness
org.eclipse.core.tests.databinding.observable.list.ListDiffTest ‑ testAccept_MoveForward_AddBeforeRemove
org.eclipse.core.tests.databinding.observable.list.ListDiffTest ‑ testAccept_MoveForward_RemoveBeforeAdd
org.eclipse.core.tests.databinding.observable.list.ListDiffTest ‑ testAccept_Remove
org.eclipse.core.tests.databinding.observable.list.ListDiffTest ‑ testAccept_Replace_AddBeforeRemove
org.eclipse.core.tests.databinding.observable.list.ListDiffTest ‑ testAccept_Replace_RemoveBeforeAdd
org.eclipse.core.tests.databinding.observable.list.ListDiffVisitorTest ‑ testHandleMove_DelegatesByDefault
org.eclipse.core.tests.databinding.observable.list.ListDiffVisitorTest ‑ testHandleReplace_DelegatesByDefault
org.eclipse.core.tests.databinding.observable.list.MultiListTest ‑ testDependency_FiresListChange
org.eclipse.core.tests.databinding.observable.list.MultiListTest ‑ testIsStale_FollowsSublist
org.eclipse.core.tests.databinding.observable.list.MultiListTest ‑ testModifySubList_FiresListChangeEventFromMultiList
org.eclipse.core.tests.databinding.observable.list.MultiListTest ‑ testStaleEvent_NoFireEventIfAlreadyStale
org.eclipse.core.tests.databinding.observable.list.ObservableListTest ‑ testIsStaleRealmChecks
org.eclipse.core.tests.databinding.observable.list.ObservableListTest ‑ testMove_FiresListChanges
org.eclipse.core.tests.databinding.observable.list.ObservableListTest ‑ testMove_MovesElement
org.eclipse.core.tests.databinding.observable.list.ObservableListTest ‑ testSetStaleRealmChecks
org.eclipse.core.tests.databinding.observable.list.WritableListTest ‑ testAddAllByIndexRealmChecks
org.eclipse.core.tests.databinding.observable.list.WritableListTest ‑ testAddAllRealmChecks
org.eclipse.core.tests.databinding.observable.list.WritableListTest ‑ testAddByIndexRealmChecks
org.eclipse.core.tests.databinding.observable.list.WritableListTest ‑ testAddRealmChecks
org.eclipse.core.tests.databinding.observable.list.WritableListTest ‑ testClearRealmChecks
org.eclipse.core.tests.databinding.observable.list.WritableListTest ‑ testCollectionConstructorsCopy_1
org.eclipse.core.tests.databinding.observable.list.WritableListTest ‑ testCollectionConstructorsCopy_2
org.eclipse.core.tests.databinding.observable.list.WritableListTest ‑ testListConstructorsDoNotCopy_1
org.eclipse.core.tests.databinding.observable.list.WritableListTest ‑ testListConstructorsDoNotCopy_2
org.eclipse.core.tests.databinding.observable.list.WritableListTest ‑ testNullElementType
org.eclipse.core.tests.databinding.observable.list.WritableListTest ‑ testRemoveAllRealmChecks
org.eclipse.core.tests.databinding.observable.list.WritableListTest ‑ testRemoveByIndexRealmChecks
org.eclipse.core.tests.databinding.observable.list.WritableListTest ‑ testRemoveRealmChecks
org.eclipse.core.tests.databinding.observable.list.WritableListTest ‑ testRetainAllRealmChecks
org.eclipse.core.tests.databinding.observable.list.WritableListTest ‑ testSetRealmChecks
org.eclipse.core.tests.databinding.observable.list.WritableListTest ‑ testWithElementType
org.eclipse.core.tests.databinding.observable.map.AbstractObservableMapTest ‑ testAddChangeListener_AfterDispose
org.eclipse.core.tests.databinding.observable.map.AbstractObservableMapTest ‑ testAddDisposeListener_AfterDispose
org.eclipse.core.tests.databinding.observable.map.AbstractObservableMapTest ‑ testAddListChangeListener_AfterDispose
org.eclipse.core.tests.databinding.observable.map.AbstractObservableMapTest ‑ testAddStaleListener_AfterDispose
org.eclipse.core.tests.databinding.observable.map.AbstractObservableMapTest ‑ testFireChangeRealmChecks
org.eclipse.core.tests.databinding.observable.map.AbstractObservableMapTest ‑ testFireMapChangeRealmChecks
org.eclipse.core.tests.databinding.observable.map.AbstractObservableMapTest ‑ testFireStaleRealmChecks
org.eclipse.core.tests.databinding.observable.map.AbstractObservableMapTest ‑ testHasListeners_AfterDispose
org.eclipse.core.tests.databinding.observable.map.AbstractObservableMapTest ‑ testIsStaleRealmChecks
org.eclipse.core.tests.databinding.observable.map.AbstractObservableMapTest ‑ testRemoveChangeListener_AfterDispose
org.eclipse.core.tests.databinding.observable.map.AbstractObservableMapTest ‑ testRemoveDisposeListener_AfterDispose
org.eclipse.core.tests.databinding.observable.map.AbstractObservableMapTest ‑ testRemoveListChangeListener_AfterDispose
org.eclipse.core.tests.databinding.observable.map.AbstractObservableMapTest ‑ testRemoveStaleListener_AfterDispose
org.eclipse.core.tests.databinding.observable.map.AbstractObservableMapTest ‑ testSetStaleRealmChecks
org.eclipse.core.tests.databinding.observable.map.BidiObservableMapTest ‑ testConstructor_NullArgument
org.eclipse.core.tests.databinding.observable.map.BidiObservableMapTest ‑ testContainsValue_PutAndRemove
org.eclipse.core.tests.databinding.observable.map.BidiObservableMapTest ‑ testGetKeys_Empty
org.eclipse.core.tests.databinding.observable.map.BidiObservableMapTest ‑ testGetKeys_MultipleKeysWithSameValue
org.eclipse.core.tests.databinding.observable.map.BidiObservableMapTest ‑ testGetKeys_NullKey
org.eclipse.core.tests.databinding.observable.map.BidiObservableMapTest ‑ testGetKeys_NullValue
org.eclipse.core.tests.databinding.observable.map.BidiObservableMapTest ‑ testGetKeys_ReplaceValue
org.eclipse.core.tests.databinding.observable.map.BidiObservableMapTest ‑ testGetKeys_SinglePut
org.eclipse.core.tests.databinding.observable.map.CompositeMapTest ‑ testAddSharedToFirstMap
org.eclipse.core.tests.databinding.observable.map.CompositeMapTest ‑ testAddToFirstMap
org.eclipse.core.tests.databinding.observable.map.CompositeMapTest ‑ testChangeInFirstMap
org.eclipse.core.tests.databinding.observable.map.CompositeMapTest ‑ testChangeInFirstMapFromShared
org.eclipse.core.tests.databinding.observable.map.CompositeMapTest ‑ testChangeInFirstMapToShared
org.eclipse.core.tests.databinding.observable.map.CompositeMapTest ‑ testChangeInSecondMap
org.eclipse.core.tests.databinding.observable.map.CompositeMapTest ‑ testDispose
org.eclipse.core.tests.databinding.observable.map.CompositeMapTest ‑ testRemoveFromFirstMap
org.eclipse.core.tests.databinding.observable.map.CompositeMapTest ‑ testRemoveSharedFromFirstMap
org.eclipse.core.tests.databinding.observable.map.ComputedObservableMapTest ‑ testAddToKeySet_AfterFirstListenerAdded_AddsListenerToKey
org.eclipse.core.tests.databinding.observable.map.ComputedObservableMapTest ‑ testAddToKeySet_BeforeFirstListenerAdded_DoesNotAddListenerToKey
org.eclipse.core.tests.databinding.observable.map.ComputedObservableMapTest ‑ testDisposeKeySet_DisposesMap
org.eclipse.core.tests.databinding.observable.map.ComputedObservableMapTest ‑ testDisposeKeySet_RemoveListenersFromKeySetElements
org.eclipse.core.tests.databinding.observable.map.ComputedObservableMapTest ‑ testDispose_RemoveListenersFromKeySetElements
org.eclipse.core.tests.databinding.observable.map.ComputedObservableMapTest ‑ testGet_ElementInKeySet
org.eclipse.core.tests.databinding.observable.map.ComputedObservableMapTest ‑ testGet_ElementNotInKeySet
org.eclipse.core.tests.databinding.observable.map.ComputedObservableMapTest ‑ testPut_ElementInKeySet
org.eclipse.core.tests.databinding.observable.map.ComputedObservableMapTest ‑ testPut_ElementNotInKeySet
org.eclipse.core.tests.databinding.observable.map.ComputedObservableMapTest ‑ testRemoveFromKeySet_RemovesListenersFromKey
org.eclipse.core.tests.databinding.observable.map.ComputedObservableMapTest ‑ testRemoveLastListener_DoNotDiscardKeySet
org.eclipse.core.tests.databinding.observable.map.ObservableMapTest ‑ testDisposeMapChangeListeners
org.eclipse.core.tests.databinding.observable.map.ObservableMapTest ‑ testEquals
org.eclipse.core.tests.databinding.observable.map.ObservableMapTest ‑ testFireMapChangeRealmChecks
org.eclipse.core.tests.databinding.observable.map.ObservableMapTest ‑ testIsStaleRealmChecks
org.eclipse.core.tests.databinding.observable.map.ObservableMapTest ‑ testSetStaleRealmChecks
org.eclipse.core.tests.databinding.observable.map.WritableMapTest ‑ testClearRealmChecks
org.eclipse.core.tests.databinding.observable.map.WritableMapTest ‑ testPutAllNonNullValueToNullValue_SingleChangeEvent
org.eclipse.core.tests.databinding.observable.map.WritableMapTest ‑ testPutAllNullValueToNonNullValue_SingleChangeEvent
org.eclipse.core.tests.databinding.observable.map.WritableMapTest ‑ testPutAllNullValue_SingleAdditionChangeEvent
org.eclipse.core.tests.databinding.observable.map.WritableMapTest ‑ testPutAllRealmChecks
org.eclipse.core.tests.databinding.observable.map.WritableMapTest ‑ testPutNonNullOverNullValue_SingleChangeEvent
org.eclipse.core.tests.databinding.observable.map.WritableMapTest ‑ testPutNullKey_SingleAdditionChangeEvent
org.eclipse.core.tests.databinding.observable.map.WritableMapTest ‑ testPutNullOverNonNullValue_SingleChangeEvent
org.eclipse.core.tests.databinding.observable.map.WritableMapTest ‑ testPutNullValue_SingleAdditionChangeEvent
org.eclipse.core.tests.databinding.observable.map.WritableMapTest ‑ testPutRealmChecks
org.eclipse.core.tests.databinding.observable.map.WritableMapTest ‑ testPutSameValue_NoMapChangeEvent
org.eclipse.core.tests.databinding.observable.map.WritableMapTest ‑ testPutWithExistingKeyMapChangeEvent
org.eclipse.core.tests.databinding.observable.map.WritableMapTest ‑ testRemoveNullKey_SingleRemovalChangeEvent
org.eclipse.core.tests.databinding.observable.map.WritableMapTest ‑ testRemoveNullValue_SingleRemovalChangeEvent
org.eclipse.core.tests.databinding.observable.map.WritableMapTest ‑ testRemoveRealmChecks
org.eclipse.core.tests.databinding.observable.set.ComputedSetTest ‑ testCreate
org.eclipse.core.tests.databinding.observable.set.ComputedSetTest ‑ testDependency_FiresSetChange
org.eclipse.core.tests.databinding.observable.set.ComputedSetTest ‑ testDependency_NoStaleEventIfAlreadyDirty
org.eclipse.core.tests.databinding.observable.set.ComputedSetTest ‑ testDependency_SetChangeEventFiresOnlyWhenNotDirty
org.eclipse.core.tests.databinding.observable.set.ComputedSetTest ‑ testDependency_Staleness
org.eclipse.core.tests.databinding.observable.set.WritableSetTest ‑ testWithElementType
org.eclipse.core.tests.databinding.observable.value.AbstractObservableValueTest ‑ testFireValueChangeRealmChecks
org.eclipse.core.tests.databinding.observable.value.AbstractObservableValueTest ‑ testSetValueInvokesDoSetValue
org.eclipse.core.tests.databinding.observable.value.AbstractObservableValueTest ‑ testSetValueRealmChecks
org.eclipse.core.tests.databinding.observable.value.AbstractVetoableValueTest ‑ testFireValueChangeRealmChecks
org.eclipse.core.tests.databinding.observable.value.AbstractVetoableValueTest ‑ testSetValueInvokesDoSetApprovedValue
org.eclipse.core.tests.databinding.observable.value.ComputedValueTest ‑ testCreate
org.eclipse.core.tests.databinding.observable.value.ComputedValueTest ‑ testDependencyValueChange
org.eclipse.core.tests.databinding.observable.value.ComputedValueTest ‑ testHookAndUnhookDependantObservables
org.eclipse.core.tests.databinding.observable.value.ComputedValueTest ‑ testSetValueUnsupportedOperationException
org.eclipse.core.tests.databinding.observable.value.ComputedValueTest ‑ testValueType
org.eclipse.core.tests.databinding.observable.value.ComputedValueTest ‑ test_getValue
org.eclipse.core.tests.databinding.observable.value.DateAndTimeObservableValueTest ‑ testGetValue
org.eclipse.core.tests.databinding.observable.value.DateAndTimeObservableValueTest ‑ testGetValue_NullDateNullResult
org.eclipse.core.tests.databinding.observable.value.DateAndTimeObservableValueTest ‑ testGetValue_NullTimeClearsTime
org.eclipse.core.tests.databinding.observable.value.DateAndTimeObservableValueTest ‑ testSetValue
org.eclipse.core.tests.databinding.observable.value.DateAndTimeObservableValueTest ‑ testSetValue_NullNullsDateClearsTime
org.eclipse.core.tests.databinding.observable.value.DateAndTimeObservableValueTest ‑ testSetValue_PreserveTimeOfDateAndDateOfTime
org.eclipse.core.tests.databinding.observable.value.DuplexingObservableValueTest ‑ testValueType_InheritFromTargetList
org.eclipse.core.tests.databinding.observable.value.DuplexingObservableValueTest ‑ testValueType_ProvidedInConstructor
org.eclipse.core.tests.databinding.observable.value.DuplexingObservableValueTest ‑ test_getValue
org.eclipse.core.tests.databinding.observable.value.LocalDateTimeObservableValueTest ‑ testGetValue
org.eclipse.core.tests.databinding.observable.value.LocalDateTimeObservableValueTest ‑ testGetValue_NullDateNullResult
org.eclipse.core.tests.databinding.observable.value.LocalDateTimeObservableValueTest ‑ testGetValue_NullTimeClearsTime
org.eclipse.core.tests.databinding.observable.value.LocalDateTimeObservableValueTest ‑ testSetValue
org.eclipse.core.tests.databinding.observable.value.LocalDateTimeObservableValueTest ‑ testSetValue_NullNullsDateClearsTime
org.eclipse.core.tests.databinding.observable.value.LocalDateTimeObservableValueTest ‑ testSetValue_PreserveTimeOfDateAndDateOfTime
org.eclipse.core.tests.databinding.observable.value.WritableValueTest ‑ testConstructor
org.eclipse.core.tests.databinding.observable.value.WritableValueTest ‑ testWithValueType
org.eclipse.core.tests.databinding.util.PolicyTest ‑ testConstructor
org.eclipse.core.tests.databinding.util.PolicyTest ‑ testCustomLog
org.eclipse.core.tests.databinding.util.PolicyTest ‑ testDummyLog
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testBug237884_Comment3_ValidationStatusAsDependencyCausesStackOverflow
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testBug237884_DisposeCausesNPE
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testBug237884_MultipleDispose
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testBug237884_ValidationStatusAccessDuringValidationCausesLoopingDependency
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testBug237884_ValidationStatusListenerCausesLoopingDependency
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testBug240590_ValidationStatusSetWhileTrackingDependencies
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testBug251003_CompareDependenciesByIdentity
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testBug251003_MissingDependencies
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testBug357568_MultiValidatorTargetAsDependency
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testBug357568_ValidationStatusAsDependency
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testConstructor_NullArgument
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testGetValidationStatus_ExceptionThrownYieldsErrorStatus
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testGetValidationStatus_NullResultYieldsOKStatus
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testGetValidationStatus_TracksWithDependency
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testInit_AddsValidationProducer
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testObserveValidatedValue_NullArgument
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testObserveValidatedValue_ReturnValue
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testObserveValidatedValue_WrongRealm
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testRevalidate
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testStatusValueChangeWhileValidationStale
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testValidationStaleness
org.eclipse.core.tests.databinding.validation.MultiValidatorTest ‑ testValidationStatusBecomesStaleThroughNewDependency
org.eclipse.core.tests.databinding.validation.ValidationStatusTest ‑ testEqualsAndHashCode
org.eclipse.core.tests.internal.databinding.BindingMessagesTest ‑ testFormatString
org.eclipse.core.tests.internal.databinding.BindingMessagesTest ‑ testFormatStringForKeyNotFound
org.eclipse.core.tests.internal.databinding.BindingStatusTest ‑ testCodeIsFromStatus
org.eclipse.core.tests.internal.databinding.BindingStatusTest ‑ testEqual
org.eclipse.core.tests.internal.databinding.BindingStatusTest ‑ testExceptionIsFromStatus
org.eclipse.core.tests.internal.databinding.BindingStatusTest ‑ testHashCode
org.eclipse.core.tests.internal.databinding.BindingStatusTest ‑ testLowerSeverityDoesNotOverwriteGreaterSeverity
org.eclipse.core.tests.internal.databinding.BindingStatusTest ‑ testMessageIsFromStatus
org.eclipse.core.tests.internal.databinding.BindingStatusTest ‑ testNotEqual
org.eclipse.core.tests.internal.databinding.BindingStatusTest ‑ testOkInitializesStatus
org.eclipse.core.tests.internal.databinding.BindingStatusTest ‑ testPluginIsFromStatus
org.eclipse.core.tests.internal.databinding.BindingStatusTest ‑ testSeverityIsFromStatus
org.eclipse.core.tests.internal.databinding.ConverterValuePropertyTest ‑ testGetValue
org.eclipse.core.tests.internal.databinding.ConverterValuePropertyTest ‑ testGetValueForNullSource
org.eclipse.core.tests.internal.databinding.ConverterValuePropertyTest ‑ testGetValueType
org.eclipse.core.tests.internal.databinding.ConverterValuePropertyTest ‑ testSetValue
org.eclipse.core.tests.internal.databinding.DifferentRealmsBindingTest ‑ testBindComputedListToWritableListInDifferentRealm
org.eclipse.core.tests.internal.databinding.DifferentRealmsBindingTest ‑ testBindComputedSetToWritableSetInDifferentRealm
org.eclipse.core.tests.internal.databinding.DifferentRealmsBindingTest ‑ testBindComputedValueToWritableValueInDifferentRealm
org.eclipse.core.tests.internal.databinding.DifferentRealmsBindingTest ‑ testBindingCanBeCreatedOutsideOfValidationRealm
org.eclipse.core.tests.internal.databinding.DifferentRealmsBindingTest ‑ testListBindingUpdatesDontInterferWithObservableDisposing
org.eclipse.core.tests.internal.databinding.DifferentRealmsBindingTest ‑ testListBindingValidationRealm
org.eclipse.core.tests.internal.databinding.DifferentRealmsBindingTest ‑ testSetBindingUpdatesDontInterferWithObservableDisposing
org.eclipse.core.tests.internal.databinding.DifferentRealmsBindingTest ‑ testSetBindingValidationRealm
org.eclipse.core.tests.internal.databinding.DifferentRealmsBindingTest ‑ testValueBindingUpdatesDontInterferWithObservableDisposing
org.eclipse.core.tests.internal.databinding.EnumConvertersTest ‑ testFromOrdinal
org.eclipse.core.tests.internal.databinding.EnumConvertersTest ‑ testFromString
org.eclipse.core.tests.internal.databinding.EnumConvertersTest ‑ testToOrdinal
org.eclipse.core.tests.internal.databinding.EnumConvertersTest ‑ testToString
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testClear
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testConstructorWithCollection_ContainsAllEntries
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testConstructorWithCollection_NullCollection
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testConstructor_NullComparer
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testContainsKey
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testContainsValue
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEntrySet
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEntrySet_Add
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEntrySet_AddAll
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEntrySet_Clear
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEntrySet_Contains
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEntrySet_ContainsAll
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEntrySet_Entry_Equals
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEntrySet_Entry_HashCode
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEntrySet_Entry_SetValue
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEntrySet_Equals
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEntrySet_HashCode
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEntrySet_IsEmpty
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEntrySet_Iterator
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEntrySet_Remove
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEntrySet_RemoveAll
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEntrySet_RetainAll
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEntrySet_Size
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEntrySet_ToArray
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEntrySet_ToArrayWithObjectArray
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testEquals
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testGet
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testHashCode
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testIsEmpty
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testKeySet
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testKeySet_Add
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testKeySet_AddAll
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testKeySet_Clear
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testKeySet_Contains
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testKeySet_ContainsAll
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testKeySet_Equals
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testKeySet_HashCode
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testKeySet_IsEmpty
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testKeySet_Iterator
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testKeySet_Remove
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testKeySet_RemoveAll
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testKeySet_RetainAll
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testKeySet_Size
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testKeySet_ToArray
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testKeySet_ToArrayWithObjectArray
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testPutAll
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testRemove
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testSize
org.eclipse.core.tests.internal.databinding.IdentityMapTest ‑ testValues
org.eclipse.core.tests.internal.databinding.IdentitySetTest ‑ testAddAll_ContainsAllHonorsComparer
org.eclipse.core.tests.internal.databinding.IdentitySetTest ‑ testAddAll_FiltersDuplicateElements
org.eclipse.core.tests.internal.databinding.IdentitySetTest ‑ testAdd_ContainsHonorsComparer
org.eclipse.core.tests.internal.databinding.IdentitySetTest ‑ testAdd_FilterDuplicateElements
org.eclipse.core.tests.internal.databinding.IdentitySetTest ‑ testClear
org.eclipse.core.tests.internal.databinding.IdentitySetTest ‑ testConstructorWithCollection_AddsAllElements
org.eclipse.core.tests.internal.databinding.IdentitySetTest ‑ testConstructorWithCollection_NullCollection
org.eclipse.core.tests.internal.databinding.IdentitySetTest ‑ testConstructor_NullComparer
org.eclipse.core.tests.internal.databinding.IdentitySetTest ‑ testEquals
org.eclipse.core.tests.internal.databinding.IdentitySetTest ‑ testHashCode
org.eclipse.core.tests.internal.databinding.IdentitySetTest ‑ testIsEmpty
org.eclipse.core.tests.internal.databinding.IdentitySetTest ‑ testIterator
org.eclipse.core.tests.internal.databinding.IdentitySetTest ‑ testRemove
org.eclipse.core.tests.internal.databinding.IdentitySetTest ‑ testRemoveAll
org.eclipse.core.tests.internal.databinding.IdentitySetTest ‑ testRetainAll
org.eclipse.core.tests.internal.databinding.IdentitySetTest ‑ testSize
org.eclipse.core.tests.internal.databinding.IdentitySetTest ‑ testToArray
org.eclipse.core.tests.internal.databinding.IdentitySetTest ‑ testToArrayWithObjectArray
org.eclipse.core.tests.internal.databinding.QueueTest ‑ testEnqueueAndDequeue
org.eclipse.core.tests.internal.databinding.QueueTest ‑ testIsEmpty
org.eclipse.core.tests.internal.databinding.beans.BeanPropertyHelperTest ‑ testGetPropertyDescriptor_ClassProperty
org.eclipse.core.tests.internal.databinding.beans.BeanPropertyHelperTest ‑ testGetPropertyDescriptor_InterfaceProperty
org.eclipse.core.tests.internal.databinding.beans.BeanPropertyHelperTest ‑ testGetPropertyDescriptor_SuperInterfaceProperty
org.eclipse.core.tests.internal.databinding.beans.BeanPropertyListenerSupportTest ‑ testAddPropertyChangeListenerWithPropertyName
org.eclipse.core.tests.internal.databinding.beans.BeanPropertyListenerSupportTest ‑ testAddPropertyChangeListenerWithoutPropertyName
org.eclipse.core.tests.internal.databinding.beans.BeanPropertyListenerSupportTest ‑ testLogStatusWhenAddPropertyChangeListenerMethodIsNotFound
org.eclipse.core.tests.internal.databinding.beans.BeanPropertyListenerSupportTest ‑ testLogStatusWhenRemovePropertyChangeListenerMethodIsNotFound
org.eclipse.core.tests.internal.databinding.beans.BeanPropertyListenerSupportTest ‑ testRemovePropertyChangeListenerWithPropertyName
org.eclipse.core.tests.internal.databinding.beans.BeanPropertyListenerSupportTest ‑ testRemovePropertyChangeListenerWithoutPropertyName

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

7618 tests found (test 2665 to 3301)

There are 7618 tests, see "Raw output" for the list of tests 2665 to 3301.
Raw output
org.eclipse.core.tests.internal.databinding.beans.BeanPropertyListenerTest ‑ testPropertyChange_ExpectedPropertyName
org.eclipse.core.tests.internal.databinding.beans.BeanPropertyListenerTest ‑ testPropertyChange_NullPropertyName
org.eclipse.core.tests.internal.databinding.beans.BeanPropertyListenerTest ‑ testPropertyChange_NullPropertyName_IgnoreOldAndNewValues
org.eclipse.core.tests.internal.databinding.beans.BeanPropertyListenerTest ‑ testPropertyChange_OtherPropertyName
org.eclipse.core.tests.internal.databinding.beans.BeanValuePropertyTest ‑ testChangeListenerIsOnlyNotifiedWhenWatchedPropertyChanges
org.eclipse.core.tests.internal.databinding.conversion.DateConversionSupportTest ‑ testDatePatternIsExternalized
org.eclipse.core.tests.internal.databinding.conversion.DateConversionSupportTest ‑ testFormat_NullDate
org.eclipse.core.tests.internal.databinding.conversion.DateConversionSupportTest ‑ testTimePatternIsExternalized
org.eclipse.core.tests.internal.databinding.conversion.IdentityConverterTest ‑ testConvert_BoxedToBoxed
org.eclipse.core.tests.internal.databinding.conversion.IdentityConverterTest ‑ testConvert_BoxedToPrimitive
org.eclipse.core.tests.internal.databinding.conversion.IdentityConverterTest ‑ testConvert_InvalidAssignment
org.eclipse.core.tests.internal.databinding.conversion.IdentityConverterTest ‑ testConvert_NullToPrimitive
org.eclipse.core.tests.internal.databinding.conversion.IdentityConverterTest ‑ testConvert_PrimitiveToBoxed
org.eclipse.core.tests.internal.databinding.conversion.IdentityConverterTest ‑ testConvert_PrimitiveToPrimitive
org.eclipse.core.tests.internal.databinding.conversion.IdentityConverterTest ‑ testIsPrimitiveTypeMatchedWithBoxed
org.eclipse.core.tests.internal.databinding.conversion.IdentityConverterTest ‑ test_Convert_ValidAssignment
org.eclipse.core.tests.internal.databinding.conversion.IdentityConverterTest ‑ test_Convert_ValidAssignment2
org.eclipse.core.tests.internal.databinding.conversion.IntegerToStringConverterTest ‑ testConvertByteToString
org.eclipse.core.tests.internal.databinding.conversion.IntegerToStringConverterTest ‑ testConvertShortToString
org.eclipse.core.tests.internal.databinding.conversion.IntegerToStringConverterTest ‑ testFromTypeShort
org.eclipse.core.tests.internal.databinding.conversion.IntegerToStringConverterTest ‑ testIllegalArgumentExceptionIfSourceIsNotExpectedType
org.eclipse.core.tests.internal.databinding.conversion.IntegerToStringConverterTest ‑ testNullSourceConvertsToEmptyString
org.eclipse.core.tests.internal.databinding.conversion.IntegerToStringConverterTest ‑ testToTypeIsStringClass
org.eclipse.core.tests.internal.databinding.conversion.NumberToBigDecimalTest ‑ testConvertNullValueForBoxedTypeReturnsNull
org.eclipse.core.tests.internal.databinding.conversion.NumberToBigDecimalTest ‑ testConvertNullValueForPrimitiveThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.conversion.NumberToBigDecimalTest ‑ testFromType
org.eclipse.core.tests.internal.databinding.conversion.NumberToBigDecimalTest ‑ testNonNumberThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.conversion.NumberToBigDecimalTest ‑ testOutOfRangeConversion
org.eclipse.core.tests.internal.databinding.conversion.NumberToBigDecimalTest ‑ testToTypeIsBoxedType
org.eclipse.core.tests.internal.databinding.conversion.NumberToBigDecimalTest ‑ testToTypeIsPrimitive
org.eclipse.core.tests.internal.databinding.conversion.NumberToBigDecimalTest ‑ testValidConversion
org.eclipse.core.tests.internal.databinding.conversion.NumberToBigIntegerConverterTest ‑ testConvertNullValueForBoxedTypeReturnsNull
org.eclipse.core.tests.internal.databinding.conversion.NumberToBigIntegerConverterTest ‑ testConvertNullValueForPrimitiveThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.conversion.NumberToBigIntegerConverterTest ‑ testFromType
org.eclipse.core.tests.internal.databinding.conversion.NumberToBigIntegerConverterTest ‑ testNonNumberThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.conversion.NumberToBigIntegerConverterTest ‑ testOutOfRangeConversion
org.eclipse.core.tests.internal.databinding.conversion.NumberToBigIntegerConverterTest ‑ testToTypeIsBoxedType
org.eclipse.core.tests.internal.databinding.conversion.NumberToBigIntegerConverterTest ‑ testToTypeIsPrimitive
org.eclipse.core.tests.internal.databinding.conversion.NumberToBigIntegerConverterTest ‑ testValidConversion
org.eclipse.core.tests.internal.databinding.conversion.NumberToByteConverterTest ‑ testConvertNullValueForBoxedTypeReturnsNull
org.eclipse.core.tests.internal.databinding.conversion.NumberToByteConverterTest ‑ testConvertNullValueForPrimitiveThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.conversion.NumberToByteConverterTest ‑ testFromType
org.eclipse.core.tests.internal.databinding.conversion.NumberToByteConverterTest ‑ testNonNumberThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.conversion.NumberToByteConverterTest ‑ testOutOfRangeConversion
org.eclipse.core.tests.internal.databinding.conversion.NumberToByteConverterTest ‑ testToTypeIsBoxedType
org.eclipse.core.tests.internal.databinding.conversion.NumberToByteConverterTest ‑ testToTypeIsPrimitive
org.eclipse.core.tests.internal.databinding.conversion.NumberToByteConverterTest ‑ testValidConversion
org.eclipse.core.tests.internal.databinding.conversion.NumberToDoubleConverterTest ‑ testConvertNullValueForBoxedTypeReturnsNull
org.eclipse.core.tests.internal.databinding.conversion.NumberToDoubleConverterTest ‑ testConvertNullValueForPrimitiveThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.conversion.NumberToDoubleConverterTest ‑ testFromType
org.eclipse.core.tests.internal.databinding.conversion.NumberToDoubleConverterTest ‑ testNonNumberThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.conversion.NumberToDoubleConverterTest ‑ testOutOfRangeConversion
org.eclipse.core.tests.internal.databinding.conversion.NumberToDoubleConverterTest ‑ testToTypeIsBoxedType
org.eclipse.core.tests.internal.databinding.conversion.NumberToDoubleConverterTest ‑ testToTypeIsPrimitive
org.eclipse.core.tests.internal.databinding.conversion.NumberToDoubleConverterTest ‑ testValidConversion
org.eclipse.core.tests.internal.databinding.conversion.NumberToFloatConverterTest ‑ testConvertNullValueForBoxedTypeReturnsNull
org.eclipse.core.tests.internal.databinding.conversion.NumberToFloatConverterTest ‑ testConvertNullValueForPrimitiveThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.conversion.NumberToFloatConverterTest ‑ testFromType
org.eclipse.core.tests.internal.databinding.conversion.NumberToFloatConverterTest ‑ testNonNumberThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.conversion.NumberToFloatConverterTest ‑ testOutOfRangeConversion
org.eclipse.core.tests.internal.databinding.conversion.NumberToFloatConverterTest ‑ testToTypeIsBoxedType
org.eclipse.core.tests.internal.databinding.conversion.NumberToFloatConverterTest ‑ testToTypeIsPrimitive
org.eclipse.core.tests.internal.databinding.conversion.NumberToFloatConverterTest ‑ testValidConversion
org.eclipse.core.tests.internal.databinding.conversion.NumberToIntegerConverterTest ‑ testConvertNullValueForBoxedTypeReturnsNull
org.eclipse.core.tests.internal.databinding.conversion.NumberToIntegerConverterTest ‑ testConvertNullValueForPrimitiveThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.conversion.NumberToIntegerConverterTest ‑ testFromType
org.eclipse.core.tests.internal.databinding.conversion.NumberToIntegerConverterTest ‑ testNonNumberThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.conversion.NumberToIntegerConverterTest ‑ testOutOfRangeConversion
org.eclipse.core.tests.internal.databinding.conversion.NumberToIntegerConverterTest ‑ testToTypeIsBoxedType
org.eclipse.core.tests.internal.databinding.conversion.NumberToIntegerConverterTest ‑ testToTypeIsPrimitive
org.eclipse.core.tests.internal.databinding.conversion.NumberToIntegerConverterTest ‑ testValidConversion
org.eclipse.core.tests.internal.databinding.conversion.NumberToLongConverterTest ‑ testConvertNullValueForBoxedTypeReturnsNull
org.eclipse.core.tests.internal.databinding.conversion.NumberToLongConverterTest ‑ testConvertNullValueForPrimitiveThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.conversion.NumberToLongConverterTest ‑ testFromType
org.eclipse.core.tests.internal.databinding.conversion.NumberToLongConverterTest ‑ testNonNumberThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.conversion.NumberToLongConverterTest ‑ testOutOfRangeConversion
org.eclipse.core.tests.internal.databinding.conversion.NumberToLongConverterTest ‑ testToTypeIsBoxedType
org.eclipse.core.tests.internal.databinding.conversion.NumberToLongConverterTest ‑ testToTypeIsPrimitive
org.eclipse.core.tests.internal.databinding.conversion.NumberToLongConverterTest ‑ testValidConversion
org.eclipse.core.tests.internal.databinding.conversion.NumberToShortConverterTest ‑ testConvertNullValueForBoxedTypeReturnsNull
org.eclipse.core.tests.internal.databinding.conversion.NumberToShortConverterTest ‑ testConvertNullValueForPrimitiveThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.conversion.NumberToShortConverterTest ‑ testFromType
org.eclipse.core.tests.internal.databinding.conversion.NumberToShortConverterTest ‑ testNonNumberThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.conversion.NumberToShortConverterTest ‑ testOutOfRangeConversion
org.eclipse.core.tests.internal.databinding.conversion.NumberToShortConverterTest ‑ testToTypeIsBoxedType
org.eclipse.core.tests.internal.databinding.conversion.NumberToShortConverterTest ‑ testToTypeIsPrimitive
org.eclipse.core.tests.internal.databinding.conversion.NumberToShortConverterTest ‑ testValidConversion
org.eclipse.core.tests.internal.databinding.conversion.ObjectToPrimitiveValidatorTest ‑ testIsValid
org.eclipse.core.tests.internal.databinding.conversion.StatusToStringConverterTest ‑ testConvertedValueIsMessageOfStatus
org.eclipse.core.tests.internal.databinding.conversion.StatusToStringConverterTest ‑ testFromTypeIsIStatus
org.eclipse.core.tests.internal.databinding.conversion.StatusToStringConverterTest ‑ testIllegalArgumentExceptionIsThrownWithNullInput
org.eclipse.core.tests.internal.databinding.conversion.StatusToStringConverterTest ‑ testToTypeIsString
org.eclipse.core.tests.internal.databinding.conversion.StringToBooleanConverterTest ‑ testConvertsToFalse
org.eclipse.core.tests.internal.databinding.conversion.StringToBooleanConverterTest ‑ testConvertsToTrue
org.eclipse.core.tests.internal.databinding.conversion.StringToBooleanConverterTest ‑ testUpperCaseStringConvertsToFalse
org.eclipse.core.tests.internal.databinding.conversion.StringToBooleanConverterTest ‑ testUpperCaseStringConvertsToTrue
org.eclipse.core.tests.internal.databinding.conversion.StringToByteConverterTest ‑ testConvertsToByte
org.eclipse.core.tests.internal.databinding.conversion.StringToByteConverterTest ‑ testConvertsToBytePrimitive
org.eclipse.core.tests.internal.databinding.conversion.StringToByteConverterTest ‑ testFromTypeIsString
org.eclipse.core.tests.internal.databinding.conversion.StringToByteConverterTest ‑ testReturnsNullBoxedTypeForEmptyString
org.eclipse.core.tests.internal.databinding.conversion.StringToByteConverterTest ‑ testThrowsIllegalArgumentExceptionIfAskedToConvertNonString
org.eclipse.core.tests.internal.databinding.conversion.StringToByteConverterTest ‑ testToTypeIsBytePrimitive
org.eclipse.core.tests.internal.databinding.conversion.StringToByteConverterTest ‑ testToTypeIsShort
org.eclipse.core.tests.internal.databinding.conversion.StringToCharacterConverterTest ‑ testConvertsToCharacter
org.eclipse.core.tests.internal.databinding.conversion.StringToCharacterConverterTest ‑ testConvertsToCharacterPrimitive
org.eclipse.core.tests.internal.databinding.conversion.StringToCharacterConverterTest ‑ testFromTypeIsString
org.eclipse.core.tests.internal.databinding.conversion.StringToCharacterConverterTest ‑ testNullCharacterIsNotOKForPrimitive
org.eclipse.core.tests.internal.databinding.conversion.StringToCharacterConverterTest ‑ testNullCharacterIsOK
org.eclipse.core.tests.internal.databinding.conversion.StringToCharacterConverterTest ‑ testReturnsNullBoxedTypeForEmptyString
org.eclipse.core.tests.internal.databinding.conversion.StringToCharacterConverterTest ‑ testThrowsIllegalArgumentExceptionIfAskedToConvertNonString
org.eclipse.core.tests.internal.databinding.conversion.StringToCharacterConverterTest ‑ testToTypeIsCharacter
org.eclipse.core.tests.internal.databinding.conversion.StringToCharacterConverterTest ‑ testToTypeIsCharacterPrimitive
org.eclipse.core.tests.internal.databinding.conversion.StringToNumberParserByteTest ‑ testRanges
org.eclipse.core.tests.internal.databinding.conversion.StringToNumberParserDoubleTest ‑ testRanges
org.eclipse.core.tests.internal.databinding.conversion.StringToNumberParserFloatTest ‑ testRanges
org.eclipse.core.tests.internal.databinding.conversion.StringToNumberParserIntegerTest ‑ testRanges
org.eclipse.core.tests.internal.databinding.conversion.StringToNumberParserLongTest ‑ testRanges
org.eclipse.core.tests.internal.databinding.conversion.StringToNumberParserShortTest ‑ testRanges
org.eclipse.core.tests.internal.databinding.conversion.StringToNumberParserTest ‑ testEmptyStringReturnsNullIfNotPrimitive
org.eclipse.core.tests.internal.databinding.conversion.StringToNumberParserTest ‑ testParseNonStringThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.conversion.StringToNumberParserTest ‑ testReturnsNumberWhenSuccessfullyParsed
org.eclipse.core.tests.internal.databinding.conversion.StringToNumberParserTest ‑ testReturnsParsePositionWhenValueCannotBeParsed
org.eclipse.core.tests.internal.databinding.conversion.StringToShortConverterTest ‑ testConvertsToShort
org.eclipse.core.tests.internal.databinding.conversion.StringToShortConverterTest ‑ testConvertsToShortPrimitive
org.eclipse.core.tests.internal.databinding.conversion.StringToShortConverterTest ‑ testFromTypeIsString
org.eclipse.core.tests.internal.databinding.conversion.StringToShortConverterTest ‑ testReturnsNullBoxedTypeForEmptyString
org.eclipse.core.tests.internal.databinding.conversion.StringToShortConverterTest ‑ testThrowsIllegalArgumentExceptionIfAskedToConvertNonString
org.eclipse.core.tests.internal.databinding.conversion.StringToShortConverterTest ‑ testToTypeIsShort
org.eclipse.core.tests.internal.databinding.conversion.StringToShortConverterTest ‑ testToTypeIsShortPrimitive
org.eclipse.core.tests.internal.databinding.observable.ConstantObservableValueTest ‑ testConstructor_NullRealm
org.eclipse.core.tests.internal.databinding.observable.DelayedObservableValueTest ‑ testGetValueType_SameAsTarget
org.eclipse.core.tests.internal.databinding.observable.DelayedObservableValueTest ‑ testGetValue_FiresPendingValueChange
org.eclipse.core.tests.internal.databinding.observable.DelayedObservableValueTest ‑ testInnerObservableNotTracked
org.eclipse.core.tests.internal.databinding.observable.DelayedObservableValueTest ‑ testIsStale_DuringDelay
org.eclipse.core.tests.internal.databinding.observable.DelayedObservableValueTest ‑ testIsStale_WhenTargetIsStale
org.eclipse.core.tests.internal.databinding.observable.DelayedObservableValueTest ‑ testSetValue_CachesGetValueFromTarget
org.eclipse.core.tests.internal.databinding.observable.DelayedObservableValueTest ‑ testSetValue_FiresValueChangeEvent
org.eclipse.core.tests.internal.databinding.observable.DelayedObservableValueTest ‑ testSetValue_PropagatesToTarget
org.eclipse.core.tests.internal.databinding.observable.DelayedObservableValueTest ‑ testStaleListener
org.eclipse.core.tests.internal.databinding.observable.DelayedObservableValueTest ‑ testWait_FiresPendingValueChange
org.eclipse.core.tests.internal.databinding.observable.MapEntryObservableValueTest ‑ testGetAndSetValue
org.eclipse.core.tests.internal.databinding.observable.MapEntryObservableValueTest ‑ testNonNullValue
org.eclipse.core.tests.internal.databinding.observable.MapEntryObservableValueTest ‑ testNullValue
org.eclipse.core.tests.internal.databinding.observable.MapEntryObservableValueTest ‑ testRemoveKey
org.eclipse.core.tests.internal.databinding.observable.MapEntryObservableValueTest ‑ testTransitionBetweenNullAndNonNull
org.eclipse.core.tests.internal.databinding.observable.StalenessObservableValueTest ‑ valueDuringListenerCallback
org.eclipse.core.tests.internal.databinding.observable.UnmodifiableObservableListTest ‑ testFiresChangeEvents
org.eclipse.core.tests.internal.databinding.observable.UnmodifiableObservableListTest ‑ testFiresListChangeEvents
org.eclipse.core.tests.internal.databinding.observable.UnmodifiableObservableListTest ‑ testFiresStaleEvents
org.eclipse.core.tests.internal.databinding.observable.UnmodifiableObservableListTest ‑ testIsStale
org.eclipse.core.tests.internal.databinding.observable.UnmodifiableObservableSetTest ‑ testFiresChangeEvents
org.eclipse.core.tests.internal.databinding.observable.UnmodifiableObservableSetTest ‑ testFiresSetChangeEvents
org.eclipse.core.tests.internal.databinding.observable.UnmodifiableObservableSetTest ‑ testFiresStaleEvents
org.eclipse.core.tests.internal.databinding.observable.UnmodifiableObservableSetTest ‑ testIsStale
org.eclipse.core.tests.internal.databinding.observable.UnmodifiableObservableValueTest ‑ testFiresStaleEvents
org.eclipse.core.tests.internal.databinding.observable.UnmodifiableObservableValueTest ‑ testIsStale
org.eclipse.core.tests.internal.databinding.observable.ValidatedObservableValueTest ‑ testConstructor_RequireObservablesOnSameRealm
org.eclipse.core.tests.internal.databinding.observable.ValidatedObservableValueTest ‑ testGetValueType_SameAsTarget
org.eclipse.core.tests.internal.databinding.observable.ValidatedObservableValueTest ‑ testGetValue_InitialValue
org.eclipse.core.tests.internal.databinding.observable.ValidatedObservableValueTest ‑ testGetValue_WhileChangesPending
org.eclipse.core.tests.internal.databinding.observable.ValidatedObservableValueTest ‑ testIsStale_MatchTargetStaleness
org.eclipse.core.tests.internal.databinding.observable.ValidatedObservableValueTest ‑ testIsStale_WhenTargetIsStale
org.eclipse.core.tests.internal.databinding.observable.ValidatedObservableValueTest ‑ testIsStale_WhileChangesPending
org.eclipse.core.tests.internal.databinding.observable.ValidatedObservableValueTest ‑ testSetValue_CachesGetValueFromTarget
org.eclipse.core.tests.internal.databinding.observable.ValidatedObservableValueTest ‑ testSetValue_FiresSingleValueChangeEventWithTargetOverride
org.eclipse.core.tests.internal.databinding.observable.ValidatedObservableValueTest ‑ testSetValue_FiresValueChangeEvent
org.eclipse.core.tests.internal.databinding.observable.ValidatedObservableValueTest ‑ testSetValue_PropagatesToTarget
org.eclipse.core.tests.internal.databinding.observable.ValidatedObservableValueTest ‑ testSetValue_PropagatesToTargetWhileStatusNotOK
org.eclipse.core.tests.internal.databinding.observable.ValidatedObservableValueTest ‑ testSetValue_SingleValueChangeEvent
org.eclipse.core.tests.internal.databinding.observable.ValidatedObservableValueTest ‑ testSetValue_SingleValueChangeEventWhileInvalid
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableListTest ‑ testDisposeMasterDisposesDetail
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableListTest ‑ testDisposeWhileFiringEvents
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableListTest ‑ testElementTypeNotNull
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableListTest ‑ testElementTypeNull
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableListTest ‑ testMasterNotDisposedWhenDetailDisposed
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableMapTest ‑ testDisposeMasterDisposesDetail
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableMapTest ‑ testDisposeWhileFiringEvents
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableMapTest ‑ testKeyValueTypeNotNull
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableMapTest ‑ testKeyValueTypeNull
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableMapTest ‑ testMasterNotDisposedWhenDetailDisposed
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableSetTest ‑ testDisposeMasterDisposesDetail
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableSetTest ‑ testDisposeWhileFiringEvents
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableSetTest ‑ testElementTypeNotNull
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableSetTest ‑ testElementTypeNull
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableSetTest ‑ testMasterNotDisposedWhenDetailDisposed
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableValueTest ‑ testDisposeMasterDisposesDetail
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableValueTest ‑ testDisposeWhileFiringEvents
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableValueTest ‑ testGetValueType
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableValueTest ‑ testGetValueTypeNullValueType
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableValueTest ‑ testMasterNotDisposedWhenDetailDisposed
org.eclipse.core.tests.internal.databinding.observable.masterdetail.DetailObservableValueTest ‑ testSetValue
org.eclipse.core.tests.internal.databinding.property.value.ListSimpleValueObservableListTest ‑ testBug301410
org.eclipse.core.tests.internal.databinding.property.value.MapSimpleValueObservableMapTest ‑ testGetKeyValueType
org.eclipse.core.tests.internal.databinding.property.value.MapSimpleValueObservableMapTest ‑ testPut_ReplacedOldValue
org.eclipse.core.tests.internal.databinding.property.value.SetSimpleValueObservableMapTest ‑ testGetKeyValueType
org.eclipse.core.tests.internal.databinding.validation.AbstractStringToNumberValidatorTest ‑ testErrorMessagesAreNotCached
org.eclipse.core.tests.internal.databinding.validation.NumberToByteValidatorTest ‑ testOutOfRangeReturnsError
org.eclipse.core.tests.internal.databinding.validation.NumberToByteValidatorTest ‑ testValidReturnsOK
org.eclipse.core.tests.internal.databinding.validation.NumberToByteValidatorTest ‑ testValidateIncorrectTypeThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.validation.NumberToByteValidatorTest ‑ testValidateNullForBoxedTypeIsOK
org.eclipse.core.tests.internal.databinding.validation.NumberToByteValidatorTest ‑ testValidateNullForPrimitiveThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.validation.NumberToDoubleValidatorTest ‑ testOutOfRangeReturnsError
org.eclipse.core.tests.internal.databinding.validation.NumberToDoubleValidatorTest ‑ testValidReturnsOK
org.eclipse.core.tests.internal.databinding.validation.NumberToDoubleValidatorTest ‑ testValidateIncorrectTypeThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.validation.NumberToDoubleValidatorTest ‑ testValidateNullForBoxedTypeIsOK
org.eclipse.core.tests.internal.databinding.validation.NumberToDoubleValidatorTest ‑ testValidateNullForPrimitiveThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.validation.NumberToFloatValidatorTest ‑ testOutOfRangeReturnsError
org.eclipse.core.tests.internal.databinding.validation.NumberToFloatValidatorTest ‑ testValidReturnsOK
org.eclipse.core.tests.internal.databinding.validation.NumberToFloatValidatorTest ‑ testValidateIncorrectTypeThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.validation.NumberToFloatValidatorTest ‑ testValidateNullForBoxedTypeIsOK
org.eclipse.core.tests.internal.databinding.validation.NumberToFloatValidatorTest ‑ testValidateNullForPrimitiveThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.validation.NumberToIntegerValidatorTest ‑ testOutOfRangeReturnsError
org.eclipse.core.tests.internal.databinding.validation.NumberToIntegerValidatorTest ‑ testValidReturnsOK
org.eclipse.core.tests.internal.databinding.validation.NumberToIntegerValidatorTest ‑ testValidateIncorrectTypeThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.validation.NumberToIntegerValidatorTest ‑ testValidateNullForBoxedTypeIsOK
org.eclipse.core.tests.internal.databinding.validation.NumberToIntegerValidatorTest ‑ testValidateNullForPrimitiveThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.validation.NumberToLongValidatorTest ‑ testOutOfRangeReturnsError
org.eclipse.core.tests.internal.databinding.validation.NumberToLongValidatorTest ‑ testValidReturnsOK
org.eclipse.core.tests.internal.databinding.validation.NumberToLongValidatorTest ‑ testValidateIncorrectTypeThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.validation.NumberToLongValidatorTest ‑ testValidateNullForBoxedTypeIsOK
org.eclipse.core.tests.internal.databinding.validation.NumberToLongValidatorTest ‑ testValidateNullForPrimitiveThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.validation.NumberToShortValidatorTest ‑ testOutOfRangeReturnsError
org.eclipse.core.tests.internal.databinding.validation.NumberToShortValidatorTest ‑ testValidReturnsOK
org.eclipse.core.tests.internal.databinding.validation.NumberToShortValidatorTest ‑ testValidateIncorrectTypeThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.validation.NumberToShortValidatorTest ‑ testValidateNullForBoxedTypeIsOK
org.eclipse.core.tests.internal.databinding.validation.NumberToShortValidatorTest ‑ testValidateNullForPrimitiveThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.validation.NumberToUnboundedNumberValidatorTest ‑ testOutOfRangeReturnsError
org.eclipse.core.tests.internal.databinding.validation.NumberToUnboundedNumberValidatorTest ‑ testValidReturnsOK
org.eclipse.core.tests.internal.databinding.validation.NumberToUnboundedNumberValidatorTest ‑ testValidateIncorrectTypeThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.validation.NumberToUnboundedNumberValidatorTest ‑ testValidateNullForBoxedTypeIsOK
org.eclipse.core.tests.internal.databinding.validation.NumberToUnboundedNumberValidatorTest ‑ testValidateNullForPrimitiveThrowsIllegalArgumentException
org.eclipse.core.tests.internal.databinding.validation.StringToByteValidatorTest ‑ testInvalidValueReturnsError
org.eclipse.core.tests.internal.databinding.validation.StringToByteValidatorTest ‑ testOutOfRangeValueReturnsError
org.eclipse.core.tests.internal.databinding.validation.StringToByteValidatorTest ‑ testValidateValidValue
org.eclipse.core.tests.internal.databinding.validation.StringToCharacterValidatorTest ‑ testEmptyStringCharacterIsValid
org.eclipse.core.tests.internal.databinding.validation.StringToCharacterValidatorTest ‑ testLongerThanOneCharacterIsInvalid
org.eclipse.core.tests.internal.databinding.validation.StringToCharacterValidatorTest ‑ testNonStringIsInvalid
org.eclipse.core.tests.internal.databinding.validation.StringToCharacterValidatorTest ‑ testNullCharacterIsInvalidForPrimitive
org.eclipse.core.tests.internal.databinding.validation.StringToCharacterValidatorTest ‑ testNullCharacterIsValid
org.eclipse.core.tests.internal.databinding.validation.StringToCharacterValidatorTest ‑ testValidatesCharacter
org.eclipse.core.tests.internal.databinding.validation.StringToCharacterValidatorTest ‑ testValidatesCharacterPrimitive
org.eclipse.core.tests.internal.databinding.validation.StringToDoubleValidatorTest ‑ testInvalidValueReturnsError
org.eclipse.core.tests.internal.databinding.validation.StringToDoubleValidatorTest ‑ testOutOfRangeValueReturnsError
org.eclipse.core.tests.internal.databinding.validation.StringToDoubleValidatorTest ‑ testValidateValidValue
org.eclipse.core.tests.internal.databinding.validation.StringToFloatValidatorTest ‑ testInvalidValueReturnsError
org.eclipse.core.tests.internal.databinding.validation.StringToFloatValidatorTest ‑ testOutOfRangeValueReturnsError
org.eclipse.core.tests.internal.databinding.validation.StringToFloatValidatorTest ‑ testValidateValidValue
org.eclipse.core.tests.internal.databinding.validation.StringToIntegerValidatorTest ‑ testInvalidValueReturnsError
org.eclipse.core.tests.internal.databinding.validation.StringToIntegerValidatorTest ‑ testOutOfRangeValueReturnsError
org.eclipse.core.tests.internal.databinding.validation.StringToIntegerValidatorTest ‑ testValidateValidValue
org.eclipse.core.tests.internal.databinding.validation.StringToLongValidatorTest ‑ testInvalidValueReturnsError
org.eclipse.core.tests.internal.databinding.validation.StringToLongValidatorTest ‑ testOutOfRangeValueReturnsError
org.eclipse.core.tests.internal.databinding.validation.StringToLongValidatorTest ‑ testValidateValidValue
org.eclipse.core.tests.internal.databinding.validation.StringToShortValidatorTest ‑ testInvalidValueReturnsError
org.eclipse.core.tests.internal.databinding.validation.StringToShortValidatorTest ‑ testOutOfRangeValueReturnsError
org.eclipse.core.tests.internal.databinding.validation.StringToShortValidatorTest ‑ testValidateValidValue
org.eclipse.e4.core.commands.tests.DefineCommandsTest ‑ testCreateCommands
org.eclipse.e4.core.commands.tests.DefineCommandsTest ‑ testCreateWithSecondContexts
org.eclipse.e4.core.commands.tests.DefineCommandsTest ‑ testCreateWithTwoContexts
org.eclipse.e4.core.commands.tests.DefineCommandsTest ‑ testParamizedCommandsSimple
org.eclipse.e4.core.commands.tests.HandlerTest ‑ testActiveHandlerExecuteWorkbench
org.eclipse.e4.core.commands.tests.HandlerTest ‑ testBug314847
org.eclipse.e4.core.commands.tests.HandlerTest ‑ testCallHandler
org.eclipse.e4.core.commands.tests.HandlerTest ‑ testDeactivateHandler
org.eclipse.e4.core.commands.tests.HandlerTest ‑ testExecuteTwoActiveHandlers
org.eclipse.e4.core.commands.tests.HandlerTest ‑ testMethodInfo
org.eclipse.e4.core.commands.tests.HandlerTest ‑ testMethodWithAnnocation
org.eclipse.e4.core.commands.tests.HandlerTest ‑ testQueryTwoHandlers
org.eclipse.e4.core.commands.tests.HandlerTest ‑ testSwitchActivationTwoHandlers
org.eclipse.e4.emf.xpath.test.EDynamicPropertyHandlerTest ‑ test_getProperty
org.eclipse.e4.emf.xpath.test.EDynamicPropertyHandlerTest ‑ test_getPropertyNames
org.eclipse.e4.emf.xpath.test.EDynamicPropertyHandlerTest ‑ test_getProperty_When_UnknownProperty_Expect_NullResult
org.eclipse.e4.emf.xpath.test.EDynamicPropertyHandlerTest ‑ test_setProperty
org.eclipse.e4.emf.xpath.test.ExampleQueriesApplicationTest ‑ testAccessingAllMenus
org.eclipse.e4.emf.xpath.test.ExampleQueriesApplicationTest ‑ testAccessingTheApplication
org.eclipse.e4.emf.xpath.test.ExampleQueriesApplicationTest ‑ testAccessingTheMainMenu
org.eclipse.e4.emf.xpath.test.ExampleQueriesTestCase ‑ testMenuQuery
org.eclipse.e4.emf.xpath.test.ExampleQueriesTestCase ‑ testSimpleQuery
org.eclipse.e4.ui.bindings.tests.BindingCreateTest ‑ testBindingNoScheme
org.eclipse.e4.ui.bindings.tests.BindingCreateTest ‑ testEmptySequence
org.eclipse.e4.ui.bindings.tests.BindingCreateTest ‑ testNoAttrs
org.eclipse.e4.ui.bindings.tests.BindingCreateTest ‑ testNullCommand
org.eclipse.e4.ui.bindings.tests.BindingCreateTest ‑ testNullContext
org.eclipse.e4.ui.bindings.tests.BindingCreateTest ‑ testNullSequence
org.eclipse.e4.ui.bindings.tests.BindingCreateTest ‑ testSchemeAndTypeAttrs
org.eclipse.e4.ui.bindings.tests.BindingCreateTest ‑ testSchemeonly
org.eclipse.e4.ui.bindings.tests.BindingLookupTest ‑ testFindBinding
org.eclipse.e4.ui.bindings.tests.BindingLookupTest ‑ testFindBindingInParent_Bug562263
org.eclipse.e4.ui.bindings.tests.BindingLookupTest ‑ testGetPartialMatches
org.eclipse.e4.ui.bindings.tests.BindingLookupTest ‑ testLookupAllShortcuts
org.eclipse.e4.ui.bindings.tests.BindingLookupTest ‑ testLookupAllShortcutsWithChild
org.eclipse.e4.ui.bindings.tests.BindingLookupTest ‑ testLookupBestShortcut
org.eclipse.e4.ui.bindings.tests.BindingLookupTest ‑ testLookupBestShortcutWithChild
org.eclipse.e4.ui.bindings.tests.BindingLookupTest ‑ testLookupChildBinding
org.eclipse.e4.ui.bindings.tests.BindingLookupTest ‑ testLookupShortcut
org.eclipse.e4.ui.bindings.tests.BindingLookupTest ‑ testLookupShortcuts
org.eclipse.e4.ui.bindings.tests.BindingLookupTest ‑ testLookupShortcutsTwoChildren
org.eclipse.e4.ui.bindings.tests.BindingLookupTest ‑ testLookupWithDifferentActiveChild
org.eclipse.e4.ui.bindings.tests.BindingLookupTest ‑ testLookupWithTwoChildren
org.eclipse.e4.ui.bindings.tests.BindingLookupTest ‑ testMultipleBindings
org.eclipse.e4.ui.bindings.tests.BindingLookupTest ‑ testPartialMatch
org.eclipse.e4.ui.bindings.tests.BindingTableTests ‑ testContextSet
org.eclipse.e4.ui.bindings.tests.BindingTableTests ‑ testContextSetSibling
org.eclipse.e4.ui.bindings.tests.BindingTableTests ‑ testLookupShortcut
org.eclipse.e4.ui.bindings.tests.BindingTableTests ‑ testLookupShortcuts
org.eclipse.e4.ui.bindings.tests.BindingTableTests ‑ testManagerLookupAllShortcuts
org.eclipse.e4.ui.bindings.tests.BindingTableTests ‑ testManagerLookupShortcut
org.eclipse.e4.ui.bindings.tests.BindingTableTests ‑ testManagerLookupShortcutLongChain
org.eclipse.e4.ui.bindings.tests.BindingTableTests ‑ testManagerPartialMatch
org.eclipse.e4.ui.bindings.tests.BindingTableTests ‑ testOneSiblingAtATimePerfectMatch
org.eclipse.e4.ui.bindings.tests.BindingTableTests ‑ testOneTable
org.eclipse.e4.ui.bindings.tests.BindingTableTests ‑ testPartialMatch
org.eclipse.e4.ui.bindings.tests.BindingTableTests ‑ testSiblingsPerfectMatch
org.eclipse.e4.ui.bindings.tests.BindingTableTests ‑ testSingleParentChainPerfectMatch
org.eclipse.e4.ui.bindings.tests.BindingTableTests ‑ testTwoKeysOneCommand
org.eclipse.e4.ui.bindings.tests.KeyAssistDialogTest ‑ testIsShowingBindings
org.eclipse.e4.ui.bindings.tests.KeyDispatcherTest ‑ TODOtestKeyDispatcherReset
org.eclipse.e4.ui.bindings.tests.KeyDispatcherTest ‑ testExecuteMultiStrokeBinding
org.eclipse.e4.ui.bindings.tests.KeyDispatcherTest ‑ testExecuteOneCommand
org.eclipse.e4.ui.bindings.tests.KeyDispatcherTest ‑ testSendKeyStroke
org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngineTest ‑ testGetElement_null
org.eclipse.e4.ui.css.core.resources.CSSResourcesHelpersTest ‑ testGetCSSValueKeyWhenDefinitionAsColorValue
org.eclipse.e4.ui.css.core.resources.CSSResourcesHelpersTest ‑ testGetCSSValueKeyWhenDefinitionAsFontFamily
org.eclipse.e4.ui.css.core.resources.CSSResourcesHelpersTest ‑ testGetCSSValueKeyWhenFont
org.eclipse.e4.ui.css.core.resources.CSSResourcesHelpersTest ‑ testGetCSSValueKeyWhenRgbAsColorValue
org.eclipse.e4.ui.css.core.resources.SWTResourceRegistryKeyFactoryTest ‑ testCreateKeyWhenColorByDefinition
org.eclipse.e4.ui.css.core.resources.SWTResourceRegistryKeyFactoryTest ‑ testCreateKeyWhenColorValue
org.eclipse.e4.ui.css.core.resources.SWTResourceRegistryKeyFactoryTest ‑ testCreateKeyWhenFontByDefinition
org.eclipse.e4.ui.css.core.resources.SWTResourceRegistryKeyFactoryTest ‑ testCreateKeyWhenFontProperty
org.eclipse.e4.ui.css.core.resources.SWTResourcesRegistryTest ‑ testRemoveResourcesByKeyTypeAndType
org.eclipse.e4.ui.css.swt.helpers.CSSSWTColorHelperTest ‑ testGetSWTColor
org.eclipse.e4.ui.css.swt.helpers.CSSSWTColorHelperTest ‑ testGetSWTColorWhenColorFromDefinition
org.eclipse.e4.ui.css.swt.helpers.CSSSWTColorHelperTest ‑ testGetSWTColorWhenInvalidColorValue
org.eclipse.e4.ui.css.swt.helpers.CSSSWTColorHelperTest ‑ testGetSWTColorWhenNotSupportedColorType
org.eclipse.e4.ui.css.swt.helpers.CSSSWTFontHelperTest ‑ testGetFontData
org.eclipse.e4.ui.css.swt.helpers.CSSSWTFontHelperTest ‑ testGetFontDataFromFontDefinition
org.eclipse.e4.ui.css.swt.helpers.CSSSWTFontHelperTest ‑ testGetFontDataStyledFont
org.eclipse.e4.ui.css.swt.helpers.CSSSWTFontHelperTest ‑ testGetFontDataWhenFontFamilyFromDefinitionAndOverwritingSize
org.eclipse.e4.ui.css.swt.helpers.CSSSWTFontHelperTest ‑ testGetFontDataWhenFontFamilyFromDefinitionAndOverwritingStyle
org.eclipse.e4.ui.css.swt.helpers.CSSSWTFontHelperTest ‑ testGetFontDataWhenFontFamilyFromDefinitionAndOverwritingWeight
org.eclipse.e4.ui.css.swt.helpers.CSSSWTFontHelperTest ‑ testGetFontDataWhenMissingAllInCss
org.eclipse.e4.ui.css.swt.helpers.CSSSWTFontHelperTest ‑ testGetFontDataWhenMissingFamilyInCss
org.eclipse.e4.ui.css.swt.helpers.CSSSWTFontHelperTest ‑ testGetFontDataWhenMissingSizeInCss
org.eclipse.e4.ui.css.swt.helpers.CSSSWTFontHelperTest ‑ testGetFontDataWhenMissingStyleInCss
org.eclipse.e4.ui.css.swt.helpers.CSSSWTFontHelperTest ‑ testGetFontDataWhenMissingWeightInCss
org.eclipse.e4.ui.css.swt.helpers.CSSSWTFontHelperTest ‑ testGetFontDataWithoutOldFont
org.eclipse.e4.ui.css.swt.helpers.EclipsePreferencesHelperTest ‑ testAppendOverriddenPropertyName
org.eclipse.e4.ui.css.swt.helpers.EclipsePreferencesHelperTest ‑ testGetOverriddenPropertyNames
org.eclipse.e4.ui.css.swt.helpers.EclipsePreferencesHelperTest ‑ testRemoveOverriddenByCssProperty
org.eclipse.e4.ui.css.swt.helpers.EclipsePreferencesHelperTest ‑ testRemoveOverriddenPropertyNames
org.eclipse.e4.ui.css.swt.helpers.PreferenceOverriddenByCssChangeListenerTest ‑ testPreferenceChangeEvent
org.eclipse.e4.ui.css.swt.helpers.PreferenceOverriddenByCssChangeListenerTest ‑ testPreferenceChangeEventWhenAddPropertyEvent
org.eclipse.e4.ui.css.swt.helpers.PreferenceOverriddenByCssChangeListenerTest ‑ testPreferenceChangeEventWhenModifyPropertyEventButPropertyIsNotOverriddenByCss
org.eclipse.e4.ui.css.swt.helpers.PreferenceOverriddenByCssChangeListenerTest ‑ testPreferenceChangeEventWhenRemovePropertyEvent
org.eclipse.e4.ui.css.swt.properties.preference.EclipsePreferencesHandlerTest ‑ testApplyCSSProperty
org.eclipse.e4.ui.css.swt.properties.preference.EclipsePreferencesHandlerTest ‑ testApplyCSSPropertyWhenCssValueList
org.eclipse.e4.ui.css.swt.properties.preference.EclipsePreferencesHandlerTest ‑ testCustomizePreferenceOverriddenByCSS
org.eclipse.e4.ui.css.swt.properties.preference.EclipsePreferencesHandlerTest ‑ testOverridePropertyWithCSSValue
org.eclipse.e4.ui.css.swt.properties.preference.EclipsePreferencesHandlerTest ‑ testOverridePropertyWithNameAndValueSplit
org.eclipse.e4.ui.css.swt.properties.preference.EclipsePreferencesHandlerTest ‑ testOverridePropertyWithNameAndValueSplitAndNameAlreadyAddedByUser
org.eclipse.e4.ui.tests.application.Bug299755Test ‑ testBug299755
org.eclipse.e4.ui.tests.application.Bug308220Test ‑ testBug308220
org.eclipse.e4.ui.tests.application.Bug320857Test ‑ testBug320857
org.eclipse.e4.ui.tests.application.E4ResourceTest ‑ bug_leak_517124
org.eclipse.e4.ui.tests.application.EModelServiceFindTest ‑ testBug314685
org.eclipse.e4.ui.tests.application.EModelServiceFindTest ‑ testFindAddons
org.eclipse.e4.ui.tests.application.EModelServiceFindTest ‑ testFindElementsCombinations
org.eclipse.e4.ui.tests.application.EModelServiceFindTest ‑ testFindElementsIdOnly
org.eclipse.e4.ui.tests.application.EModelServiceFindTest ‑ testFindElementsTagsOnly
org.eclipse.e4.ui.tests.application.EModelServiceFindTest ‑ testFindElementsTypeOnly
org.eclipse.e4.ui.tests.application.EModelServiceFindTest ‑ testFindElements_NullCheck
org.eclipse.e4.ui.tests.application.EModelServiceFindTest ‑ testFindHandler
org.eclipse.e4.ui.tests.application.EModelServiceFindTest ‑ testFindMKeyBindings
org.eclipse.e4.ui.tests.application.EModelServiceFindTest ‑ testFlags
org.eclipse.e4.ui.tests.application.EModelServiceInsertTest ‑ testInsertAbove
org.eclipse.e4.ui.tests.application.EModelServiceInsertTest ‑ testInsertBelow
org.eclipse.e4.ui.tests.application.EModelServiceInsertTest ‑ testInsertLeftOf
org.eclipse.e4.ui.tests.application.EModelServiceInsertTest ‑ testInsertRightOf
org.eclipse.e4.ui.tests.application.EModelServiceInsertTest ‑ testInsertRightOfSharedStack
org.eclipse.e4.ui.tests.application.EModelServiceInsertTest ‑ testSimpleInsertAbove
org.eclipse.e4.ui.tests.application.EModelServiceInsertTest ‑ testSimpleInsertBelow
org.eclipse.e4.ui.tests.application.EModelServiceInsertTest ‑ testSimpleInsertLeftOf
org.eclipse.e4.ui.tests.application.EModelServiceInsertTest ‑ testSimpleInsertRightOf
org.eclipse.e4.ui.tests.application.EModelServicePerspectiveFindTest ‑ testAnywhere[0]
org.eclipse.e4.ui.tests.application.EModelServicePerspectiveFindTest ‑ testAnywhere[1]
org.eclipse.e4.ui.tests.application.EModelServicePerspectiveFindTest ‑ testInActivePerspective[0]
org.eclipse.e4.ui.tests.application.EModelServicePerspectiveFindTest ‑ testInActivePerspective[1]
org.eclipse.e4.ui.tests.application.EModelServicePerspectiveFindTest ‑ testInAnyPerspective[0]
org.eclipse.e4.ui.tests.application.EModelServicePerspectiveFindTest ‑ testInAnyPerspective[1]
org.eclipse.e4.ui.tests.application.EModelServicePerspectiveFindTest ‑ testInTrim[0]
org.eclipse.e4.ui.tests.application.EModelServicePerspectiveFindTest ‑ testInTrim[1]
org.eclipse.e4.ui.tests.application.EModelServicePerspectiveFindTest ‑ testOuterPerspective[0]
org.eclipse.e4.ui.tests.application.EModelServicePerspectiveFindTest ‑ testOuterPerspective[1]
org.eclipse.e4.ui.tests.application.EModelServicePerspectiveFindTest ‑ testPresentation[0]
org.eclipse.e4.ui.tests.application.EModelServicePerspectiveFindTest ‑ testPresentation[1]
org.eclipse.e4.ui.tests.application.EModelServiceTest ‑ moveWithIndexShouldNotChangeSelectedElement
org.eclipse.e4.ui.tests.application.EModelServiceTest ‑ testBringToTop01
org.eclipse.e4.ui.tests.application.EModelServiceTest ‑ testBringToTop02
org.eclipse.e4.ui.tests.application.EModelServiceTest ‑ testBringToTop_Bug334411
org.eclipse.e4.ui.tests.application.EModelServiceTest ‑ testCountRenderableChildren_WithWindows
org.eclipse.e4.ui.tests.application.EModelServiceTest ‑ testCreatePartFromDescriptorWithTrimBars
org.eclipse.e4.ui.tests.application.EModelServiceTest ‑ testGetElementLocation_Bug331062_01
org.eclipse.e4.ui.tests.application.EModelServiceTest ‑ testGetElementLocation_Bug331062_02
org.eclipse.e4.ui.tests.application.EModelServiceTest ‑ testGetPerspectiveFor_RegularElement
org.eclipse.e4.ui.tests.application.EModelServiceTest ‑ testGetPerspectiveFor_SharedElement
org.eclipse.e4.ui.tests.application.EModelServiceTest ‑ testGetPerspectiveFor_SharedElement2
org.eclipse.e4.ui.tests.application.EModelServiceTest ‑ testMoveWithIndexWithTwoOtherElement
org.eclipse.e4.ui.tests.application.EModelServiceTest ‑ testMoveWithIndexWithTwoOtherElementInTheSameContainer
org.eclipse.e4.ui.tests.application.EModelServiceTest ‑ testMoveWithIndexWithTwoOtherElementInTheSameContainerKeepSelection
org.eclipse.e4.ui.tests.application.EModelServiceTest ‑ testMoveWithoutIndexNoOtherElements
org.eclipse.e4.ui.tests.application.EModelServiceTest ‑ testMoveWithoutIndexWithOneOtherElementInTheSameContainer
org.eclipse.e4.ui.tests.application.EModelServiceTest ‑ testMoveWithoutIndexWithOneOtherElements
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testActivate_Bug326300
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testActivate_Bug371894
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testActivate_ChildWindow
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testActivate_DetachedWindow
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testActivate_Focus
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testActivate_Unrendered
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testActivate_partService
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testActivate_partService_SelectedElement
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testActivate_partService_activePart
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testActivate_partService_twoWindows
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testActivationHistory01
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testApplicationContextHasActivePart
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testBringToTop_ActivationChanges01
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testBringToTop_ActivationChanges02
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testBringToTop_Bug330508_01
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testBringToTop_Bug330508_02
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testBringToTop_Bug330508_03
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testBringToTop_Bug330508_04
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testBringToTop_PartInAnotherWindow
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testBringToTop_PartInAnotherWindow_myService
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testBringToTop_PartNotOnTop
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testBringToTop_PartNotOnTop_myService
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testBringToTop_PartOnTop
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testBringToTop_PartOnTop_myService
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testBringToTop_Unrendered
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testCreatePart
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testCreatePart2
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testCreatePart_WithVariables
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testCreateSharedPart_ForceFalse
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testCreateSharedPart_ForceTrue
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testCreateSharedPart_NoDescriptor
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testEvent_PartActivated
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testEvent_PartActivated2
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testEvent_PartDeactivated
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testEvent_PartDeactivated2
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testEvent_PartHidden
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testEvent_PartHidden2
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testEvent_PartVisible
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testEvent_PartVisible2
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testFindPart_PartInAnotherWindow
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testFindPart_PartInWindow
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testFindPart_PartNotInWindow
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testGetActivePart
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testGetDirtyParts
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testGetDirtyParts2
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testGetDirtyParts3_FalseFalse
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testGetDirtyParts3_FalseTrue
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testGetDirtyParts3_TrueFalse
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testGetDirtyParts3_TrueTrue
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testGetParts_Bug334559_01
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testGetParts_Bug334559_02
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testGetParts_Empty
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testGetParts_OneWindow
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testGetParts_TwoWindows
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory01
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory02
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory03
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory04
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory05
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory06
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory07
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory08
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory09
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory10
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory11
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory12
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory13
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory14
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory15
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory16A
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory16B
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory16C
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory16D
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory17
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory18
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory19
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory20
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory21
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory22
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory23
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory24
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug327952_01
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug327952_02
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug327952_03
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug327952_04
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug328339_01
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug328339_02
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug328339_03
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug328339_04
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug328339_05
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug328339_06
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug328339_07
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug328339_08
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug328946_01
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug328946_02
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug328946_03
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug328946_04
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug328946_05
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug328946_06
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug328946_07
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug328946_08
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug328946_09
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug328946_10
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug329482_01
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug329482_02
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug329482_03
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug329482_04
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug329482_05
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_ActivationHistory_Bug329482_06
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_Bug325148_False
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_Bug325148_True
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_Bug325148_Unrendered_False
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_Bug325148_Unrendered_True
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_Bug327026
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_Bug327044_False
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_Bug327044_True
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_Bug327765_False
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_Bug327765_True
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_Bug327917_False
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_Bug327917_True
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_Bug327964_False
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_Bug327964_True
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_Bug332163_False
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_Bug332163_True
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_PartInAnotherWindow
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_Tagged_False
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testHidePart_Tagged_True
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testIsPartVisible_NotInStackFalseFalse
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testIsPartVisible_NotInStackFalseTrue
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testIsPartVisible_NotInStackTrueTrue
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testIsPartVisible_Placeholder
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testIsPartVisible_ViewInAnotherWindow
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testIsPartVisible_ViewInAnotherWindow_myService
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testIsPartVisible_ViewNotVisible
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testIsPartVisible_ViewNotVisible_myService
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testIsPartVisible_ViewVisible
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testIsPartVisible_ViewVisible_myService
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testLeak
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testPartActivationTimeData_Bug461063
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_False_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_False_FF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_False_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_False_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_False_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_False_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_False_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_False_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_False_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_False_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_False_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_False_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_False_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_False_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_True_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_True_FF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_True_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_True_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_True_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_True_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_True_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_True_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_True_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_True_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_True_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_True_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_True_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CC_True_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_False_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_False_FF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_False_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_False_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_False_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_False_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_False_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_False_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_False_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_False_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_False_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_False_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_False_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_False_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_True_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_True_FF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_True_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_True_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_True_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_True_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_True_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_True_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_True_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_True_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_True_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_True_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_True_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CN_True_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_False_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_False_FF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_False_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_False_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_False_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_False_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_False_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_False_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_False_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_False_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_False_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_False_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_False_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_False_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_True_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_True_FF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_True_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_True_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_True_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_True_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_True_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_True_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_True_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_True_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_True_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_True_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_True_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_CY_True_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_False_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_False_FF_FT

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

7618 tests found (test 3302 to 4068)

There are 7618 tests, see "Raw output" for the list of tests 3302 to 4068.
Raw output
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_False_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_False_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_False_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_False_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_False_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_False_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_False_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_False_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_False_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_False_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_False_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_False_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_True_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_True_FF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_True_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_True_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_True_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_True_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_True_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_True_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_True_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_True_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_True_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_True_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_True_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_True_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_False_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_False_FF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_False_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_False_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_False_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_False_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_False_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_False_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_False_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_False_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_False_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_False_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_False_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_False_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_True_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_True_FF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_True_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_True_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_True_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_True_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_True_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_True_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_True_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_True_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_True_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_True_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_True_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NN_True_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_False_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_False_FF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_False_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_False_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_False_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_False_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_False_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_False_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_False_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_False_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_False_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_False_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_False_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_False_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_True_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_True_FF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_True_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_True_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_True_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_True_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_True_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_True_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_True_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_True_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_True_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_True_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_True_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NY_True_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandler_FFF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandler_FFT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandler_FTF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandler_FTT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandler_TFF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandler_TFT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandler_TTF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandler_TTT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_F_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_F_FF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_F_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_F_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_F_FT_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_F_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_F_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_F_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_F_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_F_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_F_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_F_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_F_TT_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_F_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_F_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_F_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_T_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_T_FF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_T_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_T_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_T_FT_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_T_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_T_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_T_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_T_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_T_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_T_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_T_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_T_TT_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_T_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_T_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NoHandlers_T_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_False_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_False_FF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_False_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_False_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_False_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_False_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_False_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_False_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_False_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_False_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_False_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_False_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_False_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_False_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_True_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_True_FF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_True_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_True_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_True_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_True_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_True_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_True_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_True_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_True_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_True_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_True_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_True_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YC_True_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_False_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_False_FF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_False_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_False_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_False_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_False_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_False_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_False_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_False_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_False_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_False_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_False_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_False_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_False_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_True_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_True_FF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_True_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_True_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_True_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_True_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_True_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_True_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_True_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_True_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_True_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_True_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_True_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YN_True_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_False_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_False_FF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_False_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_False_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_False_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_False_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_False_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_False_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_False_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_False_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_False_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_False_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_False_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_False_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_True_FF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_True_FF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_True_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_True_FF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_True_FT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_True_FT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_True_FT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_True_TF_FF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_True_TF_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_True_TF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_True_TF_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_True_TT_FT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_True_TT_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_YY_True_TT_TT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_CancelFalseFalseFalse
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_CancelFalseFalseTrue
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_CancelFalseTrueFalse
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_CancelFalseTrueTrue
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_CancelTrueFalseFalse
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_CancelTrueFalseTrue
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_CancelTrueTrueFalse
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_CancelTrueTrueTrue
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_NoFalseFalseFalse
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_NoFalseFalseTrue
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_NoFalseTrueFalse
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_NoFalseTrueTrue
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_NoHandler_FFF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_NoHandler_FFT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_NoHandler_FTF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_NoHandler_FTT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_NoHandler_TFF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_NoHandler_TFT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_NoHandler_TTF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_NoHandler_TTT
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_NoTrueFalseFalse
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_NoTrueFalseTrue
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_NoTrueTrueFalse
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_NoTrueTrueTrue
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_YesFalseFalseFalse
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_YesFalseFalseTrue
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_YesFalseTrueFalse
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_YesFalseTrueTrue
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_YesTrueFalseFalse
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_YesTrueFalseTrue
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_YesTrueTrueFalse
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSavePart_YesTrueTrueTrue
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug307747_ACTIVATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug307747_CREATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug307747_VISIBLE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug318931
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug320578_A
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug320578_B
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug320578_C
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug320578_D
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug320578_E
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug321755
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug321757
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug322368_Part_ACTIVATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug322368_Part_CREATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug322368_Part_VISIBLE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug322368_Placeholder_ACTIVATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug322368_Placeholder_CREATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug322368_Placeholder_VISIBLE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug322403_A
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug322403_B
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug322403_C
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug328078_ACTIVATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug328078_CREATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug328078_VISIBLE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug329310_01
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug329310_02
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug331047_ACTIVATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug331047_CREATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug331047_VISIBLE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug347837
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug370026_ACTIVATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug370026_CREATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Bug370026_VISIBLE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_ACTIVATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_ACTIVATE_DefinedCategoryStackExists
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_ACTIVATE_DefinedCategoryStackNotExists
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_CREATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_CREATE2
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_CREATE3
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_CREATE4
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_IncorrectDescriptor_ACTIVATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_IncorrectDescriptor_CREATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_IncorrectDescriptor_VISIBLE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_MultipleExists_FalseACTIVATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_MultipleExists_FalseCREATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_MultipleExists_FalseVISIBLE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_MultipleExists_TrueACTIVATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_MultipleExists_TrueCREATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_MultipleExists_TrueVISIBLE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_PartAlreadyShown_ACTIVATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_PartAlreadyShown_CREATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_PartAlreadyShown_VISIBLE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_PartInInactivePerspective
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_Unrendered_ACTIVATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_Unrendered_ACTIVATE2
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_Unrendered_ACTIVATE3
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_Unrendered_CREATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_Unrendered_CREATE2
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_Unrendered_CREATE3
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_Unrendered_VISIBLE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_Unrendered_VISIBLE2
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_Unrendered_VISIBLE3
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_VISIBLE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_VISIBLE2
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_VISIBLE3
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_VISIBLE4
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Id_VISIBLE5
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Part_ACTIVATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Part_CREATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Part_ExistingInNonstandardCategory
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Part_MultipleExists_FalseACTIVATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Part_MultipleExists_FalseCREATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Part_MultipleExists_FalseVISIBLE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Part_MultipleExists_TrueACTIVATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Part_MultipleExists_TrueCREATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Part_MultipleExists_TrueVISIBLE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Part_MultipleNonexistent_FalseACTIVATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Part_MultipleNonexistent_FalseCREATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Part_MultipleNonexistent_FalseVISIBLE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Part_MultipleNonexistent_TrueACTIVATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Part_MultipleNonexistent_TrueCREATE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Part_MultipleNonexistent_TrueVISIBLE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Part_MultipleWithCategory
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Part_MultipleWithoutCategory
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testShowPart_Part_VISIBLE
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSwitchPerspective01
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSwitchPerspective02
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSwitchPerspective03
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSwitchPerspective04
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSwitchPerspective05
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSwitchPerspective06
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSwitchPerspective07
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSwitchPerspective08
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSwitchPerspective_Bug329184
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSwitchWindows
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testsEventWithExceptions
org.eclipse.e4.ui.tests.application.ESelectionServiceTest ‑ testBug314538
org.eclipse.e4.ui.tests.application.ESelectionServiceTest ‑ testBug343003
org.eclipse.e4.ui.tests.application.ESelectionServiceTest ‑ testBug343984
org.eclipse.e4.ui.tests.application.ESelectionServiceTest ‑ testBug393137
org.eclipse.e4.ui.tests.application.ESelectionServiceTest ‑ testGetSelection
org.eclipse.e4.ui.tests.application.ESelectionServiceTest ‑ testGetSelection_Id
org.eclipse.e4.ui.tests.application.ESelectionServiceTest ‑ testInjection
org.eclipse.e4.ui.tests.application.ESelectionServiceTest ‑ testOnePartSelection
org.eclipse.e4.ui.tests.application.ESelectionServiceTest ‑ testPartOneTracksPartThree
org.eclipse.e4.ui.tests.application.ESelectionServiceTest ‑ testPartOneTracksPartThree2
org.eclipse.e4.ui.tests.application.ESelectionServiceTest ‑ testSelectionListener
org.eclipse.e4.ui.tests.application.ESelectionServiceTest ‑ testSelectionListener2
org.eclipse.e4.ui.tests.application.ESelectionServiceTest ‑ testSelectionListener3
org.eclipse.e4.ui.tests.application.ESelectionServiceTest ‑ testSelectionListener_Id
org.eclipse.e4.ui.tests.application.ESelectionServiceTest ‑ testSelectionListener_Id2
org.eclipse.e4.ui.tests.application.ESelectionServiceTest ‑ testSelectionListener_Id3
org.eclipse.e4.ui.tests.application.ESelectionServiceTest ‑ testThreePartSelection
org.eclipse.e4.ui.tests.application.ESelectionServiceTest ‑ testTwoPartHandlerExecute
org.eclipse.e4.ui.tests.application.EventBrokerTest ‑ testMultipleSubscriptions
org.eclipse.e4.ui.tests.application.EventBrokerTest ‑ testPublish
org.eclipse.e4.ui.tests.application.EventBrokerTest ‑ testUnsubscribeOnDispose
org.eclipse.e4.ui.tests.application.HeadlessContactsDemoTest ‑ testGetFirstPart_GetContext
org.eclipse.e4.ui.tests.application.HeadlessContactsDemoTest ‑ testGetSecondPart_GetContext
org.eclipse.e4.ui.tests.application.HeadlessContactsDemoTest ‑ testGet_ActiveChild
org.eclipse.e4.ui.tests.application.HeadlessContactsDemoTest ‑ testGet_ActiveContexts
org.eclipse.e4.ui.tests.application.HeadlessContactsDemoTest ‑ testGet_ActivePart
org.eclipse.e4.ui.tests.application.HeadlessContactsDemoTest ‑ testGet_Selection
org.eclipse.e4.ui.tests.application.HeadlessContactsDemoTest ‑ testModify
org.eclipse.e4.ui.tests.application.HeadlessContactsDemoTest ‑ testModify2
org.eclipse.e4.ui.tests.application.HeadlessContactsDemoTest ‑ test_SwitchActivePartsInContext
org.eclipse.e4.ui.tests.application.HeadlessPhotoDemoTest ‑ testGetFirstPart_GetContext
org.eclipse.e4.ui.tests.application.HeadlessPhotoDemoTest ‑ testGetSecondPart_GetContext
org.eclipse.e4.ui.tests.application.HeadlessPhotoDemoTest ‑ testGet_ActiveChild
org.eclipse.e4.ui.tests.application.HeadlessPhotoDemoTest ‑ testGet_ActiveContexts
org.eclipse.e4.ui.tests.application.HeadlessPhotoDemoTest ‑ testGet_ActivePart
org.eclipse.e4.ui.tests.application.HeadlessPhotoDemoTest ‑ testGet_Selection
org.eclipse.e4.ui.tests.application.HeadlessPhotoDemoTest ‑ testModify
org.eclipse.e4.ui.tests.application.HeadlessPhotoDemoTest ‑ testModify2
org.eclipse.e4.ui.tests.application.HeadlessPhotoDemoTest ‑ test_SwitchActivePartsInContext
org.eclipse.e4.ui.tests.application.ModelElementTest ‑ testForMApplicationInterface
org.eclipse.e4.ui.tests.application.ModelElementTest ‑ testForOptimalBaseClass
org.eclipse.e4.ui.tests.application.ModelRobustnessTest ‑ testAddingInvalidElements
org.eclipse.e4.ui.tests.application.ModelRobustnessTest ‑ testLoadingInvalidContainments
org.eclipse.e4.ui.tests.application.ResourceHandlerTest ‑ testDynamicElementsDoNotGetPersisted
org.eclipse.e4.ui.tests.application.ResourceHandlerTest ‑ testModelProcessor
org.eclipse.e4.ui.tests.application.ResourceHandlerTest ‑ testProcessedApplicationModelNotNull
org.eclipse.e4.ui.tests.application.ResourceHandlerTest ‑ testXPathModelProcessor
org.eclipse.e4.ui.tests.application.UIEventTypesTest ‑ testAdd
org.eclipse.e4.ui.tests.application.UIEventTypesTest ‑ testAddMany
org.eclipse.e4.ui.tests.application.UIEventTypesTest ‑ testClear
org.eclipse.e4.ui.tests.application.UIEventTypesTest ‑ testMove
org.eclipse.e4.ui.tests.application.UIEventTypesTest ‑ testRemove
org.eclipse.e4.ui.tests.application.UIEventTypesTest ‑ testRemoveMany
org.eclipse.e4.ui.tests.application.UIEventTypesTest ‑ testRetain
org.eclipse.e4.ui.tests.application.UIEventTypesTest ‑ testSet
org.eclipse.e4.ui.tests.application.UIEventsTest ‑ testAllTopics
org.eclipse.e4.ui.tests.application.UIEventsTest ‑ testBrokerCleanup
org.eclipse.e4.ui.tests.css.core.CSSEngineTest ‑ testSelectorAttributeIs
org.eclipse.e4.ui.tests.css.core.CSSEngineTest ‑ testSelectorAttributeIs_EmptySting
org.eclipse.e4.ui.tests.css.core.CSSEngineTest ‑ testSelectorAttributeIs_NotPresent
org.eclipse.e4.ui.tests.css.core.CSSEngineTest ‑ testSelectorMatch
org.eclipse.e4.ui.tests.css.core.CSSEngineTest ‑ testSelectorMatchOneOf
org.eclipse.e4.ui.tests.css.core.dom.CSSPropertyHandlerProviderTest ‑ test_getHandlerClassName
org.eclipse.e4.ui.tests.css.core.parser.CascadeTest ‑ ensureThatClassAndIdareConsideredIfOnTheSameLevel
org.eclipse.e4.ui.tests.css.core.parser.CascadeTest ‑ testBug261081
org.eclipse.e4.ui.tests.css.core.parser.CascadeTest ‑ testBug458342_combine
org.eclipse.e4.ui.tests.css.core.parser.CascadeTest ‑ testBug458342_override
org.eclipse.e4.ui.tests.css.core.parser.CascadeTest ‑ testPosition
org.eclipse.e4.ui.tests.css.core.parser.CascadeTest ‑ testSpecificities
org.eclipse.e4.ui.tests.css.core.parser.CascadeTest ‑ testSpecificity
org.eclipse.e4.ui.tests.css.core.parser.FontFaceRulesTest ‑ testEmptyFontFaceRule
org.eclipse.e4.ui.tests.css.core.parser.FontFaceRulesTest ‑ testFontFaceRuleWithProperties
org.eclipse.e4.ui.tests.css.core.parser.ImportTest ‑ testNestedImports
org.eclipse.e4.ui.tests.css.core.parser.ImportTest ‑ testOverrideImportedRule
org.eclipse.e4.ui.tests.css.core.parser.InheritTest ‑ testInheritAsDefault
org.eclipse.e4.ui.tests.css.core.parser.InheritTest ‑ testInheritExplicitProperty
org.eclipse.e4.ui.tests.css.core.parser.InheritTest ‑ testInheritFromParent
org.eclipse.e4.ui.tests.css.core.parser.MediaRulesTest ‑ testMediaRule
org.eclipse.e4.ui.tests.css.core.parser.RGBColorImplTest ‑ testGetCssText
org.eclipse.e4.ui.tests.css.core.parser.SelectorTest ‑ testAttributeSelector
org.eclipse.e4.ui.tests.css.core.parser.SelectorTest ‑ testClassSelector
org.eclipse.e4.ui.tests.css.core.parser.SelectorTest ‑ testErrorAttributeSelector
org.eclipse.e4.ui.tests.css.core.parser.SelectorTest ‑ testMultipleSelectors
org.eclipse.e4.ui.tests.css.core.parser.SelectorTest ‑ testSimpleSelector
org.eclipse.e4.ui.tests.css.core.parser.StyleRuleTest ‑ testBackgroundHexColor
org.eclipse.e4.ui.tests.css.core.parser.StyleRuleTest ‑ testBackgroundNameColor
org.eclipse.e4.ui.tests.css.core.parser.StyleRuleTest ‑ testFont
org.eclipse.e4.ui.tests.css.core.parser.StyleRuleTest ‑ testGetCSSText
org.eclipse.e4.ui.tests.css.core.parser.StyleRuleTest ‑ testHexColor
org.eclipse.e4.ui.tests.css.core.parser.StyleRuleTest ‑ testNamedColor
org.eclipse.e4.ui.tests.css.core.parser.StyleRuleTest ‑ testSimpleStyleRule
org.eclipse.e4.ui.tests.css.core.parser.StyleRuleTest ‑ testTestFontBold
org.eclipse.e4.ui.tests.css.core.parser.StyleRuleTest ‑ testTestFontItalic
org.eclipse.e4.ui.tests.css.core.parser.ValueTest ‑ testCommaSeparatedList
org.eclipse.e4.ui.tests.css.core.parser.ValueTest ‑ testEm
org.eclipse.e4.ui.tests.css.core.parser.ValueTest ‑ testFloat
org.eclipse.e4.ui.tests.css.core.parser.ValueTest ‑ testIdentifier
org.eclipse.e4.ui.tests.css.core.parser.ValueTest ‑ testInch
org.eclipse.e4.ui.tests.css.core.parser.ValueTest ‑ testInt
org.eclipse.e4.ui.tests.css.core.parser.ValueTest ‑ testList
org.eclipse.e4.ui.tests.css.core.parser.ValueTest ‑ testPercent
org.eclipse.e4.ui.tests.css.core.parser.ValueTest ‑ testPixel
org.eclipse.e4.ui.tests.css.core.parser.ValueTest ‑ testURI
org.eclipse.e4.ui.tests.css.core.parser.ViewCSSTest ‑ testBug419482_higherSpecificity
org.eclipse.e4.ui.tests.css.core.parser.ViewCSSTest ‑ testBug419482_order1
org.eclipse.e4.ui.tests.css.core.parser.ViewCSSTest ‑ testBug419482_order2
org.eclipse.e4.ui.tests.css.core.parser.ViewCSSTest ‑ testGetComputedStyle
org.eclipse.e4.ui.tests.css.core.parser.ViewCSSTest ‑ testRuleCaching
org.eclipse.e4.ui.tests.css.forms.ExpandableCompositeTest ‑ testExpandableCompositeColor
org.eclipse.e4.ui.tests.css.forms.ExpandableCompositeTest ‑ testExpandableComposite_foregroundColorGetsReset_foregroundCollorIsNull
org.eclipse.e4.ui.tests.css.forms.SectionTest ‑ testSectionColors
org.eclipse.e4.ui.tests.css.forms.SectionTest ‑ testSectionResetColors
org.eclipse.e4.ui.tests.css.properties.tabbed.TabbedPropertiesListTest ‑ colorsAreNotChangedWhenNoStyleGivenInCss
org.eclipse.e4.ui.tests.css.properties.tabbed.TabbedPropertiesListTest ‑ colorsAreStyled
org.eclipse.e4.ui.tests.css.properties.tabbed.TabbedPropertiesListTest ‑ colorsAreStyledAndReset
org.eclipse.e4.ui.tests.css.properties.tabbed.TabbedPropertiesTitleTest ‑ colorsAreNotChangedWhenNoStyleGivenInCss
org.eclipse.e4.ui.tests.css.properties.tabbed.TabbedPropertiesTitleTest ‑ titleBackgroundColorIsStyled
org.eclipse.e4.ui.tests.css.properties.tabbed.TabbedPropertiesTitleTest ‑ titleBackgroundColorIsStyledAndReset
org.eclipse.e4.ui.tests.css.swt.Bug419482Test ‑ testDescendentsSpecific
org.eclipse.e4.ui.tests.css.swt.Bug419482Test ‑ testDescendentsWildcard
org.eclipse.e4.ui.tests.css.swt.Bug419482Test ‑ testOneLevelWildcardOneSpecific
org.eclipse.e4.ui.tests.css.swt.Bug419482Test ‑ testOriginalBugReport
org.eclipse.e4.ui.tests.css.swt.Bug419482Test ‑ testOriginalBugReportDifferentOrder
org.eclipse.e4.ui.tests.css.swt.Bug419482Test ‑ testTwoLevelsWildcard
org.eclipse.e4.ui.tests.css.swt.Bug459961Test ‑ testRegularColorConstantReference
org.eclipse.e4.ui.tests.css.swt.Bug459961Test ‑ testTransparentColorConstantReference
org.eclipse.e4.ui.tests.css.swt.ButtonTest ‑ ensurePseudoAttributeAllowsToSelectionPushButton
org.eclipse.e4.ui.tests.css.swt.ButtonTest ‑ testASpecificColor
org.eclipse.e4.ui.tests.css.swt.ButtonTest ‑ testAlignment
org.eclipse.e4.ui.tests.css.swt.ButtonTest ‑ testAlignment2
org.eclipse.e4.ui.tests.css.swt.ButtonTest ‑ testArrowAlignment
org.eclipse.e4.ui.tests.css.swt.ButtonTest ‑ testColor
org.eclipse.e4.ui.tests.css.swt.ButtonTest ‑ testFontBold
org.eclipse.e4.ui.tests.css.swt.ButtonTest ‑ testFontItalic
org.eclipse.e4.ui.tests.css.swt.ButtonTest ‑ testFontRegular
org.eclipse.e4.ui.tests.css.swt.ButtonTest ‑ testSelectedPseudo
org.eclipse.e4.ui.tests.css.swt.ButtonTextTransformTest ‑ testTextTransformCapitalize
org.eclipse.e4.ui.tests.css.swt.ButtonTextTransformTest ‑ testTextTransformLowerCase
org.eclipse.e4.ui.tests.css.swt.ButtonTextTransformTest ‑ testTextTransformUpperCase
org.eclipse.e4.ui.tests.css.swt.CSSSWTWidgetTest ‑ testCSSClassKey
org.eclipse.e4.ui.tests.css.swt.CSSSWTWidgetTest ‑ testEngineKey
org.eclipse.e4.ui.tests.css.swt.CSSSWTWidgetTest ‑ testGetAttributeWithAttributeSupplierReturningNull
org.eclipse.e4.ui.tests.css.swt.CSSSWTWidgetTest ‑ testGetAttributeWithAttributeTypeNull
org.eclipse.e4.ui.tests.css.swt.CSSSWTWidgetTest ‑ testGetAttributeWithSwtStylesNull
org.eclipse.e4.ui.tests.css.swt.CSSSWTWidgetTest ‑ testHasAttribute
org.eclipse.e4.ui.tests.css.swt.CSSSWTWidgetTest ‑ testIDKey
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testBackgroundColor
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testBorderVisible
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testFontBold
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testFontItalic
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testFontRegular
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testMaximizeVisible
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testMaximized
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testMinimizeVisible
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testMinimized
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testMinimumCharacters
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testRetrievePropertyNull
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testSelectedImageVisible
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testSimple
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testSingle
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testStyleLabelChildInCTabFolder
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testTabHeight
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testTextColor
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testTopRightAsDescendentChild
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testUnselectedCloseVisible
org.eclipse.e4.ui.tests.css.swt.CTabFolderTest ‑ testUnselectedImageVisible
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testBackground
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testBackground2
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testFontBold
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testFontItalic
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testFontRegular
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testFontsEditorStackClass
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testFontsEditorStackClass2
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testForeground
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testForeground2
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testParent
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testSelectedFontBold
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testSelectedFontMerged
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testSelectedFontMerged2
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testSelectedFontMerged3
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testSelectionBackground
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testSelectionForeground
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testShowCloseEditorStack
org.eclipse.e4.ui.tests.css.swt.CTabItemTest ‑ testShowCloseViewStack
org.eclipse.e4.ui.tests.css.swt.ColorDefinitionTest ‑ testColorDefinition
org.eclipse.e4.ui.tests.css.swt.ColorDefinitionTest ‑ testColorDefinitionWhenDefinitionStylesheetNotFound
org.eclipse.e4.ui.tests.css.swt.ColorDefinitionTest ‑ testColorDefinitionWhenNameCategoryIdAndDescriptionOverridden
org.eclipse.e4.ui.tests.css.swt.ColorDefinitionTest ‑ testSetColorDefinitionWithSystemColor
org.eclipse.e4.ui.tests.css.swt.ColorDefinitionTest ‑ testUnset
org.eclipse.e4.ui.tests.css.swt.ColorDefinitionTest ‑ testWidgetWithColorDefinitionAsBackgroundColor
org.eclipse.e4.ui.tests.css.swt.CompositeTest ‑ testCompositeAsInnerClass
org.eclipse.e4.ui.tests.css.swt.CompositeTest ‑ testCompositeColor
org.eclipse.e4.ui.tests.css.swt.DescendentTest ‑ testDescendentSpecificity
org.eclipse.e4.ui.tests.css.swt.FontDefinitionTest ‑ testFontDefinition
org.eclipse.e4.ui.tests.css.swt.FontDefinitionTest ‑ testFontDefinitionWhenDefinitionStylesheetNotFound
org.eclipse.e4.ui.tests.css.swt.FontDefinitionTest ‑ testFontDefinitionWhenNameCategoryIdAndDescriptionOverridden
org.eclipse.e4.ui.tests.css.swt.FontDefinitionTest ‑ testWidgetWithFontDefinitionAsFontFamily
org.eclipse.e4.ui.tests.css.swt.GradientTest ‑ testAboveRangePercents
org.eclipse.e4.ui.tests.css.swt.GradientTest ‑ testAltSyntax
org.eclipse.e4.ui.tests.css.swt.GradientTest ‑ testBadColors
org.eclipse.e4.ui.tests.css.swt.GradientTest ‑ testBadPercents
org.eclipse.e4.ui.tests.css.swt.GradientTest ‑ testBelowRangePercents
org.eclipse.e4.ui.tests.css.swt.GradientTest ‑ testDefaultManyPercents
org.eclipse.e4.ui.tests.css.swt.GradientTest ‑ testDefaultPercents
org.eclipse.e4.ui.tests.css.swt.GradientTest ‑ testGradients
org.eclipse.e4.ui.tests.css.swt.GradientTest ‑ testManyColorsAndSpecifiedManyPercents
org.eclipse.e4.ui.tests.css.swt.GradientTest ‑ testSpecifiedPercents
org.eclipse.e4.ui.tests.css.swt.IEclipsePreferencesTest ‑ testIEclipsePreferences
org.eclipse.e4.ui.tests.css.swt.IdClassLabelColorTest ‑ testCssClass
org.eclipse.e4.ui.tests.css.swt.IdClassLabelColorTest ‑ testWidgetClass
org.eclipse.e4.ui.tests.css.swt.IdClassLabelColorTest ‑ testWidgetId
org.eclipse.e4.ui.tests.css.swt.InheritTest ‑ testBackgroundInherit
org.eclipse.e4.ui.tests.css.swt.InheritTest ‑ testBackgroundInheritsAlsoExplicitlySetColors
org.eclipse.e4.ui.tests.css.swt.InheritTest ‑ testBackgroundNoInherit
org.eclipse.e4.ui.tests.css.swt.InnerClassElementTest ‑ testInnerClassElement
org.eclipse.e4.ui.tests.css.swt.LabelTest ‑ testAlignment
org.eclipse.e4.ui.tests.css.swt.LabelTest ‑ testAlignment2
org.eclipse.e4.ui.tests.css.swt.LabelTest ‑ testColor
org.eclipse.e4.ui.tests.css.swt.LabelTest ‑ testFontBold
org.eclipse.e4.ui.tests.css.swt.LabelTest ‑ testFontItalic
org.eclipse.e4.ui.tests.css.swt.LabelTest ‑ testFontRegular
org.eclipse.e4.ui.tests.css.swt.LabelTextTransformTest ‑ testTextTransformCapitalize
org.eclipse.e4.ui.tests.css.swt.LabelTextTransformTest ‑ testTextTransformLowerCase
org.eclipse.e4.ui.tests.css.swt.LabelTextTransformTest ‑ testTextTransformUpperCase
org.eclipse.e4.ui.tests.css.swt.LinkTest ‑ testLinkColors
org.eclipse.e4.ui.tests.css.swt.MarginTest ‑ testBottomMargin
org.eclipse.e4.ui.tests.css.swt.MarginTest ‑ testLeftMargin
org.eclipse.e4.ui.tests.css.swt.MarginTest ‑ testMargin1Value
org.eclipse.e4.ui.tests.css.swt.MarginTest ‑ testMargin2Values
org.eclipse.e4.ui.tests.css.swt.MarginTest ‑ testMargin4Values
org.eclipse.e4.ui.tests.css.swt.MarginTest ‑ testMarginNoComposite
org.eclipse.e4.ui.tests.css.swt.MarginTest ‑ testMarginNoKey
org.eclipse.e4.ui.tests.css.swt.MarginTest ‑ testMarginNoLayout
org.eclipse.e4.ui.tests.css.swt.MarginTest ‑ testRightMargin
org.eclipse.e4.ui.tests.css.swt.MarginTest ‑ testTopMargin
org.eclipse.e4.ui.tests.css.swt.ShellActiveTest ‑ testShellActive
org.eclipse.e4.ui.tests.css.swt.ShellTest ‑ test375069AllShell
org.eclipse.e4.ui.tests.css.swt.ShellTest ‑ test375069ChildShellDifferentiation
org.eclipse.e4.ui.tests.css.swt.ShellTest ‑ testBackgroundMode
org.eclipse.e4.ui.tests.css.swt.ShellTest ‑ testColor
org.eclipse.e4.ui.tests.css.swt.ShellTest ‑ testFontBold
org.eclipse.e4.ui.tests.css.swt.ShellTest ‑ testFontItalic
org.eclipse.e4.ui.tests.css.swt.ShellTest ‑ testFontRegular
org.eclipse.e4.ui.tests.css.swt.ShellTest ‑ testShellParentage
org.eclipse.e4.ui.tests.css.swt.ShellTest ‑ testShellParentedPseudoelement
org.eclipse.e4.ui.tests.css.swt.ShellTest ‑ testShellUnparentedPseudoelement
org.eclipse.e4.ui.tests.css.swt.ShellTest ‑ testSwtDataClassAttribute
org.eclipse.e4.ui.tests.css.swt.TableTest ‑ testTableColor
org.eclipse.e4.ui.tests.css.swt.TableTest ‑ testTableHeaderColor
org.eclipse.e4.ui.tests.css.swt.TestPropertyHelper ‑ testNestedProperty
org.eclipse.e4.ui.tests.css.swt.TestPropertyHelper ‑ testReadOnlyProperty
org.eclipse.e4.ui.tests.css.swt.TestPropertyHelper ‑ testReadWriteProperty
org.eclipse.e4.ui.tests.css.swt.TextTextTransformTest ‑ testTextTransformCapitalize
org.eclipse.e4.ui.tests.css.swt.TextTextTransformTest ‑ testTextTransformLowerCase
org.eclipse.e4.ui.tests.css.swt.TextTextTransformTest ‑ testTextTransformUpperCase
org.eclipse.e4.ui.tests.css.swt.ThemeTest ‑ testThemeChangeNotification
org.eclipse.e4.ui.tests.css.swt.ThemesExtensionTest ‑ testThemesExtension
org.eclipse.e4.ui.tests.css.swt.ToolItemTest ‑ ensurePseudoAttributeAllowsToSelectionPushButton
org.eclipse.e4.ui.tests.css.swt.ToolItemTest ‑ testBackgroundColor
org.eclipse.e4.ui.tests.css.swt.ToolItemTest ‑ testForegroundColor
org.eclipse.e4.ui.tests.css.swt.ToolItemTest ‑ testSelectedPseudo
org.eclipse.e4.ui.tests.css.swt.TreeTest ‑ testTreeColor
org.eclipse.e4.ui.tests.css.swt.TreeTest ‑ testTreeHeaderColor
org.eclipse.e4.ui.tests.workbench.AreaRendererTest ‑ testMultipleStacksUnderTheAreaCreateACTabFolder
org.eclipse.e4.ui.tests.workbench.AreaRendererTest ‑ testStackInsideMCompositePartDoesNotCreateACTabFolder
org.eclipse.e4.ui.tests.workbench.Bug308317Test ‑ testBug308317
org.eclipse.e4.ui.tests.workbench.CompositePartClosingTest ‑ test_partClosing
org.eclipse.e4.ui.tests.workbench.ContextTest ‑ testOneContext
org.eclipse.e4.ui.tests.workbench.ContextTest ‑ testThreeContexts
org.eclipse.e4.ui.tests.workbench.ContextTest ‑ testTwoContexts
org.eclipse.e4.ui.tests.workbench.ContextTest ‑ testTwoContextsBottom
org.eclipse.e4.ui.tests.workbench.ContributionsAnalyzerTest ‑ testMImperativeExpressionInjectionWithPersistedState
org.eclipse.e4.ui.tests.workbench.ExtensionsSortTests ‑ testSortOrder
org.eclipse.e4.ui.tests.workbench.HandlerActivationTest ‑ testHandlerInActivePartAndPerspective
org.eclipse.e4.ui.tests.workbench.HandlerActivationTest ‑ testHandlerInActivePartAndPerspectiveAndWindow
org.eclipse.e4.ui.tests.workbench.HandlerActivationTest ‑ testHandlerInActivePartAndWindow
org.eclipse.e4.ui.tests.workbench.HandlerActivationTest ‑ testHandlerInActivePartOnly
org.eclipse.e4.ui.tests.workbench.HandlerActivationTest ‑ testHandlerInActivePerspectiveAndWindow
org.eclipse.e4.ui.tests.workbench.HandlerActivationTest ‑ testHandlerInActivePerspectiveOnly
org.eclipse.e4.ui.tests.workbench.HandlerActivationTest ‑ testHandlerInInactivePartOnly
org.eclipse.e4.ui.tests.workbench.HandlerActivationTest ‑ testHandlerInInactivePerspectiveOnly
org.eclipse.e4.ui.tests.workbench.HandlerActivationTest ‑ testHandlerInWindowOnly
org.eclipse.e4.ui.tests.workbench.HandlerActivationTest ‑ testHandlerSwitchToInactivePart
org.eclipse.e4.ui.tests.workbench.HandlerActivationTest ‑ testHandlerSwitchToInactivePartInOtherPerspectiveWithPartHandlers
org.eclipse.e4.ui.tests.workbench.HandlerActivationTest ‑ testHandlerSwitchToInactivePartInOtherPerspectiveWithPerspectiveHandlers
org.eclipse.e4.ui.tests.workbench.HandlerActivationTest ‑ testHandlerSwitchToInactivePerspective
org.eclipse.e4.ui.tests.workbench.HandlerTest ‑ testCanExecute
org.eclipse.e4.ui.tests.workbench.HandlerTest ‑ testDifferentExecutionContexts
org.eclipse.e4.ui.tests.workbench.HandlerTest ‑ testOneCommand
org.eclipse.e4.ui.tests.workbench.HandlerTest ‑ testThreeContexts
org.eclipse.e4.ui.tests.workbench.HandlerTest ‑ testTwoCommands
org.eclipse.e4.ui.tests.workbench.HandlerTest ‑ testTwoHandlers
org.eclipse.e4.ui.tests.workbench.InjectionEventTest ‑ testEventInjection
org.eclipse.e4.ui.tests.workbench.InjectionEventTest ‑ testEventInjectionUnsubscribe
org.eclipse.e4.ui.tests.workbench.InjectionEventTest ‑ testInjectWildCard
org.eclipse.e4.ui.tests.workbench.MApplicationCommandAccessTest ‑ testCommandAfterAddingIt
org.eclipse.e4.ui.tests.workbench.MApplicationCommandAccessTest ‑ testCreateApplictionWithCommands
org.eclipse.e4.ui.tests.workbench.MApplicationCommandAccessTest ‑ testFindCorrectCommand
org.eclipse.e4.ui.tests.workbench.MApplicationCommandAccessTest ‑ testFindCorrectCommandDirectAccess
org.eclipse.e4.ui.tests.workbench.MApplicationCommandAccessTest ‑ testFindNullAfterCommandRemoval
org.eclipse.e4.ui.tests.workbench.MApplicationCommandAccessTest ‑ testRemovalOfCommands
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testElementHierarchyInContext_DirectItem
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testElementHierarchyInContext_HandledItem
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testInvisibleItem
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testMDirectMenuItem_Check_Bug316752
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testMDirectMenuItem_Check_Bug547050
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testMHandledMenuItem_Check_Bug316752
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testMHandledMenuItem_Check_Bug463280
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testMMenuItem_RadioItems
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testMMenuItem_Text_EmptyEmpty
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testMMenuItem_Text_EmptyNull
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testMMenuItem_Text_EmptyString
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testMMenuItem_Text_NullEmpty
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testMMenuItem_Text_NullNull
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testMMenuItem_Text_NullString
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testMMenuItem_Text_StringEmpty
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testMMenuItem_Text_StringNull
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testMMenuItem_Text_StringStringChanged
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testMMenuItem_Text_StringStringUnchanged
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testMenuContribution
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testSubMenuCreation
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testTbrItem
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testVisibilityOfMenuItemChangesBasedOnCoreExpression
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testVisibilityOfMenuItemChangesBasedOnImperativeExpression
org.eclipse.e4.ui.tests.workbench.MMenuItemTest ‑ testWithVisible
org.eclipse.e4.ui.tests.workbench.MPartSashContainerTest ‑ testPartSashContainer_Horizontal
org.eclipse.e4.ui.tests.workbench.MPartTest ‑ testCTabItem_GetImage
org.eclipse.e4.ui.tests.workbench.MPartTest ‑ testDeclaredNameDefined
org.eclipse.e4.ui.tests.workbench.MPartTest ‑ testDeclaredNameEmpty
org.eclipse.e4.ui.tests.workbench.MPartTest ‑ testDeclaredNameNull
org.eclipse.e4.ui.tests.workbench.MPartTest ‑ testDeclaredTooltipDefined
org.eclipse.e4.ui.tests.workbench.MPartTest ‑ testDeclaredTooltipEmptyString
org.eclipse.e4.ui.tests.workbench.MPartTest ‑ testDeclaredTooltipNull
org.eclipse.e4.ui.tests.workbench.MPartTest ‑ testMPartBug369866
org.eclipse.e4.ui.tests.workbench.MPartTest ‑ testMPart_getContext
org.eclipse.e4.ui.tests.workbench.MPartTest ‑ testMPart_setTooltipDefined
org.eclipse.e4.ui.tests.workbench.MPartTest ‑ testMPart_setTooltipEmptyString
org.eclipse.e4.ui.tests.workbench.MPartTest ‑ testMPart_setTooltipNull
org.eclipse.e4.ui.tests.workbench.MPartTest ‑ testSetName
org.eclipse.e4.ui.tests.workbench.MSashTest ‑ testSashWeights
org.eclipse.e4.ui.tests.workbench.MSaveablePartTest ‑ testCreateView
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_RadioItems
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Text_EmptyEmpty
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Text_EmptyNull
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Text_EmptyString
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Text_NullEmpty
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Text_NullNull
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Text_NullString
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Text_StringEmpty
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Text_StringNull
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Text_StringStringChanged
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Text_StringStringUnchanged
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Tooltip_EmptyEmpty
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Tooltip_EmptyNull
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Tooltip_EmptyString
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Tooltip_NullEmpty
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Tooltip_NullNull
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Tooltip_NullString
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Tooltip_StringEmpty
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Tooltip_StringNull
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Tooltip_StringStringChanged
org.eclipse.e4.ui.tests.workbench.MToolItemTest ‑ testMToolItem_Tooltip_StringStringUnchanged
org.eclipse.e4.ui.tests.workbench.MWindowTest ‑ TODOtestWindow_X
org.eclipse.e4.ui.tests.workbench.MWindowTest ‑ TODOtestWindow_Y
org.eclipse.e4.ui.tests.workbench.MWindowTest ‑ testContextChildren
org.eclipse.e4.ui.tests.workbench.MWindowTest ‑ testCreateMenu
org.eclipse.e4.ui.tests.workbench.MWindowTest ‑ testCreateView
org.eclipse.e4.ui.tests.workbench.MWindowTest ‑ testCreateWindow
org.eclipse.e4.ui.tests.workbench.MWindowTest ‑ testDetachedWindow
org.eclipse.e4.ui.tests.workbench.MWindowTest ‑ testWindowInvisibleCreate
org.eclipse.e4.ui.tests.workbench.MWindowTest ‑ testWindowVisibility
org.eclipse.e4.ui.tests.workbench.MWindowTest ‑ testWindow_Height
org.eclipse.e4.ui.tests.workbench.MWindowTest ‑ testWindow_Name
org.eclipse.e4.ui.tests.workbench.MWindowTest ‑ testWindow_Width
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testAfterApplicationReferences
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testAfterBeforeCrossReference
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testAfterCrossReference
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testAfterFragmentNoPosition
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testAfterFragmentReference1
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testAfterFragmentReference2
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testAfterFragmentReference3
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testAfterIncorrectRefElement
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testAfterNoReference
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testBeforeApplicationReferences
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testBeforeCrossReference
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testBeforeFragmentNoPosition
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testBeforeFragmentReference1
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testBeforeFragmentReference2
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testBeforeFragmentReference3
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testBeforeIncorrectRefElement
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testBeforeNoReference
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testFirstBefore
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testFirstEmptyApplication
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testFirstMultipleElements
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testFirstNotEmptyApplication
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testIncorrectIndexEmptyApplication
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testIncorrectIndexNotEmptyApplication
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testIndex1EmptyApplication
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testIndex2EmptyApplication
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testIndex3EmptyApplication
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testIndex4NotEmptyApplication
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testInvalidPositionEmptyApplication
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testInvalidPositionNotEmptyApplication
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testLastAfter
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testLastEmptyApplication
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testLastMultipleElements
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testLastNotEmptyApplication
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testMenuAndItemsInFragments
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testMenuAndItemsInFragments2
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testMenuAndItemsInFragments3
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testMenuAndItemsInFragmentsWithImports
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testModelFragmentComparatorWithCorrectlySortedList
org.eclipse.e4.ui.tests.workbench.ModelAssemblerFragmentOrderingTests ‑ testOrderAndMerge
org.eclipse.e4.ui.tests.workbench.ModelAssemblerTests ‑ testFragments_emptyFragment
org.eclipse.e4.ui.tests.workbench.ModelAssemblerTests ‑ testFragments_existingXMIID_checkExists
org.eclipse.e4.ui.tests.workbench.ModelAssemblerTests ‑ testFragments_existingXMIID_ignoreExists
org.eclipse.e4.ui.tests.workbench.ModelAssemblerTests ‑ testFragments_workingFragment
org.eclipse.e4.ui.tests.workbench.ModelAssemblerTests ‑ testImports
org.eclipse.e4.ui.tests.workbench.ModelAssemblerTests ‑ testImports_noImportElementId
org.eclipse.e4.ui.tests.workbench.ModelAssemblerTests ‑ testModelProcessingOrder
org.eclipse.e4.ui.tests.workbench.ModelAssemblerTests ‑ testPostProcessor_NonPersistedState_initial
org.eclipse.e4.ui.tests.workbench.ModelAssemblerTests ‑ testPostProcessor_nonPersistedState_always
org.eclipse.e4.ui.tests.workbench.ModelAssemblerTests ‑ testPostProcessor_persistedState_always
org.eclipse.e4.ui.tests.workbench.ModelAssemblerTests ‑ testPostProcessor_persistedState_initial
org.eclipse.e4.ui.tests.workbench.ModelAssemblerTests ‑ testPreProcessor_nonPersistedState_always
org.eclipse.e4.ui.tests.workbench.ModelAssemblerTests ‑ testPreProcessor_nonPersistedState_initial
org.eclipse.e4.ui.tests.workbench.ModelAssemblerTests ‑ testPreProcessor_persistedState_always
org.eclipse.e4.ui.tests.workbench.ModelAssemblerTests ‑ testPreProcessor_persistedState_initial
org.eclipse.e4.ui.tests.workbench.ModelAssemblerTests ‑ testProcessor_noProcessor
org.eclipse.e4.ui.tests.workbench.ModelAssemblerTests ‑ testProcessor_processorNotFound
org.eclipse.e4.ui.tests.workbench.ModelAssemblerTests ‑ testProcessor_wrongAppId
org.eclipse.e4.ui.tests.workbench.ModelServiceImplTest ‑ testModelServiceFindElementsWithEditorInSharedElements
org.eclipse.e4.ui.tests.workbench.ModelServiceImplTest ‑ testRemovePerspectiveModelWhenPerspectiveHasNoParent
org.eclipse.e4.ui.tests.workbench.PartFocusTest ‑ Unknown test