Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Reduce complexity of private method FinishedJobs::findJobsToRemove #1881

Reduce complexity of private method FinishedJobs::findJobsToRemove

34b3550
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Reduce complexity of private method FinishedJobs::findJobsToRemove #1881

Reduce complexity of private method FinishedJobs::findJobsToRemove
34b3550
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed May 10, 2024 in 0s

1 fail, 228 skipped, 7 384 pass in 1h 34m 6s

 1 812 files   1 812 suites   1h 34m 6s ⏱️
 7 613 tests  7 384 ✅ 228 💤 1 ❌
23 991 runs  23 241 ✅ 749 💤 1 ❌

Results for commit 34b3550.

Annotations

Check warning on line 0 in org.eclipse.ui.genericeditor.tests.HoverTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 3 runs failed: testEnabledWhenHover (org.eclipse.ui.genericeditor.tests.HoverTest)

artifacts/test-results-ubuntu-latest/tests/org.eclipse.ui.genericeditor.tests/target/surefire-reports/TEST-org.eclipse.ui.genericeditor.tests.GenericEditorTestSuite.xml [took 12s]
Raw output
java.lang.AssertionError
	at org.junit.Assert.fail(Assert.java:87)
	at org.junit.Assert.fail(Assert.java:96)
	at org.eclipse.ui.genericeditor.tests.HoverTest.getHoverShell(HoverTest.java:175)
	at org.eclipse.ui.genericeditor.tests.HoverTest.testEnabledWhenHover(HoverTest.java:97)
	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.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:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java: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:685)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:622)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1498)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1471)
FocusControl: 
  ToolBar {} [layout=null]
    CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@6700374f]
      Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@63024843]
        Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
          Composite {} [layout=StackLayout {topControl=Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]}]
            Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@53ce27fa]
              Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
                Shell {data - org.eclipse.ui.genericeditor.tests.HoverTest1715343860252/enabledWhen.txt} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@7ceb7a60]
Shells: 
  inactive, invisible: Shell {PartRenderingEngine's limbo} [layout=null] @ Rectangle {0, 10000, 800, 640}
  active, visible: Shell {data - org.eclipse.ui.genericeditor.tests.HoverTest1715343860252/enabledWhen.txt} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@7ceb7a60] @ Rectangle {0, 0, 1024, 768}
  inactive, invisible: Shell {} [layout=null] @ Rectangle {0, 0, 800, 640}
Client area: Rectangle {0, 0, 1280, 1024}
Cursor location: Point {306, 102}
CursorControl: 
  StyledText {} [layout=null]
    Canvas {} [layout=org.eclipse.jface.text.source.SourceViewer$RulerLayout@74fda9ed]
      Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
        Composite {} [layout=StackLayout {topControl=Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]}]
          Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
            ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}]
              CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@2a9fd482]
                Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
                  Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
                    Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@63024843]
                      Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
                        Composite {} [layout=StackLayout {topControl=Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]}]
                          Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@53ce27fa]
                            Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
                              Shell {data - org.eclipse.ui.genericeditor.tests.HoverTest1715343860252/enabledWhen.txt} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@7ceb7a60]
Display @ Rectangle {0, 0, 1280, 1024}
Screenshot saved to: /home/runner/work/eclipse.platform.ui/eclipse.platform.ui/tests/org.eclipse.ui.genericeditor.tests/../../results/html/org.eclipse.ui.genericeditor.tests.HoverTest.testEnabledWhenHover.png

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

7613 tests found (test 1 to 506)

There are 7613 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

7613 tests found (test 507 to 960)

There are 7613 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

7613 tests found (test 961 to 1433)

There are 7613 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

7613 tests found (test 1434 to 2014)

There are 7613 tests, see "Raw output" for the list of tests 1434 to 2014.
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.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
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test6
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test7
org.eclipse.core.filebuffers.tests.FileStoreFileBuffersForNonExistingWorkspaceFiles ‑ test8_1

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

7613 tests found (test 2015 to 2664)

There are 7613 tests, see "Raw output" for the list of tests 2015 to 2664.
Raw output
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
org.eclipse.core.tests.internal.databinding.beans.BeanPropertyListenerTest ‑ testPropertyChange_ExpectedPropertyName
org.eclipse.core.tests.internal.databinding.beans.BeanPropertyListenerTest ‑ testPropertyChange_NullPropertyName

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

7613 tests found (test 2665 to 3301)

There are 7613 tests, see "Raw output" for the list of tests 2665 to 3301.
Raw output
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
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_False_FF_TF
org.eclipse.e4.ui.tests.application.EPartServiceTest ‑ testSaveAll_NC_False_FF_TT

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

7613 tests found (test 3302 to 4068)

There are 7613 tests, see "Raw output" for the list of tests 3302 to 4068.
Raw output
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
org.eclipse.e4.ui.tests.workbench.PartOnTopManagerTest ‑ test_PartOnTop
org.eclipse.e4.ui.tests.workbench.PartOnTopManagerTest ‑ test_PartOnTopPerspectiveSwitch

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

7613 tests found (test 4069 to 4512)

There are 7613 tests, see "Raw output" for the list of tests 4069 to 4512.
Raw output
org.eclipse.e4.ui.tests.workbench.PartOnTopManagerTest ‑ test_PartOnTopStackSwitch
org.eclipse.e4.ui.tests.workbench.PartOnTopManagerTest ‑ test_PlaceholderOnTop
org.eclipse.e4.ui.tests.workbench.PartOnTopManagerTest ‑ test_PlaceholderOnTopPerspectiveSwitch
org.eclipse.e4.ui.tests.workbench.PartOnTopManagerTest ‑ test_PlaceholderOnTopStackSwitch
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ TODOtestBug326175_True
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ ensureCleanUpAddonCleansUp
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ ensureRemovalOfWindowDoesNotResultInExceptionBug298415
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ test331685
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ test369434
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testAddWindowBug299219
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug317591_NonSharedPart
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug317591_SharedPart
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug317849
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug324839
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug326087
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug326175_False
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug326699
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug327701
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug327807
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug328629
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug329079
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug330662
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug331795_1
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug331795_2
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug332463
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug334580_01
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug334580_02
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug334580_03
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug334644_01
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug334644_02
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug335444_A
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug335444_B
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug335444_C
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug335444_D
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug336139
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug339286
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug342366
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug342439_01
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug342439_02
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug343305
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug343442
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug343524
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug348069_01
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug348069_02
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug348069_DetachedPerspectiveWindow_01_FALSE
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug348069_DetachedPerspectiveWindow_01_TRUE
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug348069_DetachedPerspectiveWindow_02_FALSE
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug348069_DetachedPerspectiveWindow_02_TRUE
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug348069_DetachedWindow_01
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug348069_DetachedWindow_02
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug348069_DetachedWindow_03
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug348215_PartContextReparent
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug348215_PartOnlyContextReparent
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug348215_PartPlaceholderContextReparent
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug349076
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug369229
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug371100
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug372226
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug374326
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBug564299
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testBut336225
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testCTabItem_SetControl_Bug304211
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testClientObjectUnsetWhenNotRenderedBug301439
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testCreateGuiBug301021
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testCreateGuiBug301950
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testCreateGui_Bug319004
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testCurSharedRefBug457939
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testPartStack_SetActiveChild2Bug299379
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testPartStack_SetActiveChild3Bug299379
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testPartStack_SetActiveChild4Bug299379
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testPartStack_SetActiveChild5Bug295250
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testPartStack_SetActiveChild6Bug298797
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testPartStack_SetActiveChildBug299379
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testPartStack_ViewMenuHidenWhenPartsClosed_Bug377228
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testPartStack_ViewMenuShowWhenItemsAdded_Bug385083
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testPart_ToBeRendered
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testPart_ToBeRendered2
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testRemoveGuiBug307578
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testRemoveGuiBug323496
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testRemoveGuiBug324033
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testRemoveGuiBug324228_1
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testRemoveGuiBug324228_2
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testRemoveGuiBug324228_3
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testRemoveGuiBug324228_4
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testRemoveGuiBug324230
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testRemoveGui_Bug332163
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testRemoveGui_Bug334577_01
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testRemoveGui_Bug334577_02
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testSelectedElementNullingParentChange
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testSelectedElementNullingTBR
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testSetSelectedElement
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ testToBeRenderedCausesSelectionChanges
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ test_persistState_371087
org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests ‑ test_persistState_371087_1
org.eclipse.e4.ui.tests.workbench.SWTPartRendererTest ‑ Unknown test
org.eclipse.e4.ui.tests.workbench.SashRendererTest ‑ testBug310027
org.eclipse.e4.ui.tests.workbench.TopoSortTests ‑ testCycles
org.eclipse.e4.ui.tests.workbench.TopoSortTests ‑ testSorter
org.eclipse.e4.ui.tests.workbench.TopoSortTests ‑ testTopoSorter
org.eclipse.e4.ui.workbench.addons.cleanupaddon.CleanupAddonTest ‑ testRemovingPrimaryDataStackTransfersToRemainingStack
org.eclipse.e4.ui.workbench.addons.minmax.MaximizableChildrenTag ‑ testAreaMax
org.eclipse.e4.ui.workbench.addons.minmax.MaximizableChildrenTag ‑ testMainPartStackMax
org.eclipse.e4.ui.workbench.addons.minmax.MaximizableChildrenTag ‑ testPartStack1Max
org.eclipse.e4.ui.workbench.addons.minmax.MaximizableChildrenTag ‑ testPartStack2Max
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMaxUnzoomMain[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMaxUnzoomSub[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testMainPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPartStackMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPartStackMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPartStackMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPartStackMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPartStackMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPartStackMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPartStackMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPartStackMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPartStackMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPlaceholderMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPlaceholderMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPlaceholderMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPlaceholderMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPlaceholderMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPlaceholderMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPlaceholderMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPlaceholderMaxThenUnzoom[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubPlaceholderMax[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubWindowWithSubWindowMaximizePlaceholder[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubWindowWithSubWindowMaximizePlaceholder[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubWindowWithSubWindowMaximizePlaceholder[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubWindowWithSubWindowMaximizePlaceholder[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubWindowWithSubWindowMaximizePlaceholder[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubWindowWithSubWindowMaximizePlaceholder[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubWindowWithSubWindowMaximizePlaceholder[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubWindowWithSubWindowMaximizePlaceholder[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubWindowWithSubWindowMaximizeStack[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubWindowWithSubWindowMaximizeStack[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubWindowWithSubWindowMaximizeStack[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubWindowWithSubWindowMaximizeStack[org.eclipse.ui.editorss: true - subwindowPerspective: false - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubWindowWithSubWindowMaximizeStack[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubWindowWithSubWindowMaximizeStack[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: false - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubWindowWithSubWindowMaximizeStack[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizeBugTest ‑ testSubWindowWithSubWindowMaximizeStack[org.eclipse.ui.editorss: true - subwindowPerspective: true - maximizeMainFirst: true - addSubwindowToPerspective:true]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizePartSashContainerPlaceholderTest ‑ testMainPlaceholderMax[org.eclipse.ui.editorss: false]
org.eclipse.e4.ui.workbench.addons.minmax.MaximizePartSashContainerPlaceholderTest ‑ testMainPlaceholderMax[org.eclipse.ui.editorss: true]
org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererTest ‑ testMMenuItem_ToBeRendered
org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererTest ‑ testMMenuItem_Visible
org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererTest ‑ testMMenu_ToBeRendered
org.eclipse.e4.ui.workbench.renderers.swt.StackRendererTest ‑ testBug475357_IconChanges
org.eclipse.e4.ui.workbench.renderers.swt.StackRendererTest ‑ testBug475357_PartIconOverridesDescriptor
org.eclipse.e4.ui.workbench.renderers.swt.StackRendererTest ‑ testBug564561_ToolbarVisible_added1
org.eclipse.e4.ui.workbench.renderers.swt.StackRendererTest ‑ testBug564561_ToolbarVisible_added2
org.eclipse.e4.ui.workbench.renderers.swt.StackRendererTest ‑ testBug564561_ToolbarVisible_initial
org.eclipse.e4.ui.workbench.renderers.swt.StackRendererTest ‑ testBug572598_SharedPartAndToolbarNotDisposed
org.eclipse.e4.ui.workbench.renderers.swt.StackRendererTest ‑ testBug573518_SharedPartToolbarShown1
org.eclipse.e4.ui.workbench.renderers.swt.StackRendererTest ‑ testBug573518_SharedPartToolbarShown2
org.eclipse.e4.ui.workbench.renderers.swt.StackRendererTest ‑ testOnboardingIsFilled
org.eclipse.e4.ui.workbench.renderers.swt.StackRendererTest ‑ testOnboardingIsFilledForEveryEditorStack
org.eclipse.e4.ui.workbench.renderers.swt.StackRendererTest ‑ testOnboardingIsHiddenWhenEditorOpened
org.eclipse.e4.ui.workbench.renderers.swt.StackRendererTest ‑ testOnboardingNotRenderedForNonEditorStack
org.eclipse.e4.ui.workbench.renderers.swt.StackRendererTest ‑ testOnboardingRenderedWithCorrectSizeForEditorStack
org.eclipse.e4.ui.workbench.renderers.swt.StackRendererTest ‑ testTabStateHandlerWhenOneOfSupportedTagChangeEvents
org.eclipse.e4.ui.workbench.renderers.swt.StackRendererTest ‑ testTabStateHandlerWhenSelectionChangedEvent
org.eclipse.e4.ui.workbench.renderers.swt.StackRendererTest ‑ testToolbarIsReparentedToNewCompositeForTopRightOfTabFolder
org.eclipse.e4.ui.workbench.renderers.swt.TabStateHandlerTest ‑ testHandleEventWhenTabActivateEventAndItsContentChanged
org.eclipse.e4.ui.workbench.renderers.swt.TabStateHandlerTest ‑ testHandleEventWhenTabActivateEventAndTabItemForPartNotFound
org.eclipse.e4.ui.workbench.renderers.swt.TabStateHandlerTest ‑ testHandleEventWhenTabBusyEvent
org.eclipse.e4.ui.workbench.renderers.swt.TabStateHandlerTest ‑ testHandleEventWhenTabContentChangedEventAndTabActive
org.eclipse.e4.ui.workbench.renderers.swt.TabStateHandlerTest ‑ testHandleEventWhenTabContentChangedEventAndTabInactive
org.eclipse.e4.ui.workbench.renderers.swt.TabStateHandlerTest ‑ testHandleEventWhenTabIdleEvent
org.eclipse.e4.ui.workbench.renderers.swt.TabStateHandlerTest ‑ testValidateElement
org.eclipse.e4.ui.workbench.renderers.swt.TabStateHandlerTest ‑ testValidateElementWhenInvalidElement
org.eclipse.e4.ui.workbench.renderers.swt.TabStateHandlerTest ‑ testValidateValues
org.eclipse.e4.ui.workbench.renderers.swt.TabStateHandlerTest ‑ testValidateValuesWhenInvalidValue
org.eclipse.e4.ui.workbench.renderers.swt.ThemeDefinitionChangedHandlerTest ‑ testDisposeHandler
org.eclipse.e4.ui.workbench.renderers.swt.ThemeDefinitionChangedHandlerTest ‑ testHandleEventWhenCSSEngineNotFoundForWidget
org.eclipse.e4.ui.workbench.renderers.swt.ThemeDefinitionChangedHandlerTest ‑ testHandleEventWhenElementIsNotMApplication
org.eclipse.e4.ui.workbench.renderers.swt.ThemeDefinitionChangedHandlerTest ‑ testHandleEventWhenThemeChanged
org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRendererTest ‑ testDynamicItem_AddMany
org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRendererTest ‑ testDynamicItem_AddOne
org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRendererTest ‑ testDynamicItem_AddOneBefore
org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRendererTest ‑ testDynamicItem_Move
org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRendererTest ‑ testDynamicItem_Reconcile_Action_Multiple
org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRendererTest ‑ testDynamicItem_Reconcile_AddOne
org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRendererTest ‑ testDynamicItem_Reconcile_Move
org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRendererTest ‑ testDynamicItem_Reconcile_RemoveOne
org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRendererTest ‑ testDynamicItem_Reconcile_RemoveOneByID
org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRendererTest ‑ testDynamicItem_Reconcile_Visibility
org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRendererTest ‑ testDynamicItem_RemoveAll
org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRendererTest ‑ testDynamicItem_RemoveMany
org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRendererTest ‑ testDynamicItem_RemoveOne
org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRendererTest ‑ testMToolItem_isVisible
org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRendererTest ‑ testMToolItem_toBeRendered
org.eclipse.jface.tests.action.ContributionItemTest ‑ testForceModeText
org.eclipse.jface.tests.action.ContributionItemTest ‑ testParentLink
org.eclipse.jface.tests.action.CoolBarManagerTest ‑ testResetItemOrderBug293433
org.eclipse.jface.tests.action.MenuManagerTest ‑ testAddingConcreteItemToMenuWithNoConcreteVisibleItems
org.eclipse.jface.tests.action.MenuManagerTest ‑ testDisposedMenuIsDirty
org.eclipse.jface.tests.action.MenuManagerTest ‑ testEmptyMenuManagerNPE
org.eclipse.jface.tests.action.MenuManagerTest ‑ testMenuWithNoConcreteVisibleItemsIsHidden
org.eclipse.jface.tests.action.ToolBarManagerTest ‑ testActionImagesAreSet
org.eclipse.jface.tests.action.ToolBarManagerTest ‑ testControlContributionIsSet
org.eclipse.jface.tests.action.ToolBarManagerTest ‑ testCreateControlWhenParentNull
org.eclipse.jface.tests.action.ToolBarManagerTest ‑ testDefaultImageIsGray
org.eclipse.jface.tests.action.ToolBarManagerTest ‑ testDispose
org.eclipse.jface.tests.action.ToolBarManagerTest ‑ testMissingIsSet
org.eclipse.jface.tests.action.ToolBarManagerTest ‑ testSetStyleWhenToolBarExists
org.eclipse.jface.tests.action.ToolBarManagerTest ‑ testUpdate
org.eclipse.jface.tests.databinding.preference.PreferencePageSupportTest ‑ testCreateAndDestroySupport
org.eclipse.jface.tests.databinding.scenarios.ComboUpdatingTest ‑ testBindItems_listHasDifferentItems_editable
org.eclipse.jface.tests.databinding.scenarios.ComboUpdatingTest ‑ testBindItems_listHasSameItems_editable
org.eclipse.jface.tests.databinding.scenarios.ComboUpdatingTest ‑ testBindText
org.eclipse.jface.tests.databinding.swt.WidgetObservableThreadTest ‑ testBindWidgetObservableFromNonDisplayThread
org.eclipse.jface.tests.databinding.swt.WidgetPropertiesTest ‑ testEditable_ObserveCCombo
org.eclipse.jface.tests.databinding.swt.WidgetPropertiesTest ‑ testEditable_ObserveStyledText
org.eclipse.jface.tests.databinding.swt.WidgetPropertiesTest ‑ testEditable_ObserveText
org.eclipse.jface.tests.databinding.swt.WidgetPropertiesTest ‑ testEnabled_ObserveMenu
org.eclipse.jface.tests.databinding.swt.WidgetPropertiesTest ‑ testEnabled_ObserveMenuItem
org.eclipse.jface.tests.databinding.swt.WidgetPropertiesTest ‑ testEnabled_ObserveScrollBar
org.eclipse.jface.tests.databinding.swt.WidgetPropertiesTest ‑ testEnabled_ObserveToolItem
org.eclipse.jface.tests.databinding.swt.WidgetPropertiesTest ‑ testImage_ObserveButton
org.eclipse.jface.tests.databinding.swt.WidgetPropertiesTest ‑ testImage_ObserveCLabel
org.eclipse.jface.tests.databinding.swt.WidgetPropertiesTest ‑ testImage_ObserveLabel
org.eclipse.jface.tests.databinding.swt.WidgetPropertiesTest ‑ testSelection_ObserveMenuItem
org.eclipse.jface.tests.databinding.swt.WidgetPropertiesTest ‑ testText_ObserveButton
org.eclipse.jface.tests.databinding.swt.WidgetPropertiesTest ‑ testTooltipText_ObserveCTabItem
org.eclipse.jface.tests.databinding.swt.WidgetPropertiesTest ‑ testTooltipText_ObserveControl
org.eclipse.jface.tests.databinding.swt.WidgetPropertiesTest ‑ testTooltipText_ObserveTabItem
org.eclipse.jface.tests.databinding.swt.WidgetPropertiesTest ‑ testTooltipText_ObserveTableColumn
org.eclipse.jface.tests.databinding.swt.WidgetPropertiesTest ‑ testTooltipText_ObserveToolItem
org.eclipse.jface.tests.databinding.swt.WidgetPropertiesTest ‑ testTooltipText_ObserveTrayItem
org.eclipse.jface.tests.databinding.swt.WidgetPropertiesTest ‑ testTooltipText_ObserveTreeColumn
org.eclipse.jface.tests.databinding.viewers.ObservableListContentProviderTest ‑ testInputChanged_ClearsKnownElements
org.eclipse.jface.tests.databinding.viewers.ObservableListContentProviderTest ‑ testInputChanged_ClearsRealizedElements
org.eclipse.jface.tests.databinding.viewers.ObservableListContentProviderTest ‑ testKnownElementsAfterSetInput
org.eclipse.jface.tests.databinding.viewers.ObservableListContentProviderTest ‑ testKnownElements_Realm
org.eclipse.jface.tests.databinding.viewers.ObservableListContentProviderTest ‑ testRealizedElements_Realm
org.eclipse.jface.tests.databinding.viewers.ObservableListContentProviderTest ‑ testViewerUpdate_RemoveElementAfterMutation
org.eclipse.jface.tests.databinding.viewers.ObservableListTreeContentProviderTest ‑ testConstructor_NullArgumentThrowsException
org.eclipse.jface.tests.databinding.viewers.ObservableListTreeContentProviderTest ‑ testGetElements_ChangesFollowObservedList
org.eclipse.jface.tests.databinding.viewers.ObservableListTreeContentProviderTest ‑ testInputChanged_ClearsKnownElements
org.eclipse.jface.tests.databinding.viewers.ObservableListTreeContentProviderTest ‑ testInputChanged_ClearsRealizedElements
org.eclipse.jface.tests.databinding.viewers.ObservableListTreeContentProviderTest ‑ testViewerUpdate_RemoveElementAfterMutation
org.eclipse.jface.tests.databinding.viewers.ObservableMapLabelProviderTest ‑ testGetColumnText
org.eclipse.jface.tests.databinding.viewers.ObservableMapLabelProviderTest ‑ testGetColumnTextNullValue
org.eclipse.jface.tests.databinding.viewers.ObservableSetContentProviderTest ‑ testInputChanged_ClearsKnownElements
org.eclipse.jface.tests.databinding.viewers.ObservableSetContentProviderTest ‑ testInputChanged_ClearsRealizedElements
org.eclipse.jface.tests.databinding.viewers.ObservableSetContentProviderTest ‑ testKnownElementsAfterSetInput
org.eclipse.jface.tests.databinding.viewers.ObservableSetContentProviderTest ‑ testKnownElements_Realm
org.eclipse.jface.tests.databinding.viewers.ObservableSetContentProviderTest ‑ testRealizedElements_Realm
org.eclipse.jface.tests.databinding.viewers.ObservableSetContentProviderTest ‑ testViewerUpdate_RemoveElementAfterMutation
org.eclipse.jface.tests.databinding.viewers.ObservableSetTreeContentProviderTest ‑ testConstructor_NullArgumentThrowsException
org.eclipse.jface.tests.databinding.viewers.ObservableSetTreeContentProviderTest ‑ testGetElements_ChangesFollowObservedList
org.eclipse.jface.tests.databinding.viewers.ObservableSetTreeContentProviderTest ‑ testInputChanged_ClearsKnownElements
org.eclipse.jface.tests.databinding.viewers.ObservableSetTreeContentProviderTest ‑ testInputChanged_ClearsRealizedElements
org.eclipse.jface.tests.databinding.viewers.ObservableSetTreeContentProviderTest ‑ testViewerUpdate_RemoveElementAfterMutation
org.eclipse.jface.tests.databinding.viewers.ObservableValueEditingSupportTest ‑ testCanEdit_DefaultIsTrue
org.eclipse.jface.tests.databinding.viewers.ObservableValueEditingSupportTest ‑ testDisposesBinding
org.eclipse.jface.tests.databinding.viewers.ObservableValueEditingSupportTest ‑ testDisposesModelObservable
org.eclipse.jface.tests.databinding.viewers.ObservableValueEditingSupportTest ‑ testDisposesTargetObservable
org.eclipse.jface.tests.databinding.viewers.ObservableValueEditingSupportTest ‑ testInitializeCellEditorValue_OrderOfOperations
org.eclipse.jface.tests.databinding.viewers.ObservableValueEditingSupportTest ‑ testSaveCellEditorValue_IgnoreIfNotDirty
org.eclipse.jface.tests.databinding.viewers.ObservableValueEditingSupportTest ‑ testSaveCellEditorValue_UpdatesModel
org.eclipse.jface.tests.databinding.viewers.ViewerSupportTest ‑ testBindListTree_Twice
org.eclipse.jface.tests.databinding.viewers.ViewerSupportTest ‑ testBindList_Twice
org.eclipse.jface.tests.databinding.viewers.ViewerSupportTest ‑ testBindSetTree_Twice
org.eclipse.jface.tests.databinding.viewers.ViewerSupportTest ‑ testBindSet_Twice
org.eclipse.jface.tests.databinding.viewers.ViewersObservablesTest ‑ testObserveInput_InstanceOfViewerInputObservableValue
org.eclipse.jface.tests.databinding.wizard.WizardPageSupportTest ‑ testPageComplete
org.eclipse.jface.tests.databinding.wizard.WizardPageSupportTest ‑ testPageCompleteOnValidationStaleness
org.eclipse.jface.tests.databinding.wizard.WizardPageSupportTest ‑ testValidationMessageProvider
org.eclipse.jface.tests.dialogs.DialogSettingsTest ‑ testAddNewSection
org.eclipse.jface.tests.dialogs.DialogSettingsTest ‑ testAddSection
org.eclipse.jface.tests.dialogs.DialogSettingsTest ‑ testDialogSettings
org.eclipse.jface.tests.dialogs.DialogSettingsTest ‑ testGet
org.eclipse.jface.tests.dialogs.DialogSettingsTest ‑ testGetArray
org.eclipse.jface.tests.dialogs.DialogSettingsTest ‑ testGetBoolean
org.eclipse.jface.tests.dialogs.DialogSettingsTest ‑ testGetDouble
org.eclipse.jface.tests.dialogs.DialogSettingsTest ‑ testGetFloat
org.eclipse.jface.tests.dialogs.DialogSettingsTest ‑ testGetInt
org.eclipse.jface.tests.dialogs.DialogSettingsTest ‑ testGetLong
org.eclipse.jface.tests.dialogs.DialogSettingsTest ‑ testKeys
org.eclipse.jface.tests.dialogs.DialogSettingsTest ‑ testRemoveNonExistingSection
org.eclipse.jface.tests.dialogs.DialogSettingsTest ‑ testRemoveOtherSection
org.eclipse.jface.tests.dialogs.DialogSettingsTest ‑ testRemoveSection
org.eclipse.jface.tests.dialogs.DialogSettingsTest ‑ testRemoveSectionByName
org.eclipse.jface.tests.dialogs.DialogSettingsTest ‑ testRemoveSectionWithNullArgument
org.eclipse.jface.tests.dialogs.DialogSettingsTest ‑ testSaveWithIOException
org.eclipse.jface.tests.dialogs.DialogTest ‑ testButtonAlignmentBug272583
org.eclipse.jface.tests.dialogs.InputDialogTest ‑ testSetErrorMessageEarly
org.eclipse.jface.tests.dialogs.PlainMessageDialogTest ‑ createsDialogInShellWithTitle
org.eclipse.jface.tests.dialogs.PlainMessageDialogTest ‑ createsDialogWithButtons
org.eclipse.jface.tests.dialogs.PlainMessageDialogTest ‑ createsDialogWithDefaultButton
org.eclipse.jface.tests.dialogs.PlainMessageDialogTest ‑ createsDialogWithMessage
org.eclipse.jface.tests.dialogs.ProgressIndicatorStyleTest ‑ testProgressIndicator
org.eclipse.jface.tests.dialogs.ProgressMonitorDialogTest ‑ testRunFalseFalse
org.eclipse.jface.tests.dialogs.ProgressMonitorDialogTest ‑ testRunFalseTrue
org.eclipse.jface.tests.dialogs.ProgressMonitorDialogTest ‑ testRunTrueFalse
org.eclipse.jface.tests.dialogs.ProgressMonitorDialogTest ‑ testRunTrueTrue
org.eclipse.jface.tests.dialogs.SafeRunnableErrorTest ‑ testSafeRunnableHandler
org.eclipse.jface.tests.dialogs.SafeRunnableErrorTest ‑ testSafeRunnableHandlerMulti
org.eclipse.jface.tests.dialogs.SafeRunnableErrorTest ‑ testSafeRunnableHandlerOtherThread
org.eclipse.jface.tests.dialogs.StatusDialogTest ‑ testEscapeAmpesandInStatusLabelBug395426
org.eclipse.jface.tests.dialogs.TitleAreaDialogTest ‑ testSetTitleImageEarly
org.eclipse.jface.tests.dialogs.TitleAreaDialogTest ‑ testSetTitleImageNull
org.eclipse.jface.tests.examples.databinding.mask.internal.EditMaskLexerAndTokenTest ‑ testAcceptWhenParserCannotAcceptMoreCharacters
org.eclipse.jface.tests.examples.databinding.mask.internal.EditMaskLexerAndTokenTest ‑ testAcceptWithValidInputAndEmpty

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

7613 tests found (test 4513 to 5224)

There are 7613 tests, see "Raw output" for the list of tests 4513 to 5224.
Raw output
org.eclipse.jface.tests.examples.databinding.mask.internal.EditMaskLexerAndTokenTest ‑ testClear_withLiteral
org.eclipse.jface.tests.examples.databinding.mask.internal.EditMaskLexerAndTokenTest ‑ testClear_withNonLiteral
org.eclipse.jface.tests.examples.databinding.mask.internal.EditMaskLexerAndTokenTest ‑ testGetInput
org.eclipse.jface.tests.examples.databinding.mask.internal.EditMaskLexerAndTokenTest ‑ testInitWithBackslashLiteral
org.eclipse.jface.tests.examples.databinding.mask.internal.EditMaskLexerAndTokenTest ‑ testInitWithLiteral
org.eclipse.jface.tests.examples.databinding.mask.internal.EditMaskLexerAndTokenTest ‑ testInitWithNumeric
org.eclipse.jface.tests.examples.databinding.mask.internal.EditMaskLexerAndTokenTest ‑ testIsComplete_withNonLiteral
org.eclipse.jface.tests.examples.databinding.mask.internal.EditMaskParserTest ‑ testEditMaskParser_invalidMask
org.eclipse.jface.tests.examples.databinding.mask.internal.EditMaskParserTest ‑ testEditMaskParser_validMask
org.eclipse.jface.tests.examples.databinding.mask.internal.EditMaskParserTest ‑ testGetFirstIncompleteInputPosition
org.eclipse.jface.tests.examples.databinding.mask.internal.EditMaskParserTest ‑ testGetNextInputPosition
org.eclipse.jface.tests.examples.databinding.mask.internal.EditMaskParserTest ‑ testIsComplete
org.eclipse.jface.tests.examples.databinding.mask.internal.EditMaskParserTest ‑ testSetInput
org.eclipse.jface.tests.examples.databinding.mask.internal.EditMaskParserTest ‑ testSetInput_incomplete
org.eclipse.jface.tests.examples.databinding.mask.internal.EditMaskParserTest ‑ testSetPlaceholder
org.eclipse.jface.tests.examples.model.PersonTests ‑ testSetName
org.eclipse.jface.tests.fieldassist.ControlDecorationTests ‑ testBug418420
org.eclipse.jface.tests.fieldassist.ControlDecorationTests ‑ testDecorationIsVisible
org.eclipse.jface.tests.fieldassist.ControlDecorationTests ‑ testHoverVisibility
org.eclipse.jface.tests.fieldassist.FieldAssistAPITests ‑ testContentProposalWithCursor
org.eclipse.jface.tests.fieldassist.FieldAssistAPITests ‑ testContentProposalWithDescription
org.eclipse.jface.tests.fieldassist.FieldAssistAPITests ‑ testContentProposalWithLabel
org.eclipse.jface.tests.fieldassist.FieldAssistAPITests ‑ testSimpleContentProposal
org.eclipse.jface.tests.images.DecorationOverlayIconTest ‑ testEqualsAndHashCode
org.eclipse.jface.tests.images.DecorationOverlayIconTest ‑ testEqualsAndHashCode2
org.eclipse.jface.tests.images.DeferredImageDescriptorTest ‑ testAdaptToURL
org.eclipse.jface.tests.images.DeferredImageDescriptorTest ‑ testCreateImage
org.eclipse.jface.tests.images.DeferredImageDescriptorTest ‑ testDeferredLoading
org.eclipse.jface.tests.images.FileImageDescriptorTest ‑ testAdaptToURL
org.eclipse.jface.tests.images.FileImageDescriptorTest ‑ testDifferentImagesPerFileImageDescriptor
org.eclipse.jface.tests.images.FileImageDescriptorTest ‑ testFileImageDescriptorLocal
org.eclipse.jface.tests.images.FileImageDescriptorTest ‑ testFileImageDescriptorMissing
org.eclipse.jface.tests.images.FileImageDescriptorTest ‑ testFileImageDescriptorMissingWithDefault
org.eclipse.jface.tests.images.FileImageDescriptorTest ‑ testFileImageDescriptorWorkbench
org.eclipse.jface.tests.images.FileImageDescriptorTest ‑ testGetxName
org.eclipse.jface.tests.images.FileImageDescriptorTest ‑ testGetxPath
org.eclipse.jface.tests.images.FileImageDescriptorTest ‑ testGetxPath150
org.eclipse.jface.tests.images.FileImageDescriptorTest ‑ testGetxPathRectangular
org.eclipse.jface.tests.images.FileImageDescriptorTest ‑ testImageFileNameProviderGetxName
org.eclipse.jface.tests.images.FileImageDescriptorTest ‑ testImageFileNameProviderGetxPath
org.eclipse.jface.tests.images.ImageRegistryTest ‑ testGetIconMessageDialogImages
org.eclipse.jface.tests.images.ImageRegistryTest ‑ testGetNull
org.eclipse.jface.tests.images.ImageRegistryTest ‑ testGetString
org.eclipse.jface.tests.images.ResourceManagerTest ‑ testDescriptorAllocations
org.eclipse.jface.tests.images.ResourceManagerTest ‑ testDeviceManagerAllocations
org.eclipse.jface.tests.images.ResourceManagerTest ‑ testImageDataResourceAllocations
org.eclipse.jface.tests.images.ResourceManagerTest ‑ testLocalManagerAllocations
org.eclipse.jface.tests.images.ResourceManagerTest ‑ testResourceManagerFind
org.eclipse.jface.tests.images.UrlImageDescriptorTest ‑ testAdaptToURL
org.eclipse.jface.tests.images.UrlImageDescriptorTest ‑ testDifferentImagesPerUrlImageDescriptor
org.eclipse.jface.tests.images.UrlImageDescriptorTest ‑ testGetxName
org.eclipse.jface.tests.images.UrlImageDescriptorTest ‑ testGetxPath
org.eclipse.jface.tests.images.UrlImageDescriptorTest ‑ testImageFileNameProviderGetxName
org.eclipse.jface.tests.images.UrlImageDescriptorTest ‑ testImageFileNameProviderGetxName_forFileURL
org.eclipse.jface.tests.images.UrlImageDescriptorTest ‑ testImageFileNameProviderGetxPath
org.eclipse.jface.tests.internal.databinding.swt.ButtonObservableValueTest ‑ testDispose
org.eclipse.jface.tests.internal.databinding.swt.ButtonObservableValueTest ‑ testSelection_ChangeNotifiesObservable
org.eclipse.jface.tests.internal.databinding.swt.ButtonObservableValueTest ‑ testSelection_NoChange
org.eclipse.jface.tests.internal.databinding.swt.ButtonObservableValueTest ‑ testSetValue_NullConvertedToFalse
org.eclipse.jface.tests.internal.databinding.swt.CComboObservableValueSelectionTest ‑ testSelection_NotifiesObservable
org.eclipse.jface.tests.internal.databinding.swt.CComboObservableValueTextTest ‑ testModify_NotifiesObservable
org.eclipse.jface.tests.internal.databinding.swt.CLabelObservableValueTest ‑ testSetValue
org.eclipse.jface.tests.internal.databinding.swt.ComboObservableValueSelectionTest ‑ testSelection_NotifiesObservable
org.eclipse.jface.tests.internal.databinding.swt.ComboObservableValueTextTest ‑ testModify_NotifiesObservable
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testGetValueBackground
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testGetValueEnabled
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testGetValueFont
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testGetValueForeground
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testGetValueTooltipText
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testGetValueTypeBackgroundColor
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testGetValueTypeEnabled
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testGetValueTypeFont
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testGetValueTypeForgroundColor
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testGetValueTypeTooltip
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testGetValueTypeTooltipText
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testGetValueTypeVisible
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testGetValueVisible
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testObserveFocus
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testSetValueBackground
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testSetValueEnabled
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testSetValueFont
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testSetValueForeground
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testSetValueTooltipText
org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest ‑ testSetValueVisible
org.eclipse.jface.tests.internal.databinding.swt.DateTimeCalendarObservableValueTest ‑ testGetValue_ExcludesTimeComponent
org.eclipse.jface.tests.internal.databinding.swt.DateTimeDateObservableValueTest ‑ testGetValue_ExcludesTimeComponent
org.eclipse.jface.tests.internal.databinding.swt.DateTimeSelectionPropertyTest ‑ testSetValue_NullNotThrowingNullPointerException
org.eclipse.jface.tests.internal.databinding.swt.DateTimeTimeObservableValueTest ‑ testGetValue_ExcludesDateComponent
org.eclipse.jface.tests.internal.databinding.swt.GroupObservableValueTest ‑ testSetValue
org.eclipse.jface.tests.internal.databinding.swt.LabelObservableValueTest ‑ testSetValue
org.eclipse.jface.tests.internal.databinding.swt.LocalDateSelectionPropertyTest ‑ testNullNotThrowingNullPointerException
org.eclipse.jface.tests.internal.databinding.swt.LocalDateSelectionPropertyTest ‑ testSetInControl
org.eclipse.jface.tests.internal.databinding.swt.LocalDateSelectionPropertyTest ‑ testSetInObservable
org.eclipse.jface.tests.internal.databinding.swt.LocalDateSelectionPropertyTest ‑ testType
org.eclipse.jface.tests.internal.databinding.swt.LocalDateSelectionPropertyTest ‑ testWrongKind
org.eclipse.jface.tests.internal.databinding.swt.ScaleObservableValueMaxTest ‑ testGetValue
org.eclipse.jface.tests.internal.databinding.swt.ScaleObservableValueMaxTest ‑ testSetValue
org.eclipse.jface.tests.internal.databinding.swt.ScaleObservableValueMinTest ‑ testGetValue
org.eclipse.jface.tests.internal.databinding.swt.ScaleObservableValueMinTest ‑ testSetValue
org.eclipse.jface.tests.internal.databinding.swt.ScaleObservableValueSelectionTest ‑ testGetValue
org.eclipse.jface.tests.internal.databinding.swt.ScaleObservableValueSelectionTest ‑ testSetValue
org.eclipse.jface.tests.internal.databinding.swt.SpinnerObservableValueMaxTest ‑ testGetValue
org.eclipse.jface.tests.internal.databinding.swt.SpinnerObservableValueMaxTest ‑ testSetValue
org.eclipse.jface.tests.internal.databinding.swt.SpinnerObservableValueMinTest ‑ testGetValue
org.eclipse.jface.tests.internal.databinding.swt.SpinnerObservableValueMinTest ‑ testSetValue
org.eclipse.jface.tests.internal.databinding.swt.SpinnerObservableValueSelectionTest ‑ testGetValue
org.eclipse.jface.tests.internal.databinding.swt.SpinnerObservableValueSelectionTest ‑ testSetValue
org.eclipse.jface.tests.internal.databinding.swt.StyledTextObservableValueFocusOutTest ‑ testIsStale_AfterModifyBeforeFocusOut
org.eclipse.jface.tests.internal.databinding.swt.TableSingleSelectionObservableValueTest ‑ testGetValue
org.eclipse.jface.tests.internal.databinding.swt.TableSingleSelectionObservableValueTest ‑ testSetValue
org.eclipse.jface.tests.internal.databinding.swt.TextEditableObservableValueTest ‑ testGetValue
org.eclipse.jface.tests.internal.databinding.swt.TextEditableObservableValueTest ‑ testSetValue
org.eclipse.jface.tests.internal.databinding.swt.TextObservableValueFocusOutTest ‑ testIsStale_AfterModifyBeforeFocusOut
org.eclipse.jface.tests.internal.databinding.swt.TextObservableValueTest ‑ testConstructorUpdateEventTypes
org.eclipse.jface.tests.internal.databinding.swt.TextObservableValueTest ‑ testDispose
org.eclipse.jface.tests.internal.databinding.swt.TextObservableValueTest ‑ testGetValueBeforeFocusOutChangeEventsFire
org.eclipse.jface.tests.internal.databinding.swt.VisibleTest ‑ testUnsupportedWidget
org.eclipse.jface.tests.internal.databinding.viewers.CheckableCheckedElementsObservableSetTest ‑ testClear
org.eclipse.jface.tests.internal.databinding.viewers.ObservableCollectionContentProviderTest ‑ testGetKnownElements_DisposedWithoutModificationOnContentProviderDispose
org.eclipse.jface.tests.internal.databinding.viewers.ObservableCollectionContentProviderTest ‑ testKnownElementsAreFilledOnSettingAFilledCollectionAsInput
org.eclipse.jface.tests.internal.databinding.viewers.ObservableCollectionTreeContentProviderTest ‑ testGetKnownElements_DisposedWithoutModificationOnContentProviderDispose
org.eclipse.jface.tests.internal.databinding.viewers.ObservableCollectionTreeContentProviderTest ‑ testGetKnownElements_ExcludesInput
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testClear
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testConstructorWithCollection_ContainsAllEntries
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testConstructorWithCollection_NullCollection
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testConstructor_NullComparer
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testContainsKey
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testContainsValue
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEntrySet
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEntrySet_Add
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEntrySet_AddAll
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEntrySet_Clear
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEntrySet_Contains
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEntrySet_ContainsAll
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEntrySet_Entry_Equals
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEntrySet_Entry_HashCode
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEntrySet_Entry_SetValue
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEntrySet_Equals
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEntrySet_HashCode
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEntrySet_IsEmpty
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEntrySet_Iterator
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEntrySet_Remove
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEntrySet_RemoveAll
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEntrySet_RetainAll
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEntrySet_Size
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEntrySet_ToArray
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEntrySet_ToArrayWithObjectArray
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testEquals
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testGet
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testHashCode
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testIsEmpty
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testKeySet
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testKeySet_Add
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testKeySet_AddAll
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testKeySet_Clear
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testKeySet_Contains
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testKeySet_ContainsAll
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testKeySet_Equals
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testKeySet_HashCode
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testKeySet_IsEmpty
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testKeySet_Iterator
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testKeySet_Remove
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testKeySet_RemoveAll
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testKeySet_RetainAll
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testKeySet_Size
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testKeySet_ToArray
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testKeySet_ToArrayWithObjectArray
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testPutAll
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testRemove
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testSize
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testValues
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementMapTest ‑ testWithComparer
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementSetTest ‑ testAddAll_ContainsAllHonorsComparer
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementSetTest ‑ testAddAll_FiltersDuplicateElements
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementSetTest ‑ testAdd_ContainsHonorsComparer
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementSetTest ‑ testAdd_FilterDuplicateElements
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementSetTest ‑ testClear
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementSetTest ‑ testConstructorWithCollection_AddsAllElements
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementSetTest ‑ testConstructorWithCollection_NullCollection
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementSetTest ‑ testConstructor_NullComparer
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementSetTest ‑ testEquals
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementSetTest ‑ testHashCode
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementSetTest ‑ testIsEmpty
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementSetTest ‑ testIterator
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementSetTest ‑ testRemove
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementSetTest ‑ testRemoveAll
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementSetTest ‑ testRetainAll
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementSetTest ‑ testSize
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementSetTest ‑ testToArray
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementSetTest ‑ testToArrayWithObjectArray
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementWrapperTest ‑ testConstructor_NullComparer
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementWrapperTest ‑ testEquals
org.eclipse.jface.tests.internal.databinding.viewers.ViewerElementWrapperTest ‑ testHashCode
org.eclipse.jface.tests.internal.databinding.viewers.ViewerUpdaterTest ‑ testTableViewer_ReplacingSelectedItemSelectsNewItem
org.eclipse.jface.tests.internal.databinding.viewers.ViewerUpdaterTest ‑ testTreeViewer_ReplacingSelectedItemSelectsNewItem
org.eclipse.jface.tests.labelProviders.ColorAndFontLabelProviderTest ‑ testColorsAndFonts
org.eclipse.jface.tests.labelProviders.ColorAndFontViewerLabelProviderTest ‑ testColorsAndFonts
org.eclipse.jface.tests.labelProviders.ColumnLabelProviderLambdaTest ‑ testCreateImageProvider
org.eclipse.jface.tests.labelProviders.ColumnLabelProviderLambdaTest ‑ testCreateTextImageProvider
org.eclipse.jface.tests.labelProviders.ColumnLabelProviderLambdaTest ‑ testCreateTextProvider
org.eclipse.jface.tests.labelProviders.CompositeLabelProviderTableTest ‑ testColorsAndFonts
org.eclipse.jface.tests.labelProviders.DecoratingLabelProviderTreePathTest ‑ testColorsAndFonts
org.eclipse.jface.tests.labelProviders.DecoratingLabelProviderTreeTest ‑ testColorsAndFonts
org.eclipse.jface.tests.labelProviders.DecoratingStyledCellLabelProviderTest ‑ testAddListener
org.eclipse.jface.tests.labelProviders.DecoratingStyledCellLabelProviderTest ‑ testDispose
org.eclipse.jface.tests.labelProviders.DecoratingStyledCellLabelProviderTest ‑ testGetBackground
org.eclipse.jface.tests.labelProviders.DecoratingStyledCellLabelProviderTest ‑ testGetDecorationContext
org.eclipse.jface.tests.labelProviders.DecoratingStyledCellLabelProviderTest ‑ testGetFont
org.eclipse.jface.tests.labelProviders.DecoratingStyledCellLabelProviderTest ‑ testGetForeground
org.eclipse.jface.tests.labelProviders.DecoratingStyledCellLabelProviderTest ‑ testGetImage
org.eclipse.jface.tests.labelProviders.DecoratingStyledCellLabelProviderTest ‑ testGetLabelDecorator
org.eclipse.jface.tests.labelProviders.DecoratingStyledCellLabelProviderTest ‑ testIsLabelProperty
org.eclipse.jface.tests.labelProviders.DecoratingStyledCellLabelProviderTest ‑ testRemoveListener
org.eclipse.jface.tests.labelProviders.DecoratingStyledCellLabelProviderTest ‑ testSetDecorationContext
org.eclipse.jface.tests.labelProviders.DecoratingStyledCellLabelProviderTest ‑ testSetLabelDecorator
org.eclipse.jface.tests.labelProviders.DecoratingStyledCellLabelProviderTest ‑ testUpdate
org.eclipse.jface.tests.labelProviders.IDecorationContextTest ‑ testDefaultContextIsUsed
org.eclipse.jface.tests.labelProviders.IDecorationContextTest ‑ testSetDecorationContextNull
org.eclipse.jface.tests.labelProviders.LabelProviderLambdaTest ‑ testCreateImageProvider
org.eclipse.jface.tests.labelProviders.LabelProviderLambdaTest ‑ testCreateTextImageProvider
org.eclipse.jface.tests.labelProviders.LabelProviderLambdaTest ‑ testCreateTextProvider
org.eclipse.jface.tests.labelProviders.LabelProviderTest ‑ getImageGivesNullOnNull
org.eclipse.jface.tests.labelProviders.LabelProviderTest ‑ getTextGivesEmptyTextOnNull
org.eclipse.jface.tests.labelProviders.LabelProviderTest ‑ getTextGivesToString
org.eclipse.jface.tests.labelProviders.LabelProviderTest ‑ imageProviderGivesImages
org.eclipse.jface.tests.labelProviders.LabelProviderTest ‑ textImageProviderGivesBoth
org.eclipse.jface.tests.labelProviders.LabelProviderTest ‑ textProviderGivesTexts
org.eclipse.jface.tests.labelProviders.LabelProviderTest ‑ throwsExceptionOnNullImageProvider
org.eclipse.jface.tests.labelProviders.LabelProviderTest ‑ throwsExceptionOnNullImageProviderInTextImageProvider
org.eclipse.jface.tests.labelProviders.LabelProviderTest ‑ throwsExceptionOnNullTextProvider
org.eclipse.jface.tests.labelProviders.LabelProviderTest ‑ throwsExceptionOnNullTextProviderInTextImageProvider
org.eclipse.jface.tests.layout.AbstractColumnLayoutTest ‑ testComputeSize
org.eclipse.jface.tests.layout.AbstractColumnLayoutTest ‑ testIgnoreMinimumSize
org.eclipse.jface.tests.layout.AbstractColumnLayoutTest ‑ testRecalculatePreferredSize
org.eclipse.jface.tests.layout.GeometryTest ‑ testNewGeometryMethods
org.eclipse.jface.tests.layout.GridDataFactoryTest ‑ testGridDataCreate
org.eclipse.jface.tests.layout.GridDataFactoryTest ‑ testToNoOverrides
org.eclipse.jface.tests.layout.GridDataFactoryTest ‑ testToStringAlign
org.eclipse.jface.tests.layout.GridDataFactoryTest ‑ testToStringGrab
org.eclipse.jface.tests.layout.GridDataFactoryTest ‑ testToStringHint
org.eclipse.jface.tests.layout.GridDataFactoryTest ‑ testToStringIndent
org.eclipse.jface.tests.layout.GridDataFactoryTest ‑ testToStringMinSize
org.eclipse.jface.tests.layout.GridDataFactoryTest ‑ testToStringSpan
org.eclipse.jface.tests.layout.GridDataFactoryTest ‑ testToStringWithAllOverrides
org.eclipse.jface.tests.layout.GridLayoutFactoryTest ‑ testToStringAll
org.eclipse.jface.tests.layout.GridLayoutFactoryTest ‑ testToStringEqualWidth
org.eclipse.jface.tests.layout.GridLayoutFactoryTest ‑ testToStringExtendedMargins
org.eclipse.jface.tests.layout.GridLayoutFactoryTest ‑ testToStringMargins
org.eclipse.jface.tests.layout.GridLayoutFactoryTest ‑ testToStringNoOverrides
org.eclipse.jface.tests.layout.GridLayoutFactoryTest ‑ testToStringNumColumns
org.eclipse.jface.tests.layout.GridLayoutFactoryTest ‑ testToStringSpacing
org.eclipse.jface.tests.layout.TreeColumnLayoutTest ‑ testBug395890LayoutAfterExpandEventWithDisposedTree
org.eclipse.jface.tests.notifications.NotificationPopupTest ‑ createsForShell
org.eclipse.jface.tests.notifications.NotificationPopupTest ‑ createsWithCloseButton
org.eclipse.jface.tests.notifications.NotificationPopupTest ‑ createsWithTextAndTitle
org.eclipse.jface.tests.notifications.NotificationPopupTest ‑ createsWithTextContent
org.eclipse.jface.tests.notifications.NotificationPopupTest ‑ createsWithTitleContent
org.eclipse.jface.tests.preferences.BooleanFieldEditorTest ‑ testAdjustForNumColumns
org.eclipse.jface.tests.preferences.BooleanFieldEditorTest ‑ testGetBooleanValue
org.eclipse.jface.tests.preferences.BooleanFieldEditorTest ‑ testLoad
org.eclipse.jface.tests.preferences.BooleanFieldEditorTest ‑ testLoadDefault
org.eclipse.jface.tests.preferences.BooleanFieldEditorTest ‑ testSetEnabled
org.eclipse.jface.tests.preferences.BooleanFieldEditorTest ‑ testSetFocus
org.eclipse.jface.tests.preferences.BooleanFieldEditorTest ‑ testSetLabelText
org.eclipse.jface.tests.preferences.BooleanFieldEditorTest ‑ testStore
org.eclipse.jface.tests.preferences.BooleanFieldEditorTest ‑ testValueChanged
org.eclipse.jface.tests.preferences.IntegerFieldEditorTest ‑ testLoad
org.eclipse.jface.tests.preferences.IntegerFieldEditorTest ‑ testLoadDefault
org.eclipse.jface.tests.preferences.IntegerFieldEditorTest ‑ testSetValueInEditor
org.eclipse.jface.tests.preferences.IntegerFieldEditorTest ‑ testSetValueInWidget
org.eclipse.jface.tests.preferences.IntegerFieldEditorTest ‑ testValidate
org.eclipse.jface.tests.preferences.StringFieldEditorTest ‑ testBug289599
org.eclipse.jface.tests.preferences.StringFieldEditorTest ‑ testLoad
org.eclipse.jface.tests.preferences.StringFieldEditorTest ‑ testLoadDefault
org.eclipse.jface.tests.preferences.StringFieldEditorTest ‑ testSetLabelText
org.eclipse.jface.tests.preferences.StringFieldEditorTest ‑ testSetValueInEditor
org.eclipse.jface.tests.preferences.StringFieldEditorTest ‑ testSetValueInWidget
org.eclipse.jface.tests.resources.FontRegistryTest ‑ testBug544026
org.eclipse.jface.tests.resources.JFaceResourcesTest ‑ ensureLocalResourceManagerCanBeCreated
org.eclipse.jface.tests.viewers.Bug138608Test ‑ testBug138608
org.eclipse.jface.tests.viewers.Bug180504TableViewerTest ‑ testBug180504ApplyEditor
org.eclipse.jface.tests.viewers.Bug180504TableViewerTest ‑ testBug180504CancleEditor
org.eclipse.jface.tests.viewers.Bug180504TreeViewerTest ‑ testBug180504CancleEditor
org.eclipse.jface.tests.viewers.Bug180504TreeViewerTest ‑ testBug201002
org.eclipse.jface.tests.viewers.Bug200337TableViewerTest ‑ testBug200337
org.eclipse.jface.tests.viewers.Bug200558Test ‑ testBug200558
org.eclipse.jface.tests.viewers.Bug201002TableViewerTest ‑ testBug201002
org.eclipse.jface.tests.viewers.Bug201002TreeViewerTest ‑ testBug201002
org.eclipse.jface.tests.viewers.Bug205700TreeViewerTest ‑ testAddEquallySortedElements
org.eclipse.jface.tests.viewers.Bug205700TreeViewerTest ‑ testAddWithSorter
org.eclipse.jface.tests.viewers.Bug205700TreeViewerTest ‑ testAddWithoutSorter
org.eclipse.jface.tests.viewers.Bug242231Test ‑ testBug242231
org.eclipse.jface.tests.viewers.Bug256889TableViewerTest ‑ testBug256889
org.eclipse.jface.tests.viewers.Bug287765Test ‑ testException
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testClearSelection
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testDeleteChild
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testDeleteInput
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testDeleteSibling
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testDispose
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testFilter
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testInsertChild
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testInsertSibling
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testInsertSiblingReveal
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testInsertSiblingSelectExpanded
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testInsertSiblingWithFilterFiltered
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testInsertSiblingWithFilterNotFiltered
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testInsertSiblingWithSorter
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testInsertSiblings
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testLabelProvider
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testLabelProviderStateChange
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testRename
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testRenameWithFilter
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testRenameWithLabelProvider
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testRenameWithSorter
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testSetAndGetData
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testSetFilters
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testSetInput
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testSetSelection
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testSomeChildrenChanged
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testSorter
org.eclipse.jface.tests.viewers.CComboViewerTest ‑ testWorldChanged
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testCheckAllElements
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testCheckElement
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testCheckProviderInvoked
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testCheckProviderUpdate
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testCheckProviderWithFilter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testCheckProviderWithSorter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testCheckedFalseGrayedFalse
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testCheckedFalseGrayedTrue
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testCheckedTrueGrayedFalse
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testCheckedTrueGrayedTrue
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testClearSelection
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testContains
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testDeleteChild
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testDeleteInput
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testDeleteSibling
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testDispose
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testFilter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testGetCheckedElements
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testGrayAllElements
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testGrayed
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testGrayedElements
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testInsertChild
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testInsertSibling
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testInsertSiblingReveal
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testInsertSiblingSelectExpanded
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testInsertSiblingWithFilterFiltered
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testInsertSiblingWithFilterNotFiltered
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testInsertSiblingWithSorter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testInsertSiblings
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testLabelProvider
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testLabelProviderStateChange
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testRemove
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testRename
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testRenameWithFilter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testRenameWithLabelProvider
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testRenameWithSorter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testSetAndGetData
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testSetCheckProviderRefreshesItems
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testSetCheckedElements
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testSetFilters
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testSetGrayedElements
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testSetInput
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testSetSelection
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testSomeChildrenChanged
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testSorter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testViewerColumn
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testWithoutCheckProvider
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest ‑ testWorldChanged
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testCheckAllElements
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testCheckElement
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testCheckProviderInvoked
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testCheckProviderUpdate
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testCheckProviderWithFilter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testCheckProviderWithSorter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testCheckedFalseGrayedFalse
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testCheckedFalseGrayedTrue
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testCheckedTrueGrayedFalse
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testCheckedTrueGrayedTrue
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testClearSelection
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testContains
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testDeleteChild
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testDeleteInput
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testDeleteSibling
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testDispose
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testFilter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testGetCheckedElements
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testGrayAllElements
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testGrayed
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testGrayedElements
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testInsertChild
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testInsertSibling
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testInsertSiblingReveal
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testInsertSiblingSelectExpanded
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testInsertSiblingWithFilterFiltered
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testInsertSiblingWithFilterNotFiltered
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testInsertSiblingWithSorter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testInsertSiblings
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testLabelProvider
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testLabelProviderStateChange
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testRemove
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testRename
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testRenameWithFilter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testRenameWithLabelProvider
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testRenameWithSorter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testSetAndGetData
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testSetCheckProviderRefreshesItems
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testSetCheckedElements
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testSetFilters
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testSetGrayedElements
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testSetInput
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testSetSelection
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testSomeChildrenChanged
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testSorter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testViewerColumn
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testWithoutCheckProvider
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$DeprecatedConstructor ‑ testWorldChanged
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testCheckAllElements
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testCheckElement
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testCheckProviderInvoked
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testCheckProviderUpdate
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testCheckProviderWithFilter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testCheckProviderWithSorter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testCheckedFalseGrayedFalse
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testCheckedFalseGrayedTrue
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testCheckedTrueGrayedFalse
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testCheckedTrueGrayedTrue
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testClearSelection
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testContains
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testDeleteChild
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testDeleteInput
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testDeleteSibling
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testDispose
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testFilter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testGetCheckedElements
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testGrayAllElements
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testGrayed
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testGrayedElements
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testInsertChild
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testInsertSibling
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testInsertSiblingReveal
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testInsertSiblingSelectExpanded
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testInsertSiblingWithFilterFiltered
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testInsertSiblingWithFilterNotFiltered
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testInsertSiblingWithSorter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testInsertSiblings
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testLabelProvider
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testLabelProviderStateChange
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testRemove
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testRename
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testRenameWithFilter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testRenameWithLabelProvider
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testRenameWithSorter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testSetAndGetData
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testSetCheckProviderRefreshesItems
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testSetCheckedElements
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testSetFilters
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testSetGrayedElements
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testSetInput
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testSetSelection
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testSomeChildrenChanged
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testSorter
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testViewerColumn
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testWithoutCheckProvider
org.eclipse.jface.tests.viewers.CheckboxTableViewerTest$FactoryMethod ‑ testWorldChanged
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testAutoExpandOnSingleChild
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testAutoExpandOnSingleChildDeeperDownPath
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testAutoExpandOnSingleChildFromRoot
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testAutoExpandOnSingleChildFromRootWithSensibleTrivialPath
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testAutoExpandOnSingleChildInfiniteExpand
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testAutoExpandOnSingleChildManualDisable
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testAutoExpandOnSingleChildSmallerThanAutoExpandDepth
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testAutoExpandOnSingleChildThroughEvent
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testBulkExpand
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testCheckElement
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testCheckProviderInvoked
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testCheckProviderLazilyInvoked
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testCheckProviderWithFilter
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testCheckProviderWithSorter
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testCheckSubtree
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testCheckedFalseGrayedFalse
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testCheckedFalseGrayedTrue
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testCheckedTrueGrayedFalse
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testCheckedTrueGrayedTrue
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testChildIsNotDuplicatedWhenCompareEquals
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testClearSelection
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testContains
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testDeleteChild
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testDeleteChildExpanded
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testDeleteChildren
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testDeleteChildrenExpanded
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testDeleteInput
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testDeleteSibling
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testDispose
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testExpand
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testExpandElement
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testExpandElementAgain
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testExpandToLevel
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testFilter
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testGetCheckedElements
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testGrayed
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testInsertChild
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testInsertChildReveal
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testInsertChildRevealSelect
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testInsertChildRevealSelectExpanded
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testInsertSibling
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testInsertSiblingReveal
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testInsertSiblingSelectExpanded
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testInsertSiblingWithFilterFiltered
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testInsertSiblingWithFilterNotFiltered
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testInsertSiblingWithSorter
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testInsertSiblings
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testLabelProvider
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testLabelProviderStateChange
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testParentGrayed
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testRefreshWithAddedChildren
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testRefreshWithDuplicateChild
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testRefreshWithReusedItems
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testRename
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testRenameChildElement
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testRenameWithFilter
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testRenameWithLabelProvider
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testRenameWithSorter
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testSetAllChecked
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testSetAndGetData
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testSetAutoExpandOnSingleChildLevels
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testSetCheckProviderRefreshesItems
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testSetCheckedElements
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testSetDuplicateChild
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testSetExpandedWithCycle
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testSetFilters
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testSetGrayChecked
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testSetGrayedElements
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testSetInput
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testSetNewCheckProvider
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testSetSelection
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testSomeChildrenChanged
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testSorter
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testWithoutCheckProvider
org.eclipse.jface.tests.viewers.CheckboxTreeViewerTest ‑ testWorldChanged
org.eclipse.jface.tests.viewers.ComboViewerComparerTest ‑ testSetSelection
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testClearSelection
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testDeleteChild
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testDeleteInput
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testDeleteSibling
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testDispose
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testFilter
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testInsertChild
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testInsertSibling
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testInsertSiblingReveal
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testInsertSiblingSelectExpanded
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testInsertSiblingWithFilterFiltered
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testInsertSiblingWithFilterNotFiltered
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testInsertSiblingWithSorter
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testInsertSiblings
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testLabelProvider
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testLabelProviderStateChange
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testRename
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testRenameWithFilter
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testRenameWithLabelProvider
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testRenameWithSorter
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testSetAndGetData
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testSetFilters
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testSetInput
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testSetSelection
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testSomeChildrenChanged
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testSorter
org.eclipse.jface.tests.viewers.ComboViewerTest ‑ testWorldChanged
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testClear
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testClearSorted
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testComparisonCount
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testRemoveFromEnd
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testRemoveFromStart
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testRemoveFromUnsorted
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testRemoveFullRange
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testRemoveIncludingRoot
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testRemoveLeafNode
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testRemoveLeftSubtree
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testRemoveNodeWithNoLeftChild
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testRemoveNodeWithNoRightChild
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testRemovePreviouslySwappedNode
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testRemoveRightIncludingRoot
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testRemoveRightSubtree
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testRemoveRootFromUnsorted
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testRemoveRootNode
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testRemoveUnknown
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testRemoveWhereSwappedNodeIsntLeaf
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testRemoveWithUnsortedSwap
org.eclipse.jface.tests.viewers.LazySortedCollectionTest ‑ testSortAll
org.eclipse.jface.tests.viewers.ListViewerComparatorTest ‑ testViewerComparator
org.eclipse.jface.tests.viewers.ListViewerComparatorTest ‑ testViewerComparatorInsertElement
org.eclipse.jface.tests.viewers.ListViewerComparatorTest ‑ testViewerSorter
org.eclipse.jface.tests.viewers.ListViewerComparatorTest ‑ testViewerSorterInsertElement
org.eclipse.jface.tests.viewers.ListViewerRefreshTest ‑ testNoSelectionRefresh
org.eclipse.jface.tests.viewers.ListViewerRefreshTest ‑ testSelectionRefresh
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testClearSelection
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testDeleteChild
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testDeleteInput
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testDeleteSibling
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testDispose
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testFilter
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testInsert
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testInsertChild
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testInsertSibling
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testInsertSiblingReveal
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testInsertSiblingSelectExpanded
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testInsertSiblingWithFilterFiltered
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testInsertSiblingWithFilterNotFiltered
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testInsertSiblingWithSorter
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testInsertSiblings
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testLabelProvider
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testLabelProviderStateChange
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testRefreshBug141435
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testRename
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testRenameWithFilter
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testRenameWithLabelProvider
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testRenameWithSorter
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testRevealBug69076
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testSelectionNoRevealBug177619
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testSelectionRevealBug177619
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testSetAndGetData
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testSetFilters
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testSetInput
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testSetSelection
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testSomeChildrenChanged
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testSorter
org.eclipse.jface.tests.viewers.ListViewerTest ‑ testWorldChanged
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testAddAfterMaterialize
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testAddWithoutMaterialize
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testAutoExpandOnSingleChild
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testAutoExpandOnSingleChildDeeperDownPath
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testAutoExpandOnSingleChildFromRoot
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testAutoExpandOnSingleChildFromRootWithSensibleTrivialPath
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testAutoExpandOnSingleChildInfiniteExpand
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testAutoExpandOnSingleChildManualDisable
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testAutoExpandOnSingleChildSmallerThanAutoExpandDepth
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testAutoExpandOnSingleChildThroughEvent
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testBulkExpand
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testCheckElement
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testChildIsNotDuplicatedWhenCompareEquals
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testClearSelection
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testContains
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testDeleteChild
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testDeleteChildExpanded
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testDeleteChildren
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testDeleteChildrenExpanded
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testDeleteInput
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testDeleteSibling
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testDispose
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testElementMap
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testExpand
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testExpandElement
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testExpandElementAgain
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testExpandToLevel
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testExpansion
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testFilter
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testInsertChild
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testInsertChildReveal
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testInsertChildRevealSelect
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testInsertChildRevealSelectExpanded
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testInsertSibling
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testInsertSiblingReveal
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testInsertSiblingSelectExpanded
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testInsertSiblingWithFilterFiltered
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testInsertSiblingWithFilterNotFiltered
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testInsertSiblingWithSorter
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testInsertSiblings
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testLabelProvider
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testLabelProviderStateChange
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testRefreshWithAddedChildren
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testRefreshWithDuplicateChild
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testRefreshWithReusedItems
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testRemoveWithParentAfterMaterialize
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testRemoveWithParentBeforeMaterialize
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testRename
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testRenameChildElement
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testRenameWithFilter
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testRenameWithLabelProvider
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testRenameWithSorter
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testSelection
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testSetAndGetData
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testSetAutoExpandOnSingleChildLevels
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testSetDuplicateChild
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testSetExpandedWithCycle
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testSetFilters
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testSetInput
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testSetSelection
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testSomeChildrenChanged
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testSorter
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testUpdate
org.eclipse.jface.tests.viewers.MultipleEqualElementsTreeViewerTest ‑ testWorldChanged
org.eclipse.jface.tests.viewers.SimpleTableViewerTest ‑ testCellLabelProviderDispose
org.eclipse.jface.tests.viewers.SimpleTableViewerTest ‑ testColumnLabelProviderListeners
org.eclipse.jface.tests.viewers.SimpleTableViewerTest ‑ testLabelProviderListeners
org.eclipse.jface.tests.viewers.SimpleTableViewerTest ‑ testLabelProviderListenersWithColumn
org.eclipse.jface.tests.viewers.SimpleTableViewerTest ‑ testNullLabel
org.eclipse.jface.tests.viewers.SimpleTreeViewerTest ‑ test327004
org.eclipse.jface.tests.viewers.SimpleTreeViewerTest ‑ testBug184441
org.eclipse.jface.tests.viewers.SimpleTreeViewerTest ‑ testBug184712
org.eclipse.jface.tests.viewers.SimpleTreeViewerTest ‑ testNullLabel
org.eclipse.jface.tests.viewers.SimpleTreeViewerTest ‑ testSetTreePathViewerSorterOnNullInput
org.eclipse.jface.tests.viewers.SimpleVirtualLazyTreeViewerTest ‑ testCreation
org.eclipse.jface.tests.viewers.SimpleVirtualLazyTreeViewerTest ‑ testExpand
org.eclipse.jface.tests.viewers.SimpleVirtualLazyTreeViewerTest ‑ testRemoveAt
org.eclipse.jface.tests.viewers.SimpleVirtualLazyTreeViewerTest ‑ testSetComparatorOnNullInput
org.eclipse.jface.tests.viewers.SimpleVirtualLazyTreeViewerTest ‑ testSetSorterOnNullInput
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testAppendChar1
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testAppendChar2
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testAppendString1
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testAppendString2
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testAppendString3
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testAppendString4

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

7613 tests found (test 5225 to 6018)

There are 7613 tests, see "Raw output" for the list of tests 5225 to 6018.
Raw output
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testAppendString5
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testAppendString6
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testAppendString7
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testAppendStyledString1
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testAppendStyledString2
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testAppendStyledString3
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testAppendStyledString4
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testAppendStyledString5
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testCombination1
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testEmpty
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle1
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle10
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle11
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle12
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle13
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle14
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle15
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle16
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle17
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle18
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle19
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle2
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle20
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle21
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle3
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle4
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle5
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle6
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle7
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle8
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyle9
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyleInsert
org.eclipse.jface.tests.viewers.StyledStringBuilderTest ‑ testSetStyleInsert2
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testClearSelection
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testColorProviderBackground
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testColorProviderForeground
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testDeleteChild
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testDeleteInput
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testDeleteSibling
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testDispose
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testFilter
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testInsertChild
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testInsertSibling
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testInsertSiblingReveal
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testInsertSiblingSelectExpanded
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testInsertSiblingWithFilterFiltered
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testInsertSiblingWithFilterNotFiltered
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testInsertSiblingWithSorter
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testInsertSiblings
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testLabelProvider
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testLabelProviderStateChange
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testRename
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testRenameWithFilter
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testRenameWithLabelProvider
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testRenameWithSorter
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testSetAndGetData
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testSetFilters
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testSetInput
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testSetSelection
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testSomeChildrenChanged
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testSorter
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testTableItemsColorProviderBackground
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testTableItemsColorProviderForeground
org.eclipse.jface.tests.viewers.TableColorProviderTest ‑ testWorldChanged
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testClearSelection
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testDeleteChild
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testDeleteInput
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testDeleteSibling
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testDispose
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testFilter
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testFontProvider
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testInsertChild
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testInsertSibling
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testInsertSiblingReveal
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testInsertSiblingSelectExpanded
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testInsertSiblingWithFilterFiltered
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testInsertSiblingWithFilterNotFiltered
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testInsertSiblingWithSorter
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testInsertSiblings
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testLabelProvider
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testLabelProviderStateChange
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testRename
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testRenameWithFilter
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testRenameWithLabelProvider
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testRenameWithSorter
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testSetAndGetData
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testSetFilters
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testSetInput
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testSetSelection
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testSomeChildrenChanged
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testSorter
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testTableItemsFontProvider
org.eclipse.jface.tests.viewers.TableFontProviderTest ‑ testWorldChanged
org.eclipse.jface.tests.viewers.TableViewerComparatorTest ‑ testViewerComparator
org.eclipse.jface.tests.viewers.TableViewerComparatorTest ‑ testViewerComparatorInsertElement
org.eclipse.jface.tests.viewers.TableViewerComparatorTest ‑ testViewerSorter
org.eclipse.jface.tests.viewers.TableViewerComparatorTest ‑ testViewerSorterInsertElement
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testCheckElement
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testClearSelection
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testContains
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testDeleteChild
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testDeleteInput
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testDeleteSibling
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testDispose
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testFilter
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testInsertChild
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testInsertSibling
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testInsertSiblingReveal
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testInsertSiblingSelectExpanded
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testInsertSiblingWithFilterFiltered
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testInsertSiblingWithFilterNotFiltered
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testInsertSiblingWithSorter
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testInsertSiblings
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testLabelProvider
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testLabelProviderStateChange
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testRemove
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testRename
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testRenameWithFilter
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testRenameWithLabelProvider
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testRenameWithSorter
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testSetAndGetData
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testSetFilters
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testSetInput
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testSetSelection
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testSomeChildrenChanged
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testSorter
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testViewerColumn
org.eclipse.jface.tests.viewers.TableViewerTest ‑ testWorldChanged
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testCheckElement
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testClearSelection
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testContains
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testDeleteChild
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testDeleteInput
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testDeleteSibling
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testDispose
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testFilter
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testInsertChild
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testInsertSibling
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testInsertSiblingReveal
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testInsertSiblingSelectExpanded
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testInsertSiblingWithFilterFiltered
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testInsertSiblingWithFilterNotFiltered
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testInsertSiblingWithSorter
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testInsertSiblings
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testLabelProvider
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testLabelProviderStateChange
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testRemove
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testRename
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testRenameWithFilter
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testRenameWithLabelProvider
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testRenameWithSorter
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testSetAndGetData
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testSetFilters
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testSetInput
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testSetSelection
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testSomeChildrenChanged
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testSorter
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testViewerColumn
org.eclipse.jface.tests.viewers.TableViewerWithLimitCompatibilityTest ‑ testWorldChanged
org.eclipse.jface.tests.viewers.TableViewerWithLimitTest ‑ testAddElement
org.eclipse.jface.tests.viewers.TableViewerWithLimitTest ‑ testApplyFilter
org.eclipse.jface.tests.viewers.TableViewerWithLimitTest ‑ testBoundaryConditions
org.eclipse.jface.tests.viewers.TableViewerWithLimitTest ‑ testClickExpandableNode
org.eclipse.jface.tests.viewers.TableViewerWithLimitTest ‑ testContains
org.eclipse.jface.tests.viewers.TableViewerWithLimitTest ‑ testLimitedItemsCreatedWithExpansionNode
org.eclipse.jface.tests.viewers.TableViewerWithLimitTest ‑ testRefresh
org.eclipse.jface.tests.viewers.TableViewerWithLimitTest ‑ testRemoveElement
org.eclipse.jface.tests.viewers.TableViewerWithLimitTest ‑ testResetComparator
org.eclipse.jface.tests.viewers.TableViewerWithLimitTest ‑ testSelection
org.eclipse.jface.tests.viewers.TableViewerWithLimitTest ‑ testSetInput
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testBug1384558
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals1
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals10
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals11
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals12
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals13
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals14
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals15
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals16
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals17
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals18
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals19
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals2
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals20
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals21
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals22
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals23
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals3
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals4
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals5
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals6
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals7
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals8
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testEquals9
org.eclipse.jface.tests.viewers.TreeSelectionTest ‑ testNewWithEmptyTreePath
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testAutoExpandOnSingleChild
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testAutoExpandOnSingleChildDeeperDownPath
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testAutoExpandOnSingleChildFromRoot
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testAutoExpandOnSingleChildFromRootWithSensibleTrivialPath
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testAutoExpandOnSingleChildInfiniteExpand
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testAutoExpandOnSingleChildManualDisable
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testAutoExpandOnSingleChildSmallerThanAutoExpandDepth
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testBulkExpand
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testCheckElement
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testChildIsNotDuplicatedWhenCompareEquals
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testClearSelection
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testContains
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testDeleteChild
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testDeleteChildExpanded
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testDeleteChildren
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testDeleteChildrenExpanded
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testDeleteInput
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testDeleteSibling
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testDispose
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testExpand
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testExpandElement
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testExpandElementAgain
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testExpandToLevel
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testFilter
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testInsertChild
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testInsertChildReveal
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testInsertChildRevealSelect
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testInsertChildRevealSelectExpanded
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testInsertSibling
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testInsertSiblingReveal
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testInsertSiblingSelectExpanded
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testInsertSiblingWithFilterFiltered
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testInsertSiblingWithFilterNotFiltered
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testInsertSiblingWithSorter
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testInsertSiblings
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testLabelProvider
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testLabelProviderStateChange
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testRefreshWithAddedChildren
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testRefreshWithDuplicateChild
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testRefreshWithReusedItems
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testRename
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testRenameChildElement
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testRenameWithFilter
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testRenameWithLabelProvider
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testRenameWithSorter
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testSetAndGetData
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testSetAutoExpandOnSingleChildLevels
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testSetDuplicateChild
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testSetExpandedWithCycle
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testSetFilters
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testSetInput
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testSetSelection
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testSomeChildrenChanged
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testSorter
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testViewerColumn
org.eclipse.jface.tests.viewers.TreeViewerColumnTest ‑ testWorldChanged
org.eclipse.jface.tests.viewers.TreeViewerComparatorTest ‑ testViewerComparator
org.eclipse.jface.tests.viewers.TreeViewerComparatorTest ‑ testViewerComparatorInsertElement
org.eclipse.jface.tests.viewers.TreeViewerComparatorTest ‑ testViewerSorter
org.eclipse.jface.tests.viewers.TreeViewerComparatorTest ‑ testViewerSorterInsertElement
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testAutoExpandOnSingleChild
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testAutoExpandOnSingleChildDeeperDownPath
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testAutoExpandOnSingleChildFromRoot
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testAutoExpandOnSingleChildFromRootWithSensibleTrivialPath
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testAutoExpandOnSingleChildInfiniteExpand
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testAutoExpandOnSingleChildManualDisable
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testAutoExpandOnSingleChildSmallerThanAutoExpandDepth
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testAutoExpandOnSingleChildThroughEvent
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testBulkExpand
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testCheckElement
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testChildIsNotDuplicatedWhenCompareEquals
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testClearSelection
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testContains
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testDeleteChild
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testDeleteChildExpanded
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testDeleteChildren
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testDeleteChildrenExpanded
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testDeleteInput
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testDeleteSibling
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testDispose
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testExpand
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testExpandElement
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testExpandElementAgain
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testExpandToLevel
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testFilter
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testInsertChild
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testInsertChildReveal
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testInsertChildRevealSelect
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testInsertChildRevealSelectExpanded
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testInsertSibling
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testInsertSiblingReveal
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testInsertSiblingSelectExpanded
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testInsertSiblingWithFilterFiltered
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testInsertSiblingWithFilterNotFiltered
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testInsertSiblingWithSorter
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testInsertSiblings
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testLabelProvider
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testLabelProviderStateChange
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testRefreshWithAddedChildren
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testRefreshWithDuplicateChild
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testRefreshWithReusedItems
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testRename
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testRenameChildElement
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testRenameWithFilter
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testRenameWithLabelProvider
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testRenameWithSorter
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testSetAndGetData
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testSetAutoExpandOnSingleChildLevels
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testSetDuplicateChild
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testSetExpandedWithCycle
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testSetFilters
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testSetInput
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testSetSelection
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testSomeChildrenChanged
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testSorter
org.eclipse.jface.tests.viewers.TreeViewerTest ‑ testWorldChanged
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testAutoExpandOnSingleChild
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testAutoExpandOnSingleChildDeeperDownPath
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testAutoExpandOnSingleChildFromRoot
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testAutoExpandOnSingleChildFromRootWithSensibleTrivialPath
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testAutoExpandOnSingleChildInfiniteExpand
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testAutoExpandOnSingleChildManualDisable
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testAutoExpandOnSingleChildSmallerThanAutoExpandDepth
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testAutoExpandOnSingleChildThroughEvent
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testBulkExpand
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testCheckElement
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testChildIsNotDuplicatedWhenCompareEquals
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testClearSelection
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testContains
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testDeleteChild
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testDeleteChildExpanded
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testDeleteChildren
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testDeleteChildrenExpanded
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testDeleteInput
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testDeleteSibling
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testDispose
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testExpand
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testExpandElement
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testExpandElementAgain
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testExpandToLevel
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testFilter
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testInsertChild
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testInsertChildReveal
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testInsertChildRevealSelect
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testInsertChildRevealSelectExpanded
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testInsertSibling
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testInsertSiblingReveal
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testInsertSiblingSelectExpanded
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testInsertSiblingWithFilterFiltered
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testInsertSiblingWithFilterNotFiltered
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testInsertSiblingWithSorter
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testInsertSiblings
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testLabelProvider
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testLabelProviderStateChange
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testRefreshWithAddedChildren
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testRefreshWithDuplicateChild
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testRefreshWithReusedItems
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testRename
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testRenameChildElement
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testRenameWithFilter
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testRenameWithLabelProvider
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testRenameWithSorter
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testSetAndGetData
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testSetAutoExpandOnSingleChildLevels
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testSetDuplicateChild
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testSetExpandedWithCycle
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testSetFilters
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testSetInput
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testSetSelection
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testSomeChildrenChanged
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testSorter
org.eclipse.jface.tests.viewers.TreeViewerWithLimitCompatibilityTest ‑ testWorldChanged
org.eclipse.jface.tests.viewers.TreeViewerWithLimitTest ‑ testCollapseAll
org.eclipse.jface.tests.viewers.TreeViewerWithLimitTest ‑ testCollapseToLevel
org.eclipse.jface.tests.viewers.TreeViewerWithLimitTest ‑ testContains
org.eclipse.jface.tests.viewers.TreeViewerWithLimitTest ‑ testExpandAll
org.eclipse.jface.tests.viewers.TreeViewerWithLimitTest ‑ testExpandToLevelInt
org.eclipse.jface.tests.viewers.TreeViewerWithLimitTest ‑ testExpandToLevelObjectInt
org.eclipse.jface.tests.viewers.TreeViewerWithLimitTest ‑ testInsert
org.eclipse.jface.tests.viewers.TreeViewerWithLimitTest ‑ testRefresh
org.eclipse.jface.tests.viewers.TreeViewerWithLimitTest ‑ testRemoveItem
org.eclipse.jface.tests.viewers.TreeViewerWithLimitTest ‑ testRemoveItemsAtParent
org.eclipse.jface.tests.viewers.TreeViewerWithLimitTest ‑ testReveal
org.eclipse.jface.tests.viewers.TreeViewerWithLimitTest ‑ testSetAutoExpandLevel
org.eclipse.jface.tests.viewers.TreeViewerWithLimitTest ‑ testSetFilters
org.eclipse.jface.tests.viewers.TreeViewerWithLimitTest ‑ testSetInput
org.eclipse.jface.tests.viewers.TreeViewerWithLimitTest ‑ testSetSelection
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testBug160153
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testCheckElement
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testClearSelection
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testContains
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testDeleteChild
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testDeleteInput
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testDeleteSibling
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testDispose
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testElementsCreated
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testFilter
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testInsertChild
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testInsertSibling
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testInsertSiblingReveal
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testInsertSiblingSelectExpanded
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testInsertSiblingWithFilterFiltered
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testInsertSiblingWithFilterNotFiltered
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testInsertSiblingWithSorter
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testInsertSiblings
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testLabelProvider
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testLabelProviderStateChange
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testRemove
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testRename
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testRenameWithFilter
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testRenameWithLabelProvider
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testRenameWithSorter
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testSetAllSelection
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testSetAndGetData
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testSetFilters
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testSetIndexedSelection
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testSetInput
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testSetInputDoesNotMaterializeEverything
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testSetSelection
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testSomeChildrenChanged
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testSorter
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testViewerColumn
org.eclipse.jface.tests.viewers.VirtualLazyTableViewerTest ‑ testWorldChanged
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testAutoExpandOnSingleChild
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testAutoExpandOnSingleChildDeeperDownPath
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testAutoExpandOnSingleChildFromRoot
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testAutoExpandOnSingleChildFromRootWithSensibleTrivialPath
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testAutoExpandOnSingleChildInfiniteExpand
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testAutoExpandOnSingleChildManualDisable
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testAutoExpandOnSingleChildSmallerThanAutoExpandDepth
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testAutoExpandOnSingleChildThroughEvent
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testBulkExpand
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testCheckElement
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testChildIsNotDuplicatedWhenCompareEquals
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testClearSelection
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testContains
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testDeleteChild
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testDeleteChildExpanded
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testDeleteChildren
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testDeleteChildrenExpanded
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testDeleteInput
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testDeleteSibling
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testDispose
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testExpand
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testExpandElement
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testExpandElementAgain
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testExpandToLevel
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testFilter
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testInsertChild
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testInsertChildReveal
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testInsertChildRevealSelect
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testInsertChildRevealSelectExpanded
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testInsertSibling
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testInsertSiblingReveal
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testInsertSiblingSelectExpanded
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testInsertSiblingWithFilterFiltered
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testInsertSiblingWithFilterNotFiltered
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testInsertSiblingWithSorter
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testInsertSiblings
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testLabelProvider
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testLabelProviderStateChange
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testLeafIsExpandable
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testNodeIsExpandable
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testRefreshWithAddedChildren
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testRefreshWithDuplicateChild
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testRefreshWithReusedItems
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testRename
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testRenameChildElement
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testRenameWithFilter
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testRenameWithLabelProvider
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testRenameWithSorter
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testRootIsExpandable
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testSetAndGetData
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testSetAutoExpandOnSingleChildLevels
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testSetDuplicateChild
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testSetExpandedWithCycle
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testSetFilters
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testSetInput
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testSetSelection
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testSomeChildrenChanged
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testSorter
org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest ‑ testWorldChanged
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testCheckElement
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testClearSelection
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testContains
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testDeleteChild
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testDeleteInput
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testDeleteSibling
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testDispose
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testElementsCreated
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testFilter
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testInsertChild
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testInsertSibling
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testInsertSiblingReveal
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testInsertSiblingSelectExpanded
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testInsertSiblingWithFilterFiltered
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testInsertSiblingWithFilterNotFiltered
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testInsertSiblingWithSorter
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testInsertSiblings
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testLabelProvider
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testLabelProviderStateChange
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testRemove
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testRename
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testRenameWithFilter
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testRenameWithLabelProvider
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testRenameWithSorter
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testSetAllSelection
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testSetAndGetData
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testSetFilters
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testSetInput
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testSetSelection
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testSomeChildrenChanged
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testSorter
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testViewerColumn
org.eclipse.jface.tests.viewers.VirtualTableViewerTest ‑ testWorldChanged
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testAutoExpandOnSingleChild
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testAutoExpandOnSingleChildDeeperDownPath
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testAutoExpandOnSingleChildFromRoot
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testAutoExpandOnSingleChildFromRootWithSensibleTrivialPath
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testAutoExpandOnSingleChildInfiniteExpand
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testAutoExpandOnSingleChildManualDisable
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testAutoExpandOnSingleChildSmallerThanAutoExpandDepth
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testAutoExpandOnSingleChildThroughEvent
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testBulkExpand
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testCheckElement
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testChildIsNotDuplicatedWhenCompareEquals
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testClearSelection
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testContains
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testDeleteChild
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testDeleteChildExpanded
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testDeleteChildren
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testDeleteChildrenExpanded
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testDeleteInput
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testDeleteSibling
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testDispose
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testExpand
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testExpandElement
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testExpandElementAgain
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testExpandToLevel
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testFilter
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testInsertChild
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testInsertChildReveal
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testInsertChildRevealSelect
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testInsertChildRevealSelectExpanded
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testInsertSibling
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testInsertSiblingReveal
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testInsertSiblingSelectExpanded
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testInsertSiblingWithFilterFiltered
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testInsertSiblingWithFilterNotFiltered
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testInsertSiblingWithSorter
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testInsertSiblings
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testLabelProvider
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testLabelProviderStateChange
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testRefreshWithAddedChildren
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testRefreshWithDuplicateChild
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testRefreshWithReusedItems
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testRename
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testRenameChildElement
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testRenameWithFilter
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testRenameWithLabelProvider
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testRenameWithSorter
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testSetAndGetData
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testSetAutoExpandOnSingleChildLevels
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testSetDuplicateChild
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testSetExpandedWithCycle
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testSetFilters
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testSetInput
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testSetSelection
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testSomeChildrenChanged
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testSorter
org.eclipse.jface.tests.viewers.VirtualTreeViewerTest ‑ testWorldChanged
org.eclipse.jface.tests.widgets.TestUnitButtonFactory ‑ createsButton
org.eclipse.jface.tests.widgets.TestUnitButtonFactory ‑ createsButtonWithAllProperties
org.eclipse.jface.tests.widgets.TestUnitCompositeFactory ‑ createCompositeWithAllProperties
org.eclipse.jface.tests.widgets.TestUnitCompositeFactory ‑ createsComposite
org.eclipse.jface.tests.widgets.TestUnitCompositeFactory ‑ createsCompositeWithLayoutSupplier
org.eclipse.jface.tests.widgets.TestUnitControlFactory ‑ createsControlWithNullsWhenNothingSet
org.eclipse.jface.tests.widgets.TestUnitControlFactory ‑ createsControlWithProperties
org.eclipse.jface.tests.widgets.TestUnitControlFactory ‑ setsBackground
org.eclipse.jface.tests.widgets.TestUnitControlFactory ‑ setsEnabled
org.eclipse.jface.tests.widgets.TestUnitControlFactory ‑ setsForeground
org.eclipse.jface.tests.widgets.TestUnitControlFactory ‑ setsLayoutData
org.eclipse.jface.tests.widgets.TestUnitControlFactory ‑ setsOrientation
org.eclipse.jface.tests.widgets.TestUnitControlFactory ‑ setsTooltip
org.eclipse.jface.tests.widgets.TestUnitControlFactory ‑ testUniqueLayoutData
org.eclipse.jface.tests.widgets.TestUnitGroupFactory ‑ createsGroup
org.eclipse.jface.tests.widgets.TestUnitGroupFactory ‑ createsGroupWithText
org.eclipse.jface.tests.widgets.TestUnitItemFactory ‑ createsControlWithProperties
org.eclipse.jface.tests.widgets.TestUnitItemFactory ‑ createsDifferentItemsWithSameFactory
org.eclipse.jface.tests.widgets.TestUnitLabelFactory ‑ createsLabel
org.eclipse.jface.tests.widgets.TestUnitLabelFactory ‑ createsLabelWithAllProperties
org.eclipse.jface.tests.widgets.TestUnitLinkFactory ‑ createLinksWithAllProperties
org.eclipse.jface.tests.widgets.TestUnitLinkFactory ‑ createsLink
org.eclipse.jface.tests.widgets.TestUnitSashFactory ‑ addSelectionListener
org.eclipse.jface.tests.widgets.TestUnitSashFactory ‑ createSash
org.eclipse.jface.tests.widgets.TestUnitSashFormFactory ‑ createsSashForm
org.eclipse.jface.tests.widgets.TestUnitSashFormFactory ‑ setsSashWidth
org.eclipse.jface.tests.widgets.TestUnitShellFactory ‑ addsShellActivatedListener
org.eclipse.jface.tests.widgets.TestUnitShellFactory ‑ addsShellClosedListener
org.eclipse.jface.tests.widgets.TestUnitShellFactory ‑ addsShellDeactivatedListener
org.eclipse.jface.tests.widgets.TestUnitShellFactory ‑ addsShellDeiconfiedListener
org.eclipse.jface.tests.widgets.TestUnitShellFactory ‑ addsShellIconfiedListener
org.eclipse.jface.tests.widgets.TestUnitShellFactory ‑ createsFullScreenShell
org.eclipse.jface.tests.widgets.TestUnitShellFactory ‑ createsMaximizedShell
org.eclipse.jface.tests.widgets.TestUnitShellFactory ‑ createsMinimizedShell
org.eclipse.jface.tests.widgets.TestUnitShellFactory ‑ createsShell
org.eclipse.jface.tests.widgets.TestUnitShellFactory ‑ createsShellInDisplayWithText
org.eclipse.jface.tests.widgets.TestUnitShellFactory ‑ createsShellWithAllProperties
org.eclipse.jface.tests.widgets.TestUnitShellFactory ‑ createsShellWithMenuBar
org.eclipse.jface.tests.widgets.TestUnitSpinnerFactory ‑ createsSpinner
org.eclipse.jface.tests.widgets.TestUnitSpinnerFactory ‑ createsSpinnerWithAllProperties
org.eclipse.jface.tests.widgets.TestUnitTableColumnFactory ‑ createsTableColumn
org.eclipse.jface.tests.widgets.TestUnitTableColumnFactory ‑ setsAlignment
org.eclipse.jface.tests.widgets.TestUnitTableColumnFactory ‑ setsMoveable
org.eclipse.jface.tests.widgets.TestUnitTableColumnFactory ‑ setsResizable
org.eclipse.jface.tests.widgets.TestUnitTableColumnFactory ‑ setsSelectionListener
org.eclipse.jface.tests.widgets.TestUnitTableColumnFactory ‑ setsToolTip
org.eclipse.jface.tests.widgets.TestUnitTableColumnFactory ‑ setsWidth
org.eclipse.jface.tests.widgets.TestUnitTableFactory ‑ createsTable
org.eclipse.jface.tests.widgets.TestUnitTableFactory ‑ createsTableWithAllProperties
org.eclipse.jface.tests.widgets.TestUnitTextFactory ‑ createsText
org.eclipse.jface.tests.widgets.TestUnitTextFactory ‑ createsTextWithAllProperties
org.eclipse.jface.tests.widgets.TestUnitTreeColumnFactory ‑ createsTreeColumn
org.eclipse.jface.tests.widgets.TestUnitTreeColumnFactory ‑ setsAlignment
org.eclipse.jface.tests.widgets.TestUnitTreeColumnFactory ‑ setsMoveable
org.eclipse.jface.tests.widgets.TestUnitTreeColumnFactory ‑ setsResizable
org.eclipse.jface.tests.widgets.TestUnitTreeColumnFactory ‑ setsSelectionListener
org.eclipse.jface.tests.widgets.TestUnitTreeColumnFactory ‑ setsToolTip
org.eclipse.jface.tests.widgets.TestUnitTreeColumnFactory ‑ setsWidth
org.eclipse.jface.tests.widgets.TestUnitTreeFactory ‑ createsTree
org.eclipse.jface.tests.widgets.TestUnitTreeFactory ‑ createsTreeWithAllProperties
org.eclipse.jface.tests.widgets.TestUnitWidgetFactory ‑ createsDifferentWidgetsWithSameFactory
org.eclipse.jface.tests.widgets.TestUnitWidgetFactory ‑ createsWidgetWithNullsWhenNothingSet
org.eclipse.jface.tests.widgets.TestUnitWidgetFactory ‑ setsData
org.eclipse.jface.tests.widgets.TestUnitWidgetFactory ‑ setsDataWithKey
org.eclipse.jface.tests.window.ApplicationWindowTest ‑ testBug334093
org.eclipse.jface.tests.wizards.ButtonAlignmentTest ‑ testBug270174
org.eclipse.jface.tests.wizards.ButtonAlignmentTest ‑ testButtonAlignment
org.eclipse.jface.tests.wizards.ButtonAlignmentTest ‑ testButtonAlignmentWithoutBackNextButtons
org.eclipse.jface.tests.wizards.WizardProgressMonitorTest ‑ testProgressLabelsClearedBug271530
org.eclipse.jface.tests.wizards.WizardProgressMonitorTest ‑ testProgressMonitorWithoutStopButtonBug287887
org.eclipse.jface.tests.wizards.WizardTest ‑ testEndingWithCancel
org.eclipse.jface.tests.wizards.WizardTest ‑ testEndingWithFinish
org.eclipse.jface.tests.wizards.WizardTest ‑ testPageChangeListening
org.eclipse.jface.tests.wizards.WizardTest ‑ testPageChanging
org.eclipse.jface.tests.wizards.WizardTest ‑ testShowPage
org.eclipse.jface.tests.wizards.WizardTest ‑ testWizardDispose
org.eclipse.jface.tests.wizards.WizardTest ‑ testWizardPageDispose
org.eclipse.jface.text.tests.DefaultPairMatcherTest ‑ testBoundaries
org.eclipse.jface.text.tests.DefaultPairMatcherTest ‑ testBug156426
org.eclipse.jface.text.tests.DefaultPairMatcherTest ‑ testBug377417
org.eclipse.jface.text.tests.DefaultPairMatcherTest ‑ testCloseMatches
org.eclipse.jface.text.tests.DefaultPairMatcherTest ‑ testCloseMatches1
org.eclipse.jface.text.tests.DefaultPairMatcherTest ‑ testIncompleteMatch
org.eclipse.jface.text.tests.DefaultPairMatcherTest ‑ testIncompleteMatch1
org.eclipse.jface.text.tests.DefaultPairMatcherTest ‑ testNesting
org.eclipse.jface.text.tests.DefaultPairMatcherTest ‑ testPartitioned
org.eclipse.jface.text.tests.DefaultPairMatcherTest ‑ testSimpleMatchDifferentMatchers
org.eclipse.jface.text.tests.DefaultPairMatcherTest ‑ testSimpleMatchSameMatcher
org.eclipse.jface.text.tests.DefaultPairMatcherTest ‑ testTestCaseReader
org.eclipse.jface.text.tests.DefaultPairMatcherTest ‑ testTestCaseReader1
org.eclipse.jface.text.tests.DefaultPairMatcherTest ‑ testTightPartitioned
org.eclipse.jface.text.tests.DefaultPairMatcherTest2 ‑ testBoundaries
org.eclipse.jface.text.tests.DefaultPairMatcherTest2 ‑ testBug156426
org.eclipse.jface.text.tests.DefaultPairMatcherTest2 ‑ testBug377417
org.eclipse.jface.text.tests.DefaultPairMatcherTest2 ‑ testCloseMatches
org.eclipse.jface.text.tests.DefaultPairMatcherTest2 ‑ testIncompleteMatch
org.eclipse.jface.text.tests.DefaultPairMatcherTest2 ‑ testNesting
org.eclipse.jface.text.tests.DefaultPairMatcherTest2 ‑ testPartitioned
org.eclipse.jface.text.tests.DefaultPairMatcherTest2 ‑ testSimpleMatchDifferentMatchers
org.eclipse.jface.text.tests.DefaultPairMatcherTest2 ‑ testSimpleMatchSameMatcher
org.eclipse.jface.text.tests.DefaultPairMatcherTest2 ‑ testSimpleMatchSameMatcher1
org.eclipse.jface.text.tests.DefaultPairMatcherTest2 ‑ testTestCaseReader
org.eclipse.jface.text.tests.DefaultPairMatcherTest2 ‑ testTestCaseReader1
org.eclipse.jface.text.tests.DefaultPairMatcherTest2 ‑ testTightPartitioned
org.eclipse.jface.text.tests.DefaultTextDoubleClickStrategyTest ‑ testClickAtLineEnd
org.eclipse.jface.text.tests.DefaultTextDoubleClickStrategyTest ‑ testUnderscoreHandling
org.eclipse.jface.text.tests.DefaultUndoManagerTest ‑ testConvertLineDelimiters
org.eclipse.jface.text.tests.DefaultUndoManagerTest ‑ testDocumentStamp
org.eclipse.jface.text.tests.DefaultUndoManagerTest ‑ testDocumentStamp2
org.eclipse.jface.text.tests.DefaultUndoManagerTest ‑ testLoopConvertLineDelimiters
org.eclipse.jface.text.tests.DefaultUndoManagerTest ‑ testLoopRandomAccess
org.eclipse.jface.text.tests.DefaultUndoManagerTest ‑ testLoopRandomAccessAsCompound
org.eclipse.jface.text.tests.DefaultUndoManagerTest ‑ testLoopRandomAccessAsUnclosedCompound
org.eclipse.jface.text.tests.DefaultUndoManagerTest ‑ testLoopRandomAccessWithMixedCompound
org.eclipse.jface.text.tests.DefaultUndoManagerTest ‑ testRandomAccess
org.eclipse.jface.text.tests.DefaultUndoManagerTest ‑ testRandomAccessAsCompound
org.eclipse.jface.text.tests.DefaultUndoManagerTest ‑ testRandomAccessAsUnclosedCompound
org.eclipse.jface.text.tests.DefaultUndoManagerTest ‑ testRandomAccessWithMixedCompound
org.eclipse.jface.text.tests.DefaultUndoManagerTest ‑ testRepeatableAccess
org.eclipse.jface.text.tests.DefaultUndoManagerTest ‑ testRepeatableAccessAsCompound
org.eclipse.jface.text.tests.DefaultUndoManagerTest ‑ testRepeatableAccessAsUnclosedCompound
org.eclipse.jface.text.tests.DefaultUndoManagerTest ‑ testRepeatableAccessWithMixedAndEmptyCompound
org.eclipse.jface.text.tests.FindReplaceDocumentAdapterContentProposalProviderTest ‑ testBackslashEvenProposal
org.eclipse.jface.text.tests.FindReplaceDocumentAdapterContentProposalProviderTest ‑ testBackslashOddProposal
org.eclipse.jface.text.tests.FindReplaceDocumentAdapterContentProposalProviderTest ‑ testEmptyTextProposal
org.eclipse.jface.text.tests.FindReplaceDocumentAdapterContentProposalProviderTest ‑ testNonEmptyProposal
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ test0
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ test1
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ test2
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ test3
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ test4
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ test5
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ test6
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ testBug367378
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ testCombineBoldItalicStriker
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ testComments
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ testEntity1
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ testEntity2
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ testStyles1
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ testStyles10
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ testStyles2
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ testStyles3
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ testStyles4
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ testStyles5
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ testStyles6
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ testStyles7
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ testStyles8
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ testStyles9
org.eclipse.jface.text.tests.HTML2TextReaderTest ‑ testStylesWithPre
org.eclipse.jface.text.tests.MultiSelectionTest ‑ testBackspace
org.eclipse.jface.text.tests.MultiSelectionTest ‑ testCopyPaste
org.eclipse.jface.text.tests.MultiSelectionTest ‑ testSelectionProcessor
org.eclipse.jface.text.tests.MultiSelectionTest ‑ testViewer
org.eclipse.jface.text.tests.ProjectionViewerTest ‑ testCopyPaste
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testBackspace1
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testBackspace2
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testBackspace3
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testBackspace4
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testBackspaceInside1
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testBackspaceInside2
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testBackspaceInside3
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testBackspaceLargeWidth1
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testBackspaceLargeWidth2
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testBackspaceRange1
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testBackspaceRange2
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testBackspaceSmallWidth
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testDelete1
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testDelete2
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testDelete3
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testDelete4
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testDeleteAfterCollapsedRegion
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testDeleteInside1
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testDeleteInside2
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testDeleteInside3
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testDeleteLargeWidth1
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testDeleteLargeWidth2
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testDeleteRange1
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testDeleteRange2
org.eclipse.jface.text.tests.TabsToSpacesConverterTest ‑ testDeleteSmallWidth
org.eclipse.jface.text.tests.TextHoverPopupTest ‑ testSearch
org.eclipse.jface.text.tests.TextPresentationTest ‑ testApplyStyleRange1
org.eclipse.jface.text.tests.TextPresentationTest ‑ testApplyStyleRange2
org.eclipse.jface.text.tests.TextPresentationTest ‑ testApplyStyleRange3
org.eclipse.jface.text.tests.TextPresentationTest ‑ testApplyStyleRange4
org.eclipse.jface.text.tests.TextPresentationTest ‑ testApplyTextPresentation
org.eclipse.jface.text.tests.TextPresentationTest ‑ testClippedRegions1
org.eclipse.jface.text.tests.TextPresentationTest ‑ testClippedRegions2
org.eclipse.jface.text.tests.TextPresentationTest ‑ testEmptyPresentation
org.eclipse.jface.text.tests.TextPresentationTest ‑ testExtend
org.eclipse.jface.text.tests.TextPresentationTest ‑ testExtendUndefined
org.eclipse.jface.text.tests.TextPresentationTest ‑ testIterator
org.eclipse.jface.text.tests.TextPresentationTest ‑ testLinkMerge
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeAll
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange1
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange10
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange11
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange12
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange13
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange14
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange15
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange16
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange17
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange18
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange2
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange22
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange23
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange3
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange4
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange5
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange6
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange7
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange8
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRange9
org.eclipse.jface.text.tests.TextPresentationTest ‑ testMergeStyleRanges1
org.eclipse.jface.text.tests.TextPresentationTest ‑ testReplaceStyleRange2
org.eclipse.jface.text.tests.TextPresentationTest ‑ testReplaceStyleRanges1
org.eclipse.jface.text.tests.TextPresentationTest ‑ testUnclippedRegions
org.eclipse.jface.text.tests.TextViewerTest ‑ testBlockSelectionAccessors
org.eclipse.jface.text.tests.TextViewerTest ‑ testCaretMoveChangesSelection
org.eclipse.jface.text.tests.TextViewerTest ‑ testCtrlEndViewportListener
org.eclipse.jface.text.tests.TextViewerTest ‑ testCtrlHomeViewportListener
org.eclipse.jface.text.tests.TextViewerTest ‑ testDefaultContentImplementation
org.eclipse.jface.text.tests.TextViewerTest ‑ testGetCachedSelection
org.eclipse.jface.text.tests.TextViewerTest ‑ testPasteMultiLines
org.eclipse.jface.text.tests.TextViewerTest ‑ testSelectionFromViewerState
org.eclipse.jface.text.tests.TextViewerTest ‑ testSetRedraw_Bug441827
org.eclipse.jface.text.tests.TextViewerTest ‑ testSetSelectionNoDoc
org.eclipse.jface.text.tests.TextViewerTest ‑ testShiftLeft

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

7613 tests found (test 6019 to 6878)

There are 7613 tests, see "Raw output" for the list of tests 6019 to 6878.
Raw output
org.eclipse.jface.text.tests.TextViewerTest ‑ testURLHyperlinkDetector
org.eclipse.jface.text.tests.TextViewerUndoManagerTest ‑ testCanUndo
org.eclipse.jface.text.tests.TextViewerUndoManagerTest ‑ testConvertLineDelimiters
org.eclipse.jface.text.tests.TextViewerUndoManagerTest ‑ testDocumentStamp
org.eclipse.jface.text.tests.TextViewerUndoManagerTest ‑ testDocumentStamp2
org.eclipse.jface.text.tests.TextViewerUndoManagerTest ‑ testLoopConvertLineDelimiters
org.eclipse.jface.text.tests.TextViewerUndoManagerTest ‑ testLoopRandomAccess
org.eclipse.jface.text.tests.TextViewerUndoManagerTest ‑ testLoopRandomAccessAsCompound
org.eclipse.jface.text.tests.TextViewerUndoManagerTest ‑ testLoopRandomAccessAsUnclosedCompound
org.eclipse.jface.text.tests.TextViewerUndoManagerTest ‑ testLoopRandomAccessWithMixedCompound
org.eclipse.jface.text.tests.TextViewerUndoManagerTest ‑ testRandomAccess
org.eclipse.jface.text.tests.TextViewerUndoManagerTest ‑ testRandomAccessAsCompound
org.eclipse.jface.text.tests.TextViewerUndoManagerTest ‑ testRandomAccessAsUnclosedCompound
org.eclipse.jface.text.tests.TextViewerUndoManagerTest ‑ testRandomAccessWithMixedCompound
org.eclipse.jface.text.tests.TextViewerUndoManagerTest ‑ testRepeatableAccess
org.eclipse.jface.text.tests.TextViewerUndoManagerTest ‑ testRepeatableAccessAsCompound
org.eclipse.jface.text.tests.TextViewerUndoManagerTest ‑ testRepeatableAccessAsUnclosedCompound
org.eclipse.jface.text.tests.TextViewerUndoManagerTest ‑ testRepeatableAccessWithMixedAndEmptyCompound
org.eclipse.jface.text.tests.TextViewerUndoManagerTest ‑ testTransferNonUndoableNonTextOp
org.eclipse.jface.text.tests.TextViewerUndoManagerTest ‑ testTransferUndoableNonTextOp
org.eclipse.jface.text.tests.codemining.CodeMiningProjectionViewerTest ‑ testCodeMiningDoesntAlterFocus
org.eclipse.jface.text.tests.codemining.CodeMiningProjectionViewerTest ‑ testCollapse
org.eclipse.jface.text.tests.codemining.CodeMiningTest ‑ testCodeMiningCtrlEnd
org.eclipse.jface.text.tests.codemining.CodeMiningTest ‑ testCodeMiningCtrlHome
org.eclipse.jface.text.tests.codemining.CodeMiningTest ‑ testCodeMiningFirstLine
org.eclipse.jface.text.tests.codemining.CodeMiningTest ‑ testCodeMiningMultiLine
org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest ‑ testAsyncFailureStackOverflow
org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest ‑ testCompleteActivationChar
org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest ‑ testCompletePrefix
org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest ‑ testSyncFailureNPE
org.eclipse.jface.text.tests.contentassist.ContextInformationPresenterTest ‑ testContextInfo_withStyledTextPresentation
org.eclipse.jface.text.tests.contentassist.ContextInformationTest ‑ testContextInfo
org.eclipse.jface.text.tests.contentassist.ContextInformationTest ‑ testContextInfo_hide_Bug512251
org.eclipse.jface.text.tests.contentassist.ContextInformationTest ‑ testContextInfo_hide_focusOut
org.eclipse.jface.text.tests.contentassist.ContextInformationTest ‑ testContextInfo_hide_keyEsc
org.eclipse.jface.text.tests.contentassist.ContextInformationTest ‑ testContextInfo_hide_validRange
org.eclipse.jface.text.tests.contentassist.FilteringAsyncContentAssistTests ‑ testCA_WithFirstDelayedThenImmediateProposals
org.eclipse.jface.text.tests.contentassist.FilteringAsyncContentAssistTests ‑ testFastCompletionsNotFilteredUntilLongComplitionsCalculated
org.eclipse.jface.text.tests.contentassist.FilteringAsyncContentAssistTests ‑ testFilteredCa
org.eclipse.jface.text.tests.contentassist.FilteringAsyncContentAssistTests ‑ testFilteredCa_AllFilteredOut
org.eclipse.jface.text.tests.contentassist.FilteringAsyncContentAssistTests ‑ testMultipleCaProcessors
org.eclipse.jface.text.tests.contentassist.FilteringAsyncContentAssistTests ‑ testProposalValidation
org.eclipse.jface.text.tests.contentassist.FilteringAsyncContentAssistTests ‑ testSimpleCa
org.eclipse.jface.text.tests.contentassist.IncrementalAsyncContentAssistTests ‑ testIncrementalComplete
org.eclipse.jface.text.tests.contentassist.IncrementalAsyncContentAssistTests ‑ testIncrementalCompleteOfSingleProposal
org.eclipse.jface.text.tests.contentassist.IncrementalAsyncContentAssistTests ‑ testIncrementalComplete_async
org.eclipse.jface.text.tests.reconciler.AbstractReconcilerTest ‑ testCancellingWhenClean
org.eclipse.jface.text.tests.reconciler.AbstractReconcilerTest ‑ testCancellingWhenRunning
org.eclipse.jface.text.tests.reconciler.AbstractReconcilerTest ‑ testDirtyingWhenClean
org.eclipse.jface.text.tests.reconciler.AbstractReconcilerTest ‑ testDirtyingWhenRunning
org.eclipse.jface.text.tests.reconciler.AbstractReconcilerTest ‑ testInitialReconcile
org.eclipse.jface.text.tests.reconciler.AbstractReconcilerTest ‑ testReplacingDocumentWhenClean
org.eclipse.jface.text.tests.reconciler.AbstractReconcilerTest ‑ testReplacingDocumentWhenRunning
org.eclipse.jface.text.tests.reconciler.FastAbstractReconcilerTest ‑ testCancellingWhenClean
org.eclipse.jface.text.tests.reconciler.FastAbstractReconcilerTest ‑ testCancellingWhenRunning
org.eclipse.jface.text.tests.reconciler.FastAbstractReconcilerTest ‑ testDirtyingWhenClean
org.eclipse.jface.text.tests.reconciler.FastAbstractReconcilerTest ‑ testDirtyingWhenRunning
org.eclipse.jface.text.tests.reconciler.FastAbstractReconcilerTest ‑ testInitialReconcile
org.eclipse.jface.text.tests.reconciler.FastAbstractReconcilerTest ‑ testReplacingDocumentWhenClean
org.eclipse.jface.text.tests.reconciler.FastAbstractReconcilerTest ‑ testReplacingDocumentWhenRunning
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testBug368219_1
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testBug368219_2
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testBug409538_1
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testBug409538_2
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testComputePartitioning
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testComputePartitioningEmptyEnd
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testComputePartitioningEmptyMiddle
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testComputePartitioningEmptyStart
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testComputePartitioningSubrangeAfterBoundaries
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testComputePartitioningSubrangeBeforeBoundaries
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testComputePartitioningSubrangeInBoundaries1
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testComputePartitioningSubrangeInBoundaries2
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testComputePartitioningSubrangeOnBoundaries
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testComputePartitioningSubrangeOnBoundaries2
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testGetContentType
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testGetContentTypeEmptyEnd
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testGetContentTypeEmptyMiddle
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testGetContentTypeEmptyStart
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testGetPartition
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testGetPartitionEmptyEnd
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testGetPartitionEmptyMiddle
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testGetPartitionEmptyStart
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testPR101014
org.eclipse.jface.text.tests.rules.DefaultPartitionerTest ‑ testPR130900
org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest ‑ testComputePartitioningSubrangeAfterBoundaries
org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest ‑ testComputePartitioningSubrangeBeforeBoundaries
org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest ‑ testComputePartitioningSubrangeInBoundaries1
org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest ‑ testComputePartitioningSubrangeInBoundaries2
org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest ‑ testComputePartitioningSubrangeOnBoundaries
org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest ‑ testComputePartitioningSubrangeOnBoundaries2
org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest ‑ testComputeZeroLengthPartitioning
org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest ‑ testComputeZeroLengthPartitioningEmptyEnd
org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest ‑ testComputeZeroLengthPartitioningEmptyMiddle
org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest ‑ testComputeZeroLengthPartitioningEmptyStart
org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest ‑ testGetZeroLengthContentType
org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest ‑ testGetZeroLengthContentTypeEmptyEnd
org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest ‑ testGetZeroLengthContentTypeEmptyMiddle
org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest ‑ testGetZeroLengthContentTypeEmptyStart
org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest ‑ testGetZeroLengthPartition
org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest ‑ testGetZeroLengthPartitionEmptyEnd
org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest ‑ testGetZeroLengthPartitionEmptyMiddle
org.eclipse.jface.text.tests.rules.DefaultPartitionerZeroLengthTest ‑ testGetZeroLengthPartitionEmptyStart
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testBug368219_1
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testBug368219_2
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testBug409538_1
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testBug409538_2
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testComputePartitioning
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testComputePartitioningEmptyEnd
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testComputePartitioningEmptyMiddle
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testComputePartitioningEmptyStart
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testComputePartitioningSubrangeAfterBoundaries
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testComputePartitioningSubrangeBeforeBoundaries
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testComputePartitioningSubrangeInBoundaries1
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testComputePartitioningSubrangeInBoundaries2
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testComputePartitioningSubrangeOnBoundaries
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testComputePartitioningSubrangeOnBoundaries2
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testGetContentType
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testGetContentTypeEmptyEnd
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testGetContentTypeEmptyMiddle
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testGetContentTypeEmptyStart
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testGetPartition
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testGetPartitionEmptyEnd
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testGetPartitionEmptyMiddle
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testGetPartitionEmptyStart
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testPR101014
org.eclipse.jface.text.tests.rules.FastPartitionerTest ‑ testPR130900
org.eclipse.jface.text.tests.rules.ScannerColumnTest ‑ testBufferedRuleBasedScannerColumnRead
org.eclipse.jface.text.tests.rules.ScannerColumnTest ‑ testBufferedRuleBasedScannerColumnUnread
org.eclipse.jface.text.tests.rules.ScannerColumnTest ‑ testRuleBasedScannerColumnRead
org.eclipse.jface.text.tests.rules.ScannerColumnTest ‑ testRuleBasedScannerColumnUnread
org.eclipse.jface.text.tests.rules.WordRuleTest ‑ testBug144355
org.eclipse.jface.text.tests.rules.WordRuleTest ‑ testBug163116
org.eclipse.jface.text.tests.rules.WordRuleTest ‑ testBug175712_1
org.eclipse.jface.text.tests.rules.WordRuleTest ‑ testBug175712_2
org.eclipse.jface.text.tests.source.AnnotationRulerColumnTest ‑ testDrawWithEmptyProjection
org.eclipse.jface.text.tests.source.LineNumberRulerColumnTest ‑ testRedrawAfterDispose
org.eclipse.jface.text.tests.source.inlined.AnnotationOnTabTest ‑ testTextBoundsMatchPaintedArea
org.eclipse.jface.text.tests.source.inlined.LineContentBoundsDrawingTest ‑ testTextBoundsMatchPaintedArea[ annoation just after initial tab]
org.eclipse.jface.text.tests.source.inlined.LineContentBoundsDrawingTest ‑ testTextBoundsMatchPaintedArea[ annotation just after initial space]
org.eclipse.jface.text.tests.source.inlined.LineContentBoundsDrawingTest ‑ testTextBoundsMatchPaintedArea[annotation inside text]
org.eclipse.jface.text.tests.templates.persistence.TemplatePersistenceDataTest ‑ testEquals
org.eclipse.search.core.tests.LineConversionTest ‑ testBogusLines
org.eclipse.search.core.tests.LineConversionTest ‑ testConvertToCharacter
org.eclipse.search.core.tests.QueryManagerTest ‑ testAddQuery
org.eclipse.search.core.tests.QueryManagerTest ‑ testQueryListener
org.eclipse.search.core.tests.QueryManagerTest ‑ testRemoveQuery
org.eclipse.search.core.tests.TestSearchResult ‑ testAddMatch
org.eclipse.search.core.tests.TestSearchResult ‑ testAddMatchDifferentLength
org.eclipse.search.core.tests.TestSearchResult ‑ testAddMatchDifferentStart
org.eclipse.search.core.tests.TestSearchResult ‑ testAddMatchDifferentStartInOrder
org.eclipse.search.core.tests.TestSearchResult ‑ testAddMatches
org.eclipse.search.core.tests.TestSearchResult ‑ testBatchedMatchEvent
org.eclipse.search.core.tests.TestSearchResult ‑ testMatchEvent
org.eclipse.search.core.tests.TestSearchResult ‑ testRemoveMatch
org.eclipse.search.core.tests.TestSearchResult ‑ testRemoveMatches
org.eclipse.search.tests.TextSearchRegistryTest ‑ testRegistry
org.eclipse.search.tests.filesearch.AnnotationManagerTest ‑ testAddAnnotation
org.eclipse.search.tests.filesearch.AnnotationManagerTest ‑ testBogusAnnotation
org.eclipse.search.tests.filesearch.AnnotationManagerTest ‑ testRemoveQuery
org.eclipse.search.tests.filesearch.AnnotationManagerTest ‑ testReplaceQuery
org.eclipse.search.tests.filesearch.AnnotationManagerTest ‑ testSwitchQuery
org.eclipse.search.tests.filesearch.FileSearchTests ‑ testDerivedFilesParallel
org.eclipse.search.tests.filesearch.FileSearchTests ‑ testDerivedFilesSerial
org.eclipse.search.tests.filesearch.FileSearchTests ‑ testFileNamePatternsParallel
org.eclipse.search.tests.filesearch.FileSearchTests ‑ testFileNamePatternsSerial
org.eclipse.search.tests.filesearch.FileSearchTests ‑ testFileOpenInEditorParallel
org.eclipse.search.tests.filesearch.FileSearchTests ‑ testFileOpenInEditorSerial
org.eclipse.search.tests.filesearch.FileSearchTests ‑ testSimpleFilesParallel
org.eclipse.search.tests.filesearch.FileSearchTests ‑ testSimpleFilesSerial
org.eclipse.search.tests.filesearch.FileSearchTests ‑ testWholeWordParallel
org.eclipse.search.tests.filesearch.FileSearchTests ‑ testWholeWordSerial
org.eclipse.search.tests.filesearch.FileSearchTests ‑ testWildCards1Parallel
org.eclipse.search.tests.filesearch.FileSearchTests ‑ testWildCards1Serial
org.eclipse.search.tests.filesearch.FileSearchTests ‑ testWildCards2Parallel
org.eclipse.search.tests.filesearch.FileSearchTests ‑ testWildCards2Serial
org.eclipse.search.tests.filesearch.FileSearchTests ‑ testWildCards3Parallel
org.eclipse.search.tests.filesearch.FileSearchTests ‑ testWildCards3Serial
org.eclipse.search.tests.filesearch.FileSearchTests ‑ testWildcardQuotes
org.eclipse.search.tests.filesearch.LineAnnotationManagerTest ‑ testLineBasedQuery
org.eclipse.search.tests.filesearch.PositionTrackerTest ‑ testInsertAt0
org.eclipse.search.tests.filesearch.PositionTrackerTest ‑ testInsertInsideMatch
org.eclipse.search.tests.filesearch.ResultUpdaterTest ‑ testRemoveFile
org.eclipse.search.tests.filesearch.ResultUpdaterTest ‑ testRemoveProject
org.eclipse.search.tests.filesearch.SearchResultPageTest ‑ testBasicDisplay
org.eclipse.search.tests.filesearch.SearchResultPageTest ‑ testRemoveTreeMatches
org.eclipse.search.tests.filesearch.SearchResultPageTest ‑ testTableNavigation
org.eclipse.search.tests.filesearch.SortingTest ‑ testSorted
org.eclipse.text.quicksearch.tests.DefaultPriorityFunctionTest ‑ testDoNotIgnoreVirtualFolder
org.eclipse.text.quicksearch.tests.DefaultPriorityFunctionTest ‑ testIgnoreLinkedContainers
org.eclipse.text.quicksearch.tests.PrioriTreeTest ‑ testSetOverlappingPaths
org.eclipse.text.quicksearch.tests.PrioriTreeTest ‑ testSetOverlappingPaths2
org.eclipse.text.quicksearch.tests.PrioriTreeTest ‑ testSetTreePriority
org.eclipse.text.quicksearch.tests.PrioriTreeTest ‑ testSetTreePriority2
org.eclipse.text.quicksearch.tests.PrioriTreeTest ‑ testSinglePathSet
org.eclipse.text.quicksearch.tests.PrioriTreeTest ‑ testWithEmptyTree
org.eclipse.text.quicksearch.tests.QuickAccessComputerTest ‑ testQuickAccessComputer
org.eclipse.text.quicksearch.tests.ResourceMatcherTest ‑ absolutePath
org.eclipse.text.quicksearch.tests.ResourceMatcherTest ‑ commaSeparatedPaths
org.eclipse.text.quicksearch.tests.ResourceMatcherTest ‑ complexRelativePattern
org.eclipse.text.quicksearch.tests.ResourceMatcherTest ‑ simpleRelativePattern
org.eclipse.text.tests.AnnotationModelExtension2Test ‑ testAhead
org.eclipse.text.tests.AnnotationModelExtension2Test ‑ testAheadBehind
org.eclipse.text.tests.AnnotationModelExtension2Test ‑ testBehind
org.eclipse.text.tests.AnnotationModelExtension2Test ‑ testInside
org.eclipse.text.tests.AnnotationModelStressTest ‑ testStressTestMoveNew
org.eclipse.text.tests.AnnotationModelStressTest ‑ testStressTestMoveOld
org.eclipse.text.tests.AnnotationModelStressTest ‑ testStressTestPlainNew
org.eclipse.text.tests.AnnotationModelStressTest ‑ testStressTestPlainOld
org.eclipse.text.tests.ChildDocumentTest ‑ testAppend
org.eclipse.text.tests.ChildDocumentTest ‑ testDelete1
org.eclipse.text.tests.ChildDocumentTest ‑ testEditScript1
org.eclipse.text.tests.ChildDocumentTest ‑ testFindPositions
org.eclipse.text.tests.ChildDocumentTest ‑ testInsert1
org.eclipse.text.tests.ChildDocumentTest ‑ testInsert2
org.eclipse.text.tests.ChildDocumentTest ‑ testInsert3
org.eclipse.text.tests.ChildDocumentTest ‑ testInsert4
org.eclipse.text.tests.ChildDocumentTest ‑ testReplace1
org.eclipse.text.tests.ChildDocumentTest ‑ testReplace2
org.eclipse.text.tests.ChildDocumentTest ‑ testReplace3
org.eclipse.text.tests.ChildDocumentTest ‑ testReplace4
org.eclipse.text.tests.ChildDocumentTest ‑ testShiftLeft
org.eclipse.text.tests.ChildDocumentTest ‑ testShiftRight
org.eclipse.text.tests.ConfigurableLineTrackerTest ‑ testAlternativeDelimiters1
org.eclipse.text.tests.ConfigurableLineTrackerTest ‑ testAlternativeDelimiters2
org.eclipse.text.tests.ConfigurableLineTrackerTest ‑ testLongestMatch
org.eclipse.text.tests.ConfigurableLineTrackerTest ‑ testMixedDefaultDelimiter
org.eclipse.text.tests.ConfigurableLineTrackerTest ‑ testSingleDelimiter
org.eclipse.text.tests.CopyOnWriteTextStoreTest ‑ testAppend
org.eclipse.text.tests.CopyOnWriteTextStoreTest ‑ testDelete1
org.eclipse.text.tests.CopyOnWriteTextStoreTest ‑ testDelete2
org.eclipse.text.tests.CopyOnWriteTextStoreTest ‑ testFirstModification
org.eclipse.text.tests.CopyOnWriteTextStoreTest ‑ testInitialContent
org.eclipse.text.tests.CopyOnWriteTextStoreTest ‑ testInsert1
org.eclipse.text.tests.CopyOnWriteTextStoreTest ‑ testInsert2
org.eclipse.text.tests.CopyOnWriteTextStoreTest ‑ testSet
org.eclipse.text.tests.DocumentExtensionTest ‑ testAppend
org.eclipse.text.tests.DocumentExtensionTest ‑ testChildDocumentCC
org.eclipse.text.tests.DocumentExtensionTest ‑ testChildDocumentCP
org.eclipse.text.tests.DocumentExtensionTest ‑ testChildDocumentPC
org.eclipse.text.tests.DocumentExtensionTest ‑ testChildDocumentPP
org.eclipse.text.tests.DocumentExtensionTest ‑ testChildDocumentRepeatedCC
org.eclipse.text.tests.DocumentExtensionTest ‑ testChildDocumentRepeatedCP
org.eclipse.text.tests.DocumentExtensionTest ‑ testChildDocumentRepeatedPC
org.eclipse.text.tests.DocumentExtensionTest ‑ testChildDocumentRepeatedPP
org.eclipse.text.tests.DocumentExtensionTest ‑ testRemove
org.eclipse.text.tests.DocumentExtensionTest ‑ testRepeatedAppend
org.eclipse.text.tests.DocumentTest ‑ testAppend
org.eclipse.text.tests.DocumentTest ‑ testDelete1
org.eclipse.text.tests.DocumentTest ‑ testEditScript1
org.eclipse.text.tests.DocumentTest ‑ testEmptyDocument
org.eclipse.text.tests.DocumentTest ‑ testFindPositions
org.eclipse.text.tests.DocumentTest ‑ testInsert1
org.eclipse.text.tests.DocumentTest ‑ testInsert2
org.eclipse.text.tests.DocumentTest ‑ testInsert3
org.eclipse.text.tests.DocumentTest ‑ testInsert4
org.eclipse.text.tests.DocumentTest ‑ testReplace1
org.eclipse.text.tests.DocumentTest ‑ testReplace2
org.eclipse.text.tests.DocumentTest ‑ testReplace3
org.eclipse.text.tests.DocumentTest ‑ testReplace4
org.eclipse.text.tests.DocumentTest ‑ testShiftLeft
org.eclipse.text.tests.DocumentTest ‑ testShiftRight
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testAddAfter
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testAddBefore
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testAddRightAfter
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testAddRightBefore
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testAddWithin
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testAddWithin2
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testDeleteAfter
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testDeleteAtOffset
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testDeleteAtOffset2
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testDeleteAtOffsetOverRightBorder
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testDeleteAtOffsetTillRight
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testDeleteAtRight
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testDeleteBefore
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testDeleteOverLeftBorder
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testDeleteOverLeftBorderTillRight
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testDeleteOverRightBorder
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testDeleteRightAfter
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testDeleteRightBefore
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testDeleteWithin
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testDeleted
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testReplaceAfter
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testReplaceAtOffset1
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testReplaceAtOffset2
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testReplaceAtOffsetTillRight
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testReplaceAtRight
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testReplaceBefore
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testReplaceLeftBorder
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testReplaceLeftBorderTillRight
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testReplaceRightAfter
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testReplaceRightBefore
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testReplaceRightBorder
org.eclipse.text.tests.ExclusivePositionUpdaterTest ‑ testReplaced
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ _testRegexFindLinebreak2
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ _testRegexReplace
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ testBug386751
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ testBug74993
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ testFind
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ testFindCaretAtEndStart
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ testFindCaretAtWordStart
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ testFindCaretInMiddleOfWord
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ testIllegalState
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ testRegexFindLinebreak
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ testRegexFindLinebreak2_fail
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ testRegexFindLinebreak3
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ testRegexFindLinebreakIllegal
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ testRegexFindStackOverflow_fail
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ testRegexReplace2
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ testRegexReplace3
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ testRegexRetainCase
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ testReplace
org.eclipse.text.tests.FindReplaceDocumentAdapterTest ‑ testUTF8Pattern
org.eclipse.text.tests.GapTextStoreTest ‑ testDeleteEmptyLine
org.eclipse.text.tests.GapTextStoreTest ‑ testDeleteLines
org.eclipse.text.tests.GapTextStoreTest ‑ testDeleteLines2
org.eclipse.text.tests.GapTextStoreTest ‑ testEditScript1
org.eclipse.text.tests.GapTextStoreTest ‑ testEmptyLines
org.eclipse.text.tests.GapTextStoreTest ‑ testFunnyLastLineCompatibility
org.eclipse.text.tests.GapTextStoreTest ‑ testGet1
org.eclipse.text.tests.GapTextStoreTest ‑ testGet2
org.eclipse.text.tests.GapTextStoreTest ‑ testInsert1
org.eclipse.text.tests.GapTextStoreTest ‑ testInsert2
org.eclipse.text.tests.GapTextStoreTest ‑ testLinesNumbers
org.eclipse.text.tests.GapTextStoreTest ‑ testOffsets
org.eclipse.text.tests.GapTextStoreTest ‑ testRemove
org.eclipse.text.tests.GapTextStoreTest ‑ testReplace
org.eclipse.text.tests.GapTextStoreTest ‑ testReplace2
org.eclipse.text.tests.GapTextStoreTest ‑ testReplace3
org.eclipse.text.tests.GapTextStoreTest ‑ testReplace4
org.eclipse.text.tests.GapTextStoreTest ‑ testSet
org.eclipse.text.tests.GapTextStoreTest ‑ testShiftLeft
org.eclipse.text.tests.GapTextStoreTest ‑ testShiftRight
org.eclipse.text.tests.GapTextTest ‑ testGetText1
org.eclipse.text.tests.GapTextTest ‑ testGetText2
org.eclipse.text.tests.GapTextTest ‑ testInsert
org.eclipse.text.tests.GapTextTest ‑ testRemoveAtLeftGapEdge
org.eclipse.text.tests.GapTextTest ‑ testRemoveAtRightGapEdge
org.eclipse.text.tests.GapTextTest ‑ testRemoveGapOverlapping
org.eclipse.text.tests.GapTextTest ‑ testRemoveGapOverlapping2
org.eclipse.text.tests.GapTextTest ‑ testRemoveReallocateBeforeGap
org.eclipse.text.tests.GapTextTest ‑ testRemoveRemoteFromGap
org.eclipse.text.tests.GapTextTest ‑ testReplace
org.eclipse.text.tests.GapTextTest ‑ testSet
org.eclipse.text.tests.LineTrackerTest3 ‑ testBug545565_compareTrackerResult
org.eclipse.text.tests.LineTrackerTest3 ‑ testBug545565_setNull
org.eclipse.text.tests.LineTrackerTest3 ‑ testDeleteEmptyLine
org.eclipse.text.tests.LineTrackerTest3 ‑ testDeleteLines
org.eclipse.text.tests.LineTrackerTest3 ‑ testDeleteLinesFromEnd
org.eclipse.text.tests.LineTrackerTest3 ‑ testEditScript1
org.eclipse.text.tests.LineTrackerTest3 ‑ testEmptyLines
org.eclipse.text.tests.LineTrackerTest3 ‑ testFunnyLastLineCompatibility
org.eclipse.text.tests.LineTrackerTest3 ‑ testFunnyLastLineCompatibility2
org.eclipse.text.tests.LineTrackerTest3 ‑ testInsert1
org.eclipse.text.tests.LineTrackerTest3 ‑ testInsert2
org.eclipse.text.tests.LineTrackerTest3 ‑ testLinesNumbers
org.eclipse.text.tests.LineTrackerTest3 ‑ testMultipleNewlines
org.eclipse.text.tests.LineTrackerTest3 ‑ testNegativeOffset
org.eclipse.text.tests.LineTrackerTest3 ‑ testNoDelimiterLine
org.eclipse.text.tests.LineTrackerTest3 ‑ testOffsets
org.eclipse.text.tests.LineTrackerTest3 ‑ testRemove
org.eclipse.text.tests.LineTrackerTest3 ‑ testReplace
org.eclipse.text.tests.LineTrackerTest3 ‑ testReplace2
org.eclipse.text.tests.LineTrackerTest3 ‑ testReplace3
org.eclipse.text.tests.LineTrackerTest3 ‑ testReplace4
org.eclipse.text.tests.LineTrackerTest3 ‑ testSet
org.eclipse.text.tests.LineTrackerTest3 ‑ testShiftLeft
org.eclipse.text.tests.LineTrackerTest3 ‑ testShiftRight
org.eclipse.text.tests.LineTrackerTest4 ‑ testEditScript1
org.eclipse.text.tests.LineTrackerTest4 ‑ testEmptyLines
org.eclipse.text.tests.LineTrackerTest4 ‑ testInsert1
org.eclipse.text.tests.LineTrackerTest4 ‑ testInsert2
org.eclipse.text.tests.LineTrackerTest4 ‑ testLinesNumbers
org.eclipse.text.tests.LineTrackerTest4 ‑ testOffsets
org.eclipse.text.tests.LineTrackerTest4 ‑ testRemove
org.eclipse.text.tests.LineTrackerTest4 ‑ testReplace
org.eclipse.text.tests.LineTrackerTest4 ‑ testShiftLeft
org.eclipse.text.tests.LineTrackerTest4 ‑ testShiftRight
org.eclipse.text.tests.MultiStringMatcherTest ‑ addAfterBuild
org.eclipse.text.tests.MultiStringMatcherTest ‑ fluent001
org.eclipse.text.tests.MultiStringMatcherTest ‑ fluent002
org.eclipse.text.tests.MultiStringMatcherTest ‑ fluent003
org.eclipse.text.tests.MultiStringMatcherTest ‑ multi001
org.eclipse.text.tests.MultiStringMatcherTest ‑ multi002
org.eclipse.text.tests.MultiStringMatcherTest ‑ multi003
org.eclipse.text.tests.MultiStringMatcherTest ‑ multi004
org.eclipse.text.tests.MultiStringMatcherTest ‑ multi005
org.eclipse.text.tests.MultiStringMatcherTest ‑ multi006
org.eclipse.text.tests.MultiStringMatcherTest ‑ multi007
org.eclipse.text.tests.MultiStringMatcherTest ‑ multi008
org.eclipse.text.tests.MultiStringMatcherTest ‑ multi009
org.eclipse.text.tests.MultiStringMatcherTest ‑ multi010
org.eclipse.text.tests.MultiStringMatcherTest ‑ multi011
org.eclipse.text.tests.MultiStringMatcherTest ‑ multi012
org.eclipse.text.tests.MultiStringMatcherTest ‑ multi013
org.eclipse.text.tests.MultiStringMatcherTest ‑ multi014
org.eclipse.text.tests.MultiStringMatcherTest ‑ noStrings001
org.eclipse.text.tests.MultiStringMatcherTest ‑ noStrings002
org.eclipse.text.tests.MultiStringMatcherTest ‑ noStrings003
org.eclipse.text.tests.MultiStringMatcherTest ‑ reuseBuilder
org.eclipse.text.tests.MultiStringMatcherTest ‑ scan001
org.eclipse.text.tests.MultiStringMatcherTest ‑ scan002
org.eclipse.text.tests.MultiStringMatcherTest ‑ scan003
org.eclipse.text.tests.MultiStringMatcherTest ‑ test001
org.eclipse.text.tests.MultiStringMatcherTest ‑ test002
org.eclipse.text.tests.MultiStringMatcherTest ‑ test003
org.eclipse.text.tests.MultiStringMatcherTest ‑ test004
org.eclipse.text.tests.MultiStringMatcherTest ‑ test005
org.eclipse.text.tests.MultiStringMatcherTest ‑ test006
org.eclipse.text.tests.MultiStringMatcherTest ‑ test007
org.eclipse.text.tests.MultiStringMatcherTest ‑ test008
org.eclipse.text.tests.MultiStringMatcherTest ‑ test009
org.eclipse.text.tests.MultiStringMatcherTest ‑ test010
org.eclipse.text.tests.MultiStringMatcherTest ‑ test011
org.eclipse.text.tests.MultiStringMatcherTest ‑ test012
org.eclipse.text.tests.MultiStringMatcherTest ‑ test013
org.eclipse.text.tests.MultiStringMatcherTest ‑ test014
org.eclipse.text.tests.MultiStringMatcherTest ‑ test015
org.eclipse.text.tests.MultiStringMatcherTest ‑ test016
org.eclipse.text.tests.MultiStringMatcherTest ‑ test017
org.eclipse.text.tests.MultiStringMatcherTest ‑ test018
org.eclipse.text.tests.MultiStringMatcherTest ‑ test019
org.eclipse.text.tests.MultiStringMatcherTest ‑ test020
org.eclipse.text.tests.MultiStringMatcherTest ‑ test021
org.eclipse.text.tests.MultiStringMatcherTest ‑ test022
org.eclipse.text.tests.MultiStringMatcherTest ‑ test023
org.eclipse.text.tests.MultiStringMatcherTest ‑ test024
org.eclipse.text.tests.MultiStringMatcherTest ‑ test025
org.eclipse.text.tests.MultiStringMatcherTest ‑ test026
org.eclipse.text.tests.MultiStringMatcherTest ‑ test027
org.eclipse.text.tests.MultiStringMatcherTest ‑ test028
org.eclipse.text.tests.MultiStringMatcherTest ‑ test029
org.eclipse.text.tests.MultiStringMatcherTest ‑ test030
org.eclipse.text.tests.MultiStringMatcherTest ‑ test031
org.eclipse.text.tests.MultiStringMatcherTest ‑ test032
org.eclipse.text.tests.MultiStringMatcherTest ‑ test033
org.eclipse.text.tests.MultiStringMatcherTest ‑ test034
org.eclipse.text.tests.MultiStringMatcherTest ‑ test035
org.eclipse.text.tests.MultiStringMatcherTest ‑ test036
org.eclipse.text.tests.MultiStringMatcherTest ‑ test037
org.eclipse.text.tests.MultiStringMatcherTest ‑ test038
org.eclipse.text.tests.MultiStringMatcherTest ‑ test039
org.eclipse.text.tests.MultiStringMatcherTest ‑ test040
org.eclipse.text.tests.PositionUpdatingCornerCasesTest ‑ testInsert
org.eclipse.text.tests.PositionUpdatingCornerCasesTest ‑ testInsert2
org.eclipse.text.tests.ProjectionDocumentTest ‑ _test29
org.eclipse.text.tests.ProjectionDocumentTest ‑ test1
org.eclipse.text.tests.ProjectionDocumentTest ‑ test10_1
org.eclipse.text.tests.ProjectionDocumentTest ‑ test10_2
org.eclipse.text.tests.ProjectionDocumentTest ‑ test10_3
org.eclipse.text.tests.ProjectionDocumentTest ‑ test10_4
org.eclipse.text.tests.ProjectionDocumentTest ‑ test11
org.eclipse.text.tests.ProjectionDocumentTest ‑ test12
org.eclipse.text.tests.ProjectionDocumentTest ‑ test13
org.eclipse.text.tests.ProjectionDocumentTest ‑ test14_1
org.eclipse.text.tests.ProjectionDocumentTest ‑ test14_2
org.eclipse.text.tests.ProjectionDocumentTest ‑ test15
org.eclipse.text.tests.ProjectionDocumentTest ‑ test16
org.eclipse.text.tests.ProjectionDocumentTest ‑ test17_1
org.eclipse.text.tests.ProjectionDocumentTest ‑ test17_2
org.eclipse.text.tests.ProjectionDocumentTest ‑ test17_3
org.eclipse.text.tests.ProjectionDocumentTest ‑ test17_4
org.eclipse.text.tests.ProjectionDocumentTest ‑ test17_5
org.eclipse.text.tests.ProjectionDocumentTest ‑ test17_6
org.eclipse.text.tests.ProjectionDocumentTest ‑ test17_7
org.eclipse.text.tests.ProjectionDocumentTest ‑ test18_1
org.eclipse.text.tests.ProjectionDocumentTest ‑ test18_2
org.eclipse.text.tests.ProjectionDocumentTest ‑ test19
org.eclipse.text.tests.ProjectionDocumentTest ‑ test2
org.eclipse.text.tests.ProjectionDocumentTest ‑ test20_1
org.eclipse.text.tests.ProjectionDocumentTest ‑ test20_2
org.eclipse.text.tests.ProjectionDocumentTest ‑ test20_3
org.eclipse.text.tests.ProjectionDocumentTest ‑ test20_4
org.eclipse.text.tests.ProjectionDocumentTest ‑ test20_5
org.eclipse.text.tests.ProjectionDocumentTest ‑ test20_6
org.eclipse.text.tests.ProjectionDocumentTest ‑ test20_7
org.eclipse.text.tests.ProjectionDocumentTest ‑ test20_8
org.eclipse.text.tests.ProjectionDocumentTest ‑ test21_1
org.eclipse.text.tests.ProjectionDocumentTest ‑ test21_2
org.eclipse.text.tests.ProjectionDocumentTest ‑ test21_3
org.eclipse.text.tests.ProjectionDocumentTest ‑ test21_4
org.eclipse.text.tests.ProjectionDocumentTest ‑ test21_5
org.eclipse.text.tests.ProjectionDocumentTest ‑ test21_6
org.eclipse.text.tests.ProjectionDocumentTest ‑ test21_7
org.eclipse.text.tests.ProjectionDocumentTest ‑ test21_8
org.eclipse.text.tests.ProjectionDocumentTest ‑ test21_9
org.eclipse.text.tests.ProjectionDocumentTest ‑ test21_a
org.eclipse.text.tests.ProjectionDocumentTest ‑ test22
org.eclipse.text.tests.ProjectionDocumentTest ‑ test23
org.eclipse.text.tests.ProjectionDocumentTest ‑ test24_1
org.eclipse.text.tests.ProjectionDocumentTest ‑ test24_2
org.eclipse.text.tests.ProjectionDocumentTest ‑ test24_3
org.eclipse.text.tests.ProjectionDocumentTest ‑ test24_4
org.eclipse.text.tests.ProjectionDocumentTest ‑ test24_5
org.eclipse.text.tests.ProjectionDocumentTest ‑ test24_6
org.eclipse.text.tests.ProjectionDocumentTest ‑ test24_7
org.eclipse.text.tests.ProjectionDocumentTest ‑ test24_8
org.eclipse.text.tests.ProjectionDocumentTest ‑ test25
org.eclipse.text.tests.ProjectionDocumentTest ‑ test26
org.eclipse.text.tests.ProjectionDocumentTest ‑ test27
org.eclipse.text.tests.ProjectionDocumentTest ‑ test28_1
org.eclipse.text.tests.ProjectionDocumentTest ‑ test28_2
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_1
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_10
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_11
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_12
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_13
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_14
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_15
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_16
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_17
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_18
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_19
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_2
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_20
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_21
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_22
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_23
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_24
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_25
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_26
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_27
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_28
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_29
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_3
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_30
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_31
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_32
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_33
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_34
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_35
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_36
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_37
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_38
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_4
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_5
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_6
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_7
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_8
org.eclipse.text.tests.ProjectionDocumentTest ‑ test29_9
org.eclipse.text.tests.ProjectionDocumentTest ‑ test3
org.eclipse.text.tests.ProjectionDocumentTest ‑ test4
org.eclipse.text.tests.ProjectionDocumentTest ‑ test5
org.eclipse.text.tests.ProjectionDocumentTest ‑ test6
org.eclipse.text.tests.ProjectionDocumentTest ‑ test7
org.eclipse.text.tests.ProjectionDocumentTest ‑ test8_1
org.eclipse.text.tests.ProjectionDocumentTest ‑ test8_10
org.eclipse.text.tests.ProjectionDocumentTest ‑ test8_11
org.eclipse.text.tests.ProjectionDocumentTest ‑ test8_12
org.eclipse.text.tests.ProjectionDocumentTest ‑ test8_2
org.eclipse.text.tests.ProjectionDocumentTest ‑ test8_3
org.eclipse.text.tests.ProjectionDocumentTest ‑ test8_4
org.eclipse.text.tests.ProjectionDocumentTest ‑ test8_5
org.eclipse.text.tests.ProjectionDocumentTest ‑ test8_6
org.eclipse.text.tests.ProjectionDocumentTest ‑ test8_7
org.eclipse.text.tests.ProjectionDocumentTest ‑ test8_8
org.eclipse.text.tests.ProjectionDocumentTest ‑ test8_9
org.eclipse.text.tests.ProjectionDocumentTest ‑ test9_1
org.eclipse.text.tests.ProjectionDocumentTest ‑ test9_2
org.eclipse.text.tests.ProjectionDocumentTest ‑ test9_3
org.eclipse.text.tests.ProjectionDocumentTest ‑ test9_4
org.eclipse.text.tests.ProjectionDocumentTest ‑ test9_5
org.eclipse.text.tests.ProjectionDocumentTest ‑ test9_6
org.eclipse.text.tests.ProjectionDocumentTest ‑ test9_7
org.eclipse.text.tests.ProjectionMappingTest ‑ test1
org.eclipse.text.tests.ProjectionMappingTest ‑ test10a
org.eclipse.text.tests.ProjectionMappingTest ‑ test10b
org.eclipse.text.tests.ProjectionMappingTest ‑ test10c
org.eclipse.text.tests.ProjectionMappingTest ‑ test11a
org.eclipse.text.tests.ProjectionMappingTest ‑ test11b
org.eclipse.text.tests.ProjectionMappingTest ‑ test11c
org.eclipse.text.tests.ProjectionMappingTest ‑ test11d
org.eclipse.text.tests.ProjectionMappingTest ‑ test11e
org.eclipse.text.tests.ProjectionMappingTest ‑ test11f
org.eclipse.text.tests.ProjectionMappingTest ‑ test11g
org.eclipse.text.tests.ProjectionMappingTest ‑ test11h
org.eclipse.text.tests.ProjectionMappingTest ‑ test11i
org.eclipse.text.tests.ProjectionMappingTest ‑ test12a
org.eclipse.text.tests.ProjectionMappingTest ‑ test12b
org.eclipse.text.tests.ProjectionMappingTest ‑ test12c
org.eclipse.text.tests.ProjectionMappingTest ‑ test12d
org.eclipse.text.tests.ProjectionMappingTest ‑ test12e
org.eclipse.text.tests.ProjectionMappingTest ‑ test12f
org.eclipse.text.tests.ProjectionMappingTest ‑ test12g
org.eclipse.text.tests.ProjectionMappingTest ‑ test12h
org.eclipse.text.tests.ProjectionMappingTest ‑ test12i
org.eclipse.text.tests.ProjectionMappingTest ‑ test13a
org.eclipse.text.tests.ProjectionMappingTest ‑ test13b
org.eclipse.text.tests.ProjectionMappingTest ‑ test13c
org.eclipse.text.tests.ProjectionMappingTest ‑ test13d
org.eclipse.text.tests.ProjectionMappingTest ‑ test2
org.eclipse.text.tests.ProjectionMappingTest ‑ test3a
org.eclipse.text.tests.ProjectionMappingTest ‑ test3b
org.eclipse.text.tests.ProjectionMappingTest ‑ test3c
org.eclipse.text.tests.ProjectionMappingTest ‑ test3d
org.eclipse.text.tests.ProjectionMappingTest ‑ test3e
org.eclipse.text.tests.ProjectionMappingTest ‑ test3f
org.eclipse.text.tests.ProjectionMappingTest ‑ test4
org.eclipse.text.tests.ProjectionMappingTest ‑ test5a
org.eclipse.text.tests.ProjectionMappingTest ‑ test5b
org.eclipse.text.tests.ProjectionMappingTest ‑ test6
org.eclipse.text.tests.ProjectionMappingTest ‑ test7
org.eclipse.text.tests.ProjectionMappingTest ‑ test8
org.eclipse.text.tests.ProjectionMappingTest ‑ test8b
org.eclipse.text.tests.ProjectionMappingTest ‑ test9a
org.eclipse.text.tests.ProjectionMappingTest ‑ test9b
org.eclipse.text.tests.TextEditTests ‑ testBufferLength
org.eclipse.text.tests.TextEditTests ‑ testComparator
org.eclipse.text.tests.TextEditTests ‑ testCopy1
org.eclipse.text.tests.TextEditTests ‑ testCopy2
org.eclipse.text.tests.TextEditTests ‑ testCopyDown
org.eclipse.text.tests.TextEditTests ‑ testCopyUp
org.eclipse.text.tests.TextEditTests ‑ testCovers1
org.eclipse.text.tests.TextEditTests ‑ testCovers2
org.eclipse.text.tests.TextEditTests ‑ testDelete1
org.eclipse.text.tests.TextEditTests ‑ testDelete2
org.eclipse.text.tests.TextEditTests ‑ testDelete3
org.eclipse.text.tests.TextEditTests ‑ testDeleteWithChildren
org.eclipse.text.tests.TextEditTests ‑ testDoubleCopy
org.eclipse.text.tests.TextEditTests ‑ testInsert1
org.eclipse.text.tests.TextEditTests ‑ testInsert2
org.eclipse.text.tests.TextEditTests ‑ testInsert3
org.eclipse.text.tests.TextEditTests ‑ testInsert4
org.eclipse.text.tests.TextEditTests ‑ testInsert5
org.eclipse.text.tests.TextEditTests ‑ testInsertReplace1
org.eclipse.text.tests.TextEditTests ‑ testIntersect
org.eclipse.text.tests.TextEditTests ‑ testMove1
org.eclipse.text.tests.TextEditTests ‑ testMove10
org.eclipse.text.tests.TextEditTests ‑ testMove2
org.eclipse.text.tests.TextEditTests ‑ testMove3
org.eclipse.text.tests.TextEditTests ‑ testMove4
org.eclipse.text.tests.TextEditTests ‑ testMove5
org.eclipse.text.tests.TextEditTests ‑ testMove6
org.eclipse.text.tests.TextEditTests ‑ testMove7
org.eclipse.text.tests.TextEditTests ‑ testMove8
org.eclipse.text.tests.TextEditTests ‑ testMove9
org.eclipse.text.tests.TextEditTests ‑ testMoveDown
org.eclipse.text.tests.TextEditTests ‑ testMoveDownWithInnerMark
org.eclipse.text.tests.TextEditTests ‑ testMoveDownWithParentMark
org.eclipse.text.tests.TextEditTests ‑ testMoveDownWithSourceDelete
org.eclipse.text.tests.TextEditTests ‑ testMoveTree1
org.eclipse.text.tests.TextEditTests ‑ testMoveTree2
org.eclipse.text.tests.TextEditTests ‑ testMoveTree3
org.eclipse.text.tests.TextEditTests ‑ testMoveTree4
org.eclipse.text.tests.TextEditTests ‑ testMoveUp
org.eclipse.text.tests.TextEditTests ‑ testMoveUpWithInnerMark
org.eclipse.text.tests.TextEditTests ‑ testMoveUpWithParentMark
org.eclipse.text.tests.TextEditTests ‑ testMoveUpWithSourceDelete
org.eclipse.text.tests.TextEditTests ‑ testMoveWithRangeMarker
org.eclipse.text.tests.TextEditTests ‑ testMoveWithTargetDelete
org.eclipse.text.tests.TextEditTests ‑ testNestedCopySource
org.eclipse.text.tests.TextEditTests ‑ testNestedCopySourceWithInsert
org.eclipse.text.tests.TextEditTests ‑ testNestedCopyTarget
org.eclipse.text.tests.TextEditTests ‑ testNestedMoveSource
org.eclipse.text.tests.TextEditTests ‑ testNestedMoveSourceWithInsert
org.eclipse.text.tests.TextEditTests ‑ testNestedMoveTarget
org.eclipse.text.tests.TextEditTests ‑ testOverlap1
org.eclipse.text.tests.TextEditTests ‑ testOverlap2
org.eclipse.text.tests.TextEditTests ‑ testOverlap3
org.eclipse.text.tests.TextEditTests ‑ testOverlap4
org.eclipse.text.tests.TextEditTests ‑ testOverlap5
org.eclipse.text.tests.TextEditTests ‑ testOverlap6
org.eclipse.text.tests.TextEditTests ‑ testOverlap7
org.eclipse.text.tests.TextEditTests ‑ testOverlap8
org.eclipse.text.tests.TextEditTests ‑ testOverlap9
org.eclipse.text.tests.TextEditTests ‑ testSourceTranformationMultipleCovers
org.eclipse.text.tests.TextEditTests ‑ testSourceTranformationSplit1
org.eclipse.text.tests.TextEditTests ‑ testSourceTranformationSplit2
org.eclipse.text.tests.TextEditTests ‑ testSourceTransformationIncludes
org.eclipse.text.tests.TextEditTests ‑ testSwap1
org.eclipse.text.tests.TextEditTests ‑ testSwap2
org.eclipse.text.tests.TextEditTests ‑ testSwap2InSwap1
org.eclipse.text.tests.TextEditTests ‑ testTreeUpdate1
org.eclipse.text.tests.TextEditTests ‑ testUnconnected1
org.eclipse.text.tests.TextEditTests ‑ testUndefinedMultiEdit1
org.eclipse.text.tests.TextEditTests ‑ testUndefinedMultiEdit2
org.eclipse.text.tests.TextEditTests ‑ testUndefinedMultiEdit3
org.eclipse.text.tests.TextEditTests ‑ testUndefinedMultiEdit4
org.eclipse.text.tests.TextEditTests ‑ testUndefinedMultiEdit5
org.eclipse.text.tests.TextEditTests ‑ testUndefinedMultiEdit6
org.eclipse.text.tests.TextUtilitiesTest ‑ testIndexOf
org.eclipse.text.tests.TextUtilitiesTest ‑ testMergeEvents
org.eclipse.text.tests.TextUtilitiesTest ‑ testMergeEvents1
org.eclipse.text.tests.TextUtilitiesTest ‑ testMergeEvents2
org.eclipse.text.tests.TextUtilitiesTest ‑ testNextDelimiter
org.eclipse.text.tests.link.InclusivePositionUpdaterTest ‑ testAddAfter
org.eclipse.text.tests.link.InclusivePositionUpdaterTest ‑ testAddBefore
org.eclipse.text.tests.link.InclusivePositionUpdaterTest ‑ testAddRightAfter
org.eclipse.text.tests.link.InclusivePositionUpdaterTest ‑ testAddRightBefore
org.eclipse.text.tests.link.InclusivePositionUpdaterTest ‑ testAddWithin
org.eclipse.text.tests.link.InclusivePositionUpdaterTest ‑ testDeleteAfter
org.eclipse.text.tests.link.InclusivePositionUpdaterTest ‑ testDeleteAtOffset
org.eclipse.text.tests.link.InclusivePositionUpdaterTest ‑ testDeleteBefore
org.eclipse.text.tests.link.InclusivePositionUpdaterTest ‑ testDeleteOverRightBorder
org.eclipse.text.tests.link.InclusivePositionUpdaterTest ‑ testDeleteRightAfter
org.eclipse.text.tests.link.InclusivePositionUpdaterTest ‑ testDeleteRightBefore
org.eclipse.text.tests.link.InclusivePositionUpdaterTest ‑ testDeleteWithin
org.eclipse.text.tests.link.InclusivePositionUpdaterTest ‑ testDeleted
org.eclipse.text.tests.link.InclusivePositionUpdaterTest ‑ testReplaceLeftBorder
org.eclipse.text.tests.link.InclusivePositionUpdaterTest ‑ testReplaceRightBorder
org.eclipse.text.tests.link.InclusivePositionUpdaterTest ‑ testReplaced
org.eclipse.text.tests.link.LinkedModeModelTest ‑ testAddCompatibleGroups
org.eclipse.text.tests.link.LinkedModeModelTest ‑ testAddGroupWhenSealed
org.eclipse.text.tests.link.LinkedModeModelTest ‑ testAddIncompatibleGroups
org.eclipse.text.tests.link.LinkedModeModelTest ‑ testAddNullGroup
org.eclipse.text.tests.link.LinkedModeModelTest ‑ testDoubleInstall
org.eclipse.text.tests.link.LinkedModeModelTest ‑ testEmptyInstall
org.eclipse.text.tests.link.LinkedModeModelTest ‑ testIllegalChange1
org.eclipse.text.tests.link.LinkedModeModelTest ‑ testIllegalChange2
org.eclipse.text.tests.link.LinkedModeModelTest ‑ testNestedForceInstall
org.eclipse.text.tests.link.LinkedModeModelTest ‑ testNestedTryInstall
org.eclipse.text.tests.link.LinkedModeModelTest ‑ testNestedUpdate
org.eclipse.text.tests.link.LinkedModeModelTest ‑ testOutsideUpdate
org.eclipse.text.tests.link.LinkedModeModelTest ‑ testOverlappingDelete
org.eclipse.text.tests.link.LinkedModeModelTest ‑ testOverlappingUpdate
org.eclipse.text.tests.link.LinkedModeModelTest ‑ testUpdate
org.eclipse.text.tests.link.LinkedModeModelTest ‑ testUpdateMultiDocument
org.eclipse.text.tests.link.LinkedModeModelTest ‑ testUpdateMultipleGroups
org.eclipse.text.tests.link.LinkedModeModelTest ‑ testUpdateTwoGroups
org.eclipse.text.tests.link.LinkedModeModelTest ‑ testUpdateUnequalContent
org.eclipse.text.tests.link.LinkedPositionGroupTest ‑ testAddBadLocation
org.eclipse.text.tests.link.LinkedPositionGroupTest ‑ testAddEqualContent
org.eclipse.text.tests.link.LinkedPositionGroupTest ‑ testAddIllegalState
org.eclipse.text.tests.link.LinkedPositionGroupTest ‑ testAddNotEqualContent
org.eclipse.text.tests.link.LinkedPositionGroupTest ‑ testAddPosition
org.eclipse.text.tests.link.LinkedPositionGroupTest ‑ testGetPositions
org.eclipse.text.tests.link.LinkedPositionGroupTest ‑ testIsEmpty
org.eclipse.text.tests.link.LinkedPositionGroupTest ‑ testIsNotEmtpy
org.eclipse.text.tests.link.LinkedPositionTest ‑ testBadLocationContentEmpty
org.eclipse.text.tests.link.LinkedPositionTest ‑ testBadLocationContentNull
org.eclipse.text.tests.link.LinkedPositionTest ‑ testCreate
org.eclipse.text.tests.link.LinkedPositionTest ‑ testEquals
org.eclipse.text.tests.link.LinkedPositionTest ‑ testGetContent
org.eclipse.text.tests.link.LinkedPositionTest ‑ testGetDocument
org.eclipse.text.tests.link.LinkedPositionTest ‑ testGetSequenceNumber
org.eclipse.text.tests.link.LinkedPositionTest ‑ testIncludesDocumentEvent
org.eclipse.text.tests.link.LinkedPositionTest ‑ testIncludesLinkedPosition
org.eclipse.text.tests.link.LinkedPositionTest ‑ testIncludesint
org.eclipse.text.tests.link.LinkedPositionTest ‑ testNotEquals
org.eclipse.text.tests.link.LinkedPositionTest ‑ testNotEqualsDifferentDoc
org.eclipse.text.tests.link.LinkedPositionTest ‑ testNotEqualsPosition
org.eclipse.text.tests.link.LinkedPositionTest ‑ testNullCreate
org.eclipse.text.tests.link.LinkedPositionTest ‑ testOverlapsWithLinkedPosition
org.eclipse.text.tests.link.LinkedPositionTest ‑ testSetSequenceNumber
org.eclipse.text.tests.templates.GlobalTemplateVariablesDateTest ‑ testComplexLocale
org.eclipse.text.tests.templates.GlobalTemplateVariablesDateTest ‑ testInvalidDateFormat
org.eclipse.text.tests.templates.GlobalTemplateVariablesDateTest ‑ testInvalidLocale
org.eclipse.text.tests.templates.GlobalTemplateVariablesDateTest ‑ testOneParameter
org.eclipse.text.tests.templates.GlobalTemplateVariablesDateTest ‑ testSimpleLocale
org.eclipse.text.tests.templates.GlobalTemplateVariablesDateTest ‑ testWithoutParameter
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testDollar
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testEmptyTemplate
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testEmptyVariable
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testIllegalSyntax1
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testIllegalSyntax2
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testIllegalSyntax3
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testIllegalSyntax4
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testIllegalSyntax5
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testIllegalSyntax6
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testIllegalSyntax7
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testIllegallyParameterizedTypeTemplate1
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testIllegallyParameterizedTypeTemplate2
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testMultiParameterizedTypeTemplate1
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testMultiParameterizedTypeTemplate2
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testMultiTemplate
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testNoVarTemplate
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testNonAsciiVarTemplate
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testNullTemplate
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testNumberAsIdentifier
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testParameterizedTypeTemplate
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testParameterizedTypeTemplateWithWhitespace
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testQualifiedTypeTemplate
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testSimpleTemplate
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testTextParameterTemplate
org.eclipse.text.tests.templates.TemplateTranslatorTest ‑ testTypedTemplate
org.eclipse.text.tests.templates.TemplateVariablesWordSelectionTest ‑ testMulti
org.eclipse.text.tests.templates.TemplateVariablesWordSelectionTest ‑ testWithParameter
org.eclipse.text.tests.templates.TemplateVariablesWordSelectionTest ‑ testWithoutParameter
org.eclipse.ui.editors.tests.CaseActionTest ‑ testMultiSelectionCase
org.eclipse.ui.editors.tests.ChainedPreferenceStoreTest ‑ testChainedStore0
org.eclipse.ui.editors.tests.ChainedPreferenceStoreTest ‑ testChainedStore1
org.eclipse.ui.editors.tests.ChainedPreferenceStoreTest ‑ testChainedStore2
org.eclipse.ui.editors.tests.ChainedPreferenceStoreTest ‑ testChainedStore3
org.eclipse.ui.editors.tests.DocumentProviderRegistryTest ‑ testFindByExtensionInWorkspace
org.eclipse.ui.editors.tests.DocumentProviderRegistryTest ‑ testFindByExtensionNonWorkspace
org.eclipse.ui.editors.tests.EncodingChangeTests ‑ testAInvalidEncoding
org.eclipse.ui.editors.tests.EncodingChangeTests ‑ testChangeEncodingViaEncodingSupport
org.eclipse.ui.editors.tests.EncodingChangeTests ‑ testChangeEncodingViaFile
org.eclipse.ui.editors.tests.FileDocumentProviderTest ‑ testRefreshFileWhileWorkspaceIsLocked1
org.eclipse.ui.editors.tests.FileDocumentProviderTest ‑ testRefreshFileWhileWorkspaceIsLocked2
org.eclipse.ui.editors.tests.FileDocumentProviderTest ‑ testValidateStateForFileWhileWorkspaceIsLocked
org.eclipse.ui.editors.tests.GotoLineTest ‑ testGoToFirstLine
org.eclipse.ui.editors.tests.GotoLineTest ‑ testGoToInvalidLine
org.eclipse.ui.editors.tests.GotoLineTest ‑ testGoToLastLine
org.eclipse.ui.editors.tests.LargeFileTest ‑ openLargeFileWithAnnotation
org.eclipse.ui.editors.tests.MarkerAnnotationOrderTest ‑ testDirectDependency
org.eclipse.ui.editors.tests.SegmentedModeTest ‑ testSegmentation
org.eclipse.ui.editors.tests.SegmentedModeTest ‑ testShowNothing
org.eclipse.ui.editors.tests.StatusEditorTest ‑ doNotThrowOnActivationInStale
org.eclipse.ui.editors.tests.TextFileDocumentProviderTest ‑ testSynchronizeInputWhileWorkspaceIsLocked1
org.eclipse.ui.editors.tests.TextFileDocumentProviderTest ‑ testSynchronizeInputWhileWorkspaceIsLocked2
org.eclipse.ui.editors.tests.TextFileDocumentProviderTest ‑ testValidateStateForFileWhileWorkspaceIsLocked
org.eclipse.ui.editors.tests.TextMultiCaretNavigationTest ‑ testShiftEnd
org.eclipse.ui.editors.tests.TextMultiCaretNavigationTest ‑ testShiftEndHomeHome
org.eclipse.ui.editors.tests.TextMultiCaretNavigationTest ‑ testShiftHome
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testAddAllMatches_withCaretInIdentifier_selectsAllOccurencesOfIdentifier
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testAddAllMatches_withDoubleSelectionOfDifferentTexts_doesNotChangeSelection
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testAddAllMatches_withDoubleSelectionOfSameText_selectsAllOccurences
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testAddAllMatches_withSingleSelection_selectsAllOccurences
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiCaretDown_withCaret_addsCaretsInNextLines
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiCaretDown_withSingleCaretAtEndOfLongerLine_addsCaretAtEndOfNextLine
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiCaretDown_withSingleCaretAtEndOfText_doesNotChangeCaret
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiCaretDown_withSingleCaretInLineAboveLineWithTabs_addsCaretInNextLineRespectingTabs
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiCaretDown_withSingleCaretInLineWithTabs_addsCaretInNextLineRespectingTabs
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiCaretDown_withSingleSelection_addsSelectionInNextLine
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiCaretDown_withTwoCaretsAndAnchorRegionBelow_removesFirstCaret
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiCaretUp_withCaret_addsCaretsInPreviousLines
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiCaretUp_withSingleCaretAtBeginningOfText_doesNotChangeCaret
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiCaretUp_withSingleCaretAtEndOfLongerLine_addsCaretAtEndOfPreviousLine
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiCaretUp_withSingleCaretInLineBelowLineWithTabs_addsCaretInPreviousLineRespectingTabs
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiCaretUp_withSingleCaretInLineWithTabs_addsCaretInPreviousLineRespectingTabs
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiCaretUp_withSingleSelection_addsSelectionInPreviousLine
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiCaretUp_withTwoCaretsAndAnchorRegionAbove_removesLastCaret
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiSelectionDown_withCaretAtEndOfDocument_selectsFullIdentifier
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiSelectionDown_withCaretBetweenIdentifierCharAndNonIdentifierChar_selectsFullIdentifier
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiSelectionDown_withCaretInFirstIdentifier_selectsFullIdentifier
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiSelectionDown_withCaretInIdentifierWithNoFollowingMatch_selectsFullIdentifier
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiSelectionDown_withCaretInSecondIdentifier_selectsFullIdentifier
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiSelectionDown_withCaretInSecondRow_selectsFullIdentifier
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiSelectionDown_withFirstIdentifierSelected_addsIdenticalIdentifiersToSelection
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiSelectionDown_withSecondIdentifierSelectedIdentifier_addsNextOccurenceToSelection
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiSelectionDown_withSelectionInSecondRow_addsIdenticalIdentifierInThirdRowToSelection
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiSelectionDown_withTwoSelectionsAndAnchorAbove_extendsSelection
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiSelectionDown_withTwoSelectionsAndAnchorBelow_reducesSelection
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiSelectionUp_withCaretInIdentifier_selectsFullIdentifier
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiSelectionUp_withSingleSelectionAndNoPreviousMatch_doesNothing
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiSelectionUp_withThreeSelections_removesThirdSelection
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiSelectionUp_withTwoSelectionsAndAnchorAbove_reducesSelection
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiSelectionUp_withTwoSelectionsAndAnchorBelow_extendsSelection
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testMultiSelectionUp_withTwoSelections_removesSecondSelection
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testStopMultiSelection_withMultiSelectionAndCaretAfterLastSelection_revokesSelectionAndKeepsCaretOffset
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testStopMultiSelection_withMultiSelectionAndCaretAtBeginning_revokesSelectionAndKeepsFirstCaretOffset
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testStopMultiSelection_withMultiSelection_revokesSelectionAndKeepsFirstCaretOffset
org.eclipse.ui.editors.tests.TextMultiCaretSelectionCommandsTest ‑ testStopMultiSelection_withSingleSelection_doesNotChangeSelectionOrCaretOffset
org.eclipse.ui.editors.tests.TextNavigationTest ‑ testEndHomeRevealCaret
org.eclipse.ui.editors.tests.TextNavigationTest ‑ testHome
org.eclipse.ui.editors.tests.TextNavigationTest ‑ testShiftEnd
org.eclipse.ui.editors.tests.TextNavigationTest ‑ testShiftEndHomeHome
org.eclipse.ui.editors.tests.TextNavigationTest ‑ testShiftEndMultipleLines
org.eclipse.ui.editors.tests.TextNavigationTest ‑ testShiftHome
org.eclipse.ui.editors.tests.ZoomTest ‑ testZoomCommand
org.eclipse.ui.genericeditor.tests.AutoEditTest ‑ testAutoEdit
org.eclipse.ui.genericeditor.tests.AutoEditTest ‑ testEnabledWhenAutoEdit
org.eclipse.ui.genericeditor.tests.BasicEditionTest ‑ testNewLineHasIndent
org.eclipse.ui.genericeditor.tests.CompletionTest ‑ testCompletion
org.eclipse.ui.genericeditor.tests.CompletionTest ‑ testCompletionFreeze_bug521484
org.eclipse.ui.genericeditor.tests.CompletionTest ‑ testCompletionService
org.eclipse.ui.genericeditor.tests.CompletionTest ‑ testCompletionUsingViewerSelection
org.eclipse.ui.genericeditor.tests.CompletionTest ‑ testDefaultContentAssistBug570488
org.eclipse.ui.genericeditor.tests.CompletionTest ‑ testEnabledWhenCompletion
org.eclipse.ui.genericeditor.tests.CompletionTest ‑ testMoveCaretBackUsesAllProcessors_bug522255

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

7613 tests found (test 6879 to 7589)

There are 7613 tests, see "Raw output" for the list of tests 6879 to 7589.
Raw output
org.eclipse.ui.genericeditor.tests.ContextInfoTest ‑ testContextInfo
org.eclipse.ui.genericeditor.tests.ContextInfoTest ‑ testContextInfo_hide_Bug512251
org.eclipse.ui.genericeditor.tests.DoubleClickTest ‑ testDefaultDoubleClick
org.eclipse.ui.genericeditor.tests.DoubleClickTest ‑ testEnabledWhenDoubleClick
org.eclipse.ui.genericeditor.tests.EditorTest ‑ testGenericEditorCanShowWhitespaceCharacters
org.eclipse.ui.genericeditor.tests.EditorTest ‑ testGenericEditorCanUseBlockSelection
org.eclipse.ui.genericeditor.tests.EditorTest ‑ testGenericEditorHasWordWrap
org.eclipse.ui.genericeditor.tests.FoldingTest ‑ testCustomFoldingReconciler
org.eclipse.ui.genericeditor.tests.FoldingTest ‑ testDefaultIndentFoldingOneFold
org.eclipse.ui.genericeditor.tests.FoldingTest ‑ testDefaultIndentFoldingTwoFold
org.eclipse.ui.genericeditor.tests.FoldingTest ‑ testEnabledWhenCustomFoldingReconciler
org.eclipse.ui.genericeditor.tests.FoldingTest ‑ testFoldingCommandsEnabled
org.eclipse.ui.genericeditor.tests.HighlightTest ‑ testCustomHighlightReconciler
org.eclipse.ui.genericeditor.tests.HighlightTest ‑ testCustomHighlightReconcilerForFileFromHistory
org.eclipse.ui.genericeditor.tests.HighlightTest ‑ testEnabledWhenCustomHighlightReconciler
org.eclipse.ui.genericeditor.tests.HighlightTest ‑ testHighlightNonAsciiCharacters
org.eclipse.ui.genericeditor.tests.HighlightTest ‑ testHighlightSimpleWordNotMatchingWordPart
org.eclipse.ui.genericeditor.tests.HighlightTest ‑ testHighlightWordAtDocumentStart
org.eclipse.ui.genericeditor.tests.HighlightTest ‑ testHighlightWordWithNonLetterParts
org.eclipse.ui.genericeditor.tests.HoverTest ‑ testEnabledWhenHover
org.eclipse.ui.genericeditor.tests.HoverTest ‑ testMultipleHover
org.eclipse.ui.genericeditor.tests.HoverTest ‑ testProblemHover
org.eclipse.ui.genericeditor.tests.HoverTest ‑ testSingleHover
org.eclipse.ui.genericeditor.tests.IconsTest ‑ testEditorIconChildSet
org.eclipse.ui.genericeditor.tests.IconsTest ‑ testEditorIconParentSet
org.eclipse.ui.genericeditor.tests.ReconcilerTest ‑ testEnabledWhenReconciler
org.eclipse.ui.genericeditor.tests.ReconcilerTest ‑ testMultipleEditors
org.eclipse.ui.genericeditor.tests.ReconcilerTest ‑ testMultipleReconcilers
org.eclipse.ui.genericeditor.tests.ReconcilerTest ‑ testReconciler
org.eclipse.ui.genericeditor.tests.ShowInformationTest ‑ testInformationControl
org.eclipse.ui.genericeditor.tests.StylingTest ‑ testEnabledWhenStyle
org.eclipse.ui.genericeditor.tests.StylingTest ‑ testStyle
org.eclipse.ui.genericeditor.tests.TestQuickAssist ‑ testCompletion
org.eclipse.ui.genericeditor.tests.TestQuickAssist ‑ testMarkerQuickAssist
org.eclipse.ui.genericeditor.tests.TestQuickAssist ‑ testMarkerQuickAssistLineOnly
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ onlySelectAndReplacesIfFindSuccessfulOnCustomTarget
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testCanReplaceAfterWrap
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testDontSelectAndReplaceIfFindNotSuccessful
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testPerformReplaceAllBackwards
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testPerformReplaceAllForward
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testPerformReplaceAllForwardRegEx
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testPerformReplaceAllForwards
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testPerformReplaceAndFind
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testPerformReplaceAndFindRegEx
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testPerformSelectAllBackward
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testPerformSelectAllForward
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testPerformSelectAllOnReadonlyTarget
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testPerformSelectAllRegEx
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testPerformSelectAndReplace
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testPerformSelectAndReplaceBackward
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testPerformSelectAndReplaceRegEx
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testPerformSelectAndReplaceRegExWithLinebreaks
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testPerformSelectAndReplaceWithConfigurationChanges
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testReplaceInScopeStaysInScope
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testSearchInScopeBeginsSearchInScope
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testSelectInSearchScope_changeScope
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testSelectInSearchScope_withMultiLineSelection
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testSelectInSearchScope_withSelectionEndingAtBeginningOfLine
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testSelectInSearchScope_withSingleLineelection
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testSelectInSearchScope_withZeroLengthSelection
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testSelectInSearchScope_withZeroLengthSelectionAtBeginningOfLine
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testSelectWholeWords
org.eclipse.ui.internal.findandreplace.FindReplaceLogicTest ‑ testWholeWordSearchAvailable
org.eclipse.ui.internal.ide.application.FileLocationDetailsTest ‑ testInvalidFormats
org.eclipse.ui.internal.ide.application.FileLocationDetailsTest ‑ testLineAsColon
org.eclipse.ui.internal.ide.application.FileLocationDetailsTest ‑ testLineAsColon_ColumnAsColon
org.eclipse.ui.internal.ide.application.FileLocationDetailsTest ‑ testLineAsPlus
org.eclipse.ui.internal.ide.application.FileLocationDetailsTest ‑ testLineAsPlus_ColumnAsColon
org.eclipse.ui.internal.ide.application.FileLocationDetailsTest ‑ testLineAsPlus_ColumnAsPlus
org.eclipse.ui.internal.ide.application.FileLocationDetailsTest ‑ testPlainFile
org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisorTest ‑ testShutdownWithForeverLockedWorkspace
org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisorTest ‑ testShutdownWithLockedWorkspace
org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisorTest ‑ testShutdownWithUnlockedWorkspace
org.eclipse.ui.internal.ide.application.dialogs.UriSchemeHandlerPreferencePageTest ‑ checkNoAppScheme
org.eclipse.ui.internal.ide.application.dialogs.UriSchemeHandlerPreferencePageTest ‑ checkOtherAppSchemeGivesWarningAndRevertsClick
org.eclipse.ui.internal.ide.application.dialogs.UriSchemeHandlerPreferencePageTest ‑ checkOtherAppSchemeOnWindowsIsAllowed
org.eclipse.ui.internal.ide.application.dialogs.UriSchemeHandlerPreferencePageTest ‑ checkOtherAppSchemeOnWindowsIsAllowedButNothingChangesWhenUserSaysNo
org.eclipse.ui.internal.ide.application.dialogs.UriSchemeHandlerPreferencePageTest ‑ doesNotRegistersSchemesInOperatingSystemOnApplyWhenLoading
org.eclipse.ui.internal.ide.application.dialogs.UriSchemeHandlerPreferencePageTest ‑ doesNotRegistersSchemesInOperatingSystemOnCancel
org.eclipse.ui.internal.ide.application.dialogs.UriSchemeHandlerPreferencePageTest ‑ doesNothingIfEclipseLauncherPathCannotBeDetermined
org.eclipse.ui.internal.ide.application.dialogs.UriSchemeHandlerPreferencePageTest ‑ doesNothingOnUnkownOperatingSystem
org.eclipse.ui.internal.ide.application.dialogs.UriSchemeHandlerPreferencePageTest ‑ handlerControlIsText
org.eclipse.ui.internal.ide.application.dialogs.UriSchemeHandlerPreferencePageTest ‑ handlerTextShown
org.eclipse.ui.internal.ide.application.dialogs.UriSchemeHandlerPreferencePageTest ‑ loadingSchemesShownAfterPageOpened
org.eclipse.ui.internal.ide.application.dialogs.UriSchemeHandlerPreferencePageTest ‑ registersSchemesInOperatingSystemOnApply
org.eclipse.ui.internal.ide.application.dialogs.UriSchemeHandlerPreferencePageTest ‑ schemesShown
org.eclipse.ui.internal.ide.application.dialogs.UriSchemeHandlerPreferencePageTest ‑ showsErrorOnOperatingSystemRegistrationReadError
org.eclipse.ui.internal.ide.application.dialogs.UriSchemeHandlerPreferencePageTest ‑ showsErrorOnOperatingSystemRegistrationWriteError
org.eclipse.ui.internal.ide.application.dialogs.UriSchemeHandlerPreferencePageTest ‑ uncheckThisAppScheme
org.eclipse.ui.internal.monitoring.DefaultLoggerTests ‑ testLogEvent
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testConsecutiveSleeps
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testDoublyNestedEventLogging
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testEventLogging
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testNestedEventLogging
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testNoLoggingForSleep
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testPublishNoDeadlocksWhenSleeping
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testPublishPossibleDeadlock
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testSeeLongEventInContinuationAfterNestedCall
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testSeeLongEventInTheMiddleOfNestedCalls
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testSeeSleepInTheMiddleOfNestedCalls
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testStackDecimation
org.eclipse.ui.internal.monitoring.FilterHandlerTests ‑ testFilteredEventLogging
org.eclipse.ui.internal.monitoring.FilterHandlerTests ‑ testUnfilteredEventLogging
org.eclipse.ui.internal.monitoring.FilterHandlerTests ‑ testWildcardFilter
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.forms.events.ExpansionListenerTest ‑ callsExpansionStateChangedConsumer
org.eclipse.ui.tests.forms.events.ExpansionListenerTest ‑ callsExpansionStateChangingConsumer
org.eclipse.ui.tests.forms.events.ExpansionListenerTest ‑ throwsNullPointerOnNullStateChangedAdapter
org.eclipse.ui.tests.forms.events.ExpansionListenerTest ‑ throwsNullPointerOnNullStateChangingAdapter
org.eclipse.ui.tests.forms.events.HyperLinkListenerTest ‑ callsActivatedConsumer
org.eclipse.ui.tests.forms.events.HyperLinkListenerTest ‑ callsEnteredConsumer
org.eclipse.ui.tests.forms.events.HyperLinkListenerTest ‑ callsExitedConsumer
org.eclipse.ui.tests.forms.events.HyperLinkListenerTest ‑ throwsNullPointerOnNullActivatedAdapter
org.eclipse.ui.tests.forms.events.HyperLinkListenerTest ‑ throwsNullPointerOnNullEnteredAdapter
org.eclipse.ui.tests.forms.events.HyperLinkListenerTest ‑ throwsNullPointerOnNullExitedAdapter
org.eclipse.ui.tests.forms.layout.TestColumnWrapLayout ‑ testColumnLayoutInShell
org.eclipse.ui.tests.forms.layout.TestColumnWrapLayout ‑ testControlsFlushedCorrectly
org.eclipse.ui.tests.forms.layout.TestColumnWrapLayout ‑ testEqualSizeColumns
org.eclipse.ui.tests.forms.layout.TestColumnWrapLayout ‑ testEqualSizeColumnsWithMargins
org.eclipse.ui.tests.forms.layout.TestColumnWrapLayout ‑ testFillAlignment
org.eclipse.ui.tests.forms.layout.TestColumnWrapLayout ‑ testHorizontalMargins
org.eclipse.ui.tests.forms.layout.TestColumnWrapLayout ‑ testHorizontalSpacing
org.eclipse.ui.tests.forms.layout.TestColumnWrapLayout ‑ testHorizontalSpacingHasNoEffectWhenOnlyOneColumn
org.eclipse.ui.tests.forms.layout.TestColumnWrapLayout ‑ testLargeMargins
org.eclipse.ui.tests.forms.layout.TestColumnWrapLayout ‑ testLastEntryLargest
org.eclipse.ui.tests.forms.layout.TestColumnWrapLayout ‑ testLeftAlignment
org.eclipse.ui.tests.forms.layout.TestColumnWrapLayout ‑ testSelectsCorrectNumberOfColumns
org.eclipse.ui.tests.forms.layout.TestColumnWrapLayout ‑ testVariedSizeColumns
org.eclipse.ui.tests.forms.layout.TestColumnWrapLayout ‑ testVerticalMargins
org.eclipse.ui.tests.forms.layout.TestColumnWrapLayout ‑ testVerticalSpacing
org.eclipse.ui.tests.forms.layout.TestColumnWrapLayout ‑ testVerticalSpacingHasNoEffectWhenOnlyOneColumn
org.eclipse.ui.tests.forms.layout.TestTableWrapLayout ‑ testCenterAlignmentIsIgnoredForLayoutsImplementingLayoutExtension
org.eclipse.ui.tests.forms.layout.TestTableWrapLayout ‑ testCenterAlignmentIsIgnoredForWrappingControls
org.eclipse.ui.tests.forms.layout.TestTableWrapLayout ‑ testCenterAlignmentIsRespectedForNonWrappingControls
org.eclipse.ui.tests.forms.layout.TestTableWrapLayout ‑ testLeftAlignmentIsIgnoredForLayoutsImplementingLayoutExtension
org.eclipse.ui.tests.forms.layout.TestTableWrapLayout ‑ testLeftAlignmentIsIgnoredForWrappingControls
org.eclipse.ui.tests.forms.layout.TestTableWrapLayout ‑ testLeftAlignmentIsRespectedForNonWrappingControls
org.eclipse.ui.tests.forms.layout.TestTableWrapLayout ‑ testRightAlignmentIsIgnoredForLayoutsImplementingLayoutExtension
org.eclipse.ui.tests.forms.layout.TestTableWrapLayout ‑ testRightAlignmentIsIgnoredForWrappingControls
org.eclipse.ui.tests.forms.layout.TestTableWrapLayout ‑ testRightAlignmentIsRespectedForNonWrappingControls
org.eclipse.ui.tests.forms.layout.TestTableWrapLayout ‑ testSimpleTwoCellLayout
org.eclipse.ui.tests.forms.layout.TestTableWrapLayout ‑ testTableWrapLayoutAlignment
org.eclipse.ui.tests.forms.layout.TestTableWrapLayout ‑ testTableWrapLayoutTwoColumnsWrappingLabels
org.eclipse.ui.tests.forms.layout.TestTableWrapLayout ‑ testTableWrapLayoutWrappingLabels
org.eclipse.ui.tests.forms.layout.TestTableWrapLayout ‑ testWrappingPoint
org.eclipse.ui.tests.forms.util.FormColorsTest ‑ testCustom
org.eclipse.ui.tests.forms.util.FormColorsTest ‑ testMultiple
org.eclipse.ui.tests.forms.util.FormColorsTest ‑ testShared
org.eclipse.ui.tests.forms.util.FormColorsTest ‑ testStandalone
org.eclipse.ui.tests.forms.util.FormFontsTest ‑ testDisposeOne
org.eclipse.ui.tests.forms.util.FormFontsTest ‑ testDisposeUnknown
org.eclipse.ui.tests.forms.util.FormFontsTest ‑ testMultipleFonts
org.eclipse.ui.tests.forms.util.FormFontsTest ‑ testMultipleInstances
org.eclipse.ui.tests.forms.util.FormFontsTest ‑ testSingleton
org.eclipse.ui.tests.forms.util.FormImagesTest ‑ testComplexEquality
org.eclipse.ui.tests.forms.util.FormImagesTest ‑ testDisposeOne
org.eclipse.ui.tests.forms.util.FormImagesTest ‑ testDisposeUnknown
org.eclipse.ui.tests.forms.util.FormImagesTest ‑ testMultipleComplexInstances
org.eclipse.ui.tests.forms.util.FormImagesTest ‑ testMultipleSectionGradientInstances
org.eclipse.ui.tests.forms.util.FormImagesTest ‑ testMultipleSimpleInstances
org.eclipse.ui.tests.forms.util.FormImagesTest ‑ testMultipleUniqueInstances
org.eclipse.ui.tests.forms.util.FormImagesTest ‑ testSingleton
org.eclipse.ui.tests.forms.util.FormImagesTest ‑ testToolkitColors
org.eclipse.ui.tests.forms.util.FormToolkitTest ‑ testDispose
org.eclipse.ui.tests.forms.util.ImageHyperlinkTest ‑ testCreateDisabledImageOnPaint
org.eclipse.ui.tests.forms.util.ImageHyperlinkTest ‑ testCreateDisabledImageOnPaintWhenDisabled
org.eclipse.ui.tests.forms.util.ImageHyperlinkTest ‑ testNoImageOnCreation
org.eclipse.ui.tests.forms.util.ImageHyperlinkTest ‑ testPaintHyperlinkDoesNotLeakDisabledImage
org.eclipse.ui.tests.forms.util.ImageHyperlinkTest ‑ testSetImageDisposesPreviousDisabledImage
org.eclipse.ui.tests.forms.util.ImageHyperlinkTest ‑ testSetImageDoesNotCreateDisabledImage
org.eclipse.ui.tests.forms.util.ImageHyperlinkTest ‑ testSetImageNullClearsDisabledImage
org.eclipse.ui.tests.forms.widgets.ExpandableCompositeTest ‑ testExpCompNoClient
org.eclipse.ui.tests.forms.widgets.ExpandableCompositeTest ‑ testExpCompWithAndWithoutClientCompact
org.eclipse.ui.tests.forms.widgets.ExpandableCompositeTest ‑ testExpCompWithClient
org.eclipse.ui.tests.forms.widgets.ExpandableCompositeTest ‑ testExpCompWithClientAndCompact
org.eclipse.ui.tests.forms.widgets.ExpandableCompositeTest ‑ testExpCompWithTextClient
org.eclipse.ui.tests.forms.widgets.ExpandableCompositeTest ‑ testExpCompWithTextSeparator
org.eclipse.ui.tests.forms.widgets.ExpandableCompositeTest ‑ testLabelLong
org.eclipse.ui.tests.forms.widgets.ExpandableCompositeTest ‑ testLabelLongAndTextClientComp
org.eclipse.ui.tests.forms.widgets.ExpandableCompositeTest ‑ testLabelLongAndTextClientCompFixed
org.eclipse.ui.tests.forms.widgets.ExpandableCompositeTest ‑ testLabelLongAndTextClientCompFixedL
org.eclipse.ui.tests.forms.widgets.ExpandableCompositeTest ‑ testLabelLongAndTextClientLabel
org.eclipse.ui.tests.forms.widgets.ExpandableCompositeTest ‑ testLabelShortAndTextClientComp
org.eclipse.ui.tests.forms.widgets.ExpandableCompositeTest ‑ testLinkLong
org.eclipse.ui.tests.forms.widgets.ExpandableCompositeTest ‑ testTwistieIsVerticallyCentered
org.eclipse.ui.tests.forms.widgets.FormTextModelTest ‑ testAmpersandEscapes1
org.eclipse.ui.tests.forms.widgets.FormTextModelTest ‑ testAmpersandEscapes2
org.eclipse.ui.tests.forms.widgets.FormTextModelTest ‑ testAmpersandEscapes3
org.eclipse.ui.tests.forms.widgets.FormTextModelTest ‑ testAmpersandEscapes4
org.eclipse.ui.tests.forms.widgets.FormTextModelTest ‑ testAmpersandEscapes5
org.eclipse.ui.tests.forms.widgets.FormTextModelTest ‑ testTextWithAmpersand
org.eclipse.ui.tests.forms.widgets.FormTextModelTest ‑ testWhitespaceNormalized
org.eclipse.ui.tests.forms.widgets.FormTextModelTest ‑ testWhitespaceNotNormalized
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testExpandableComposite
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testForm
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testFormText
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testHyperlink
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testImageHyperlink
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testScrolledForm
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testScrolledFormText
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testScrolledPageBook
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testScrollingExpandableComposite
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testScrollingForm
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testScrollingFormText
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testScrollingHyperlink
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testScrollingImageHyperlink
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testScrollingScrolledForm
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testScrollingScrolledFormText
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testScrollingScrolledPageBook
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testScrollingSection
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testScrollingTreeNode
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testScrollingTwistie
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testSection
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testTreeNode
org.eclipse.ui.tests.forms.widgets.HintAdjustmentTest ‑ testTwistie
org.eclipse.ui.tests.forms.widgets.ScrolledFormTest ‑ testExpandBoth
org.eclipse.ui.tests.forms.widgets.ScrolledFormTest ‑ testHorizontalExpand
org.eclipse.ui.tests.forms.widgets.ScrolledFormTest ‑ testNoExpand
org.eclipse.ui.tests.forms.widgets.ScrolledFormTest ‑ testVerticalExpand
org.eclipse.ui.tests.forms.widgets.SizeCacheTest ‑ testCheckButton
org.eclipse.ui.tests.forms.widgets.SizeCacheTest ‑ testFillComp
org.eclipse.ui.tests.forms.widgets.SizeCacheTest ‑ testFillCompWithBorder
org.eclipse.ui.tests.forms.widgets.SizeCacheTest ‑ testFillCompWithWrapFlag
org.eclipse.ui.tests.forms.widgets.SizeCacheTest ‑ testFixedComp
org.eclipse.ui.tests.forms.widgets.SizeCacheTest ‑ testFixedCompWithWrapFlag
org.eclipse.ui.tests.forms.widgets.SizeCacheTest ‑ testFixedLabel
org.eclipse.ui.tests.forms.widgets.SizeCacheTest ‑ testFixedLabelLong
org.eclipse.ui.tests.forms.widgets.SizeCacheTest ‑ testGripWrap3
org.eclipse.ui.tests.forms.widgets.SizeCacheTest ‑ testHyperlink
org.eclipse.ui.tests.forms.widgets.SizeCacheTest ‑ testHyperlinkWithBorder
org.eclipse.ui.tests.forms.widgets.SizeCacheTest ‑ testWrapCompButtonsWrap
org.eclipse.ui.tests.forms.widgets.SizeCacheTest ‑ testWrapCompNonWrapLabels
org.eclipse.ui.tests.forms.widgets.SizeCacheTest ‑ testWrapCompWrapLabels
org.eclipse.ui.tests.forms.widgets.SizeCacheTest ‑ testWrapCompWrapLabels3
org.eclipse.ui.tests.forms.widgets.SizeCacheTest ‑ testWrapLabel
org.eclipse.ui.tests.forms.widgets.SizeCacheTest ‑ testWrapLabelLong
org.eclipse.ui.tests.harness.tests.MocksTest ‑ testPrimitiveBooleanReturnType
org.eclipse.ui.tests.harness.tests.MocksTest ‑ testPrimitiveBooleanSetLastReturnValue
org.eclipse.ui.tests.harness.tests.MocksTest ‑ testPrimitiveByteReturnType
org.eclipse.ui.tests.harness.tests.MocksTest ‑ testPrimitiveByteSetLastReturnValue
org.eclipse.ui.tests.harness.tests.MocksTest ‑ testPrimitiveCharReturnType
org.eclipse.ui.tests.harness.tests.MocksTest ‑ testPrimitiveCharSetLastReturnValue
org.eclipse.ui.tests.harness.tests.MocksTest ‑ testPrimitiveDoubleReturnType
org.eclipse.ui.tests.harness.tests.MocksTest ‑ testPrimitiveDoubleSetLastReturnValue
org.eclipse.ui.tests.harness.tests.MocksTest ‑ testPrimitiveFloatReturnType
org.eclipse.ui.tests.harness.tests.MocksTest ‑ testPrimitiveFloatSetLastReturnValue
org.eclipse.ui.tests.harness.tests.MocksTest ‑ testPrimitiveIntReturnType
org.eclipse.ui.tests.harness.tests.MocksTest ‑ testPrimitiveIntSetLastReturnValue
org.eclipse.ui.tests.harness.tests.MocksTest ‑ testPrimitiveLongReturnType
org.eclipse.ui.tests.harness.tests.MocksTest ‑ testPrimitiveLongSetLastReturnValue
org.eclipse.ui.tests.harness.tests.MocksTest ‑ testPrimitiveShortReturnType
org.eclipse.ui.tests.harness.tests.MocksTest ‑ testPrimitiveShortSetLastReturnValue
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.ActionProviderTest ‑ testAppearsBefore
org.eclipse.ui.tests.navigator.ActionProviderTest ‑ testBasicModel
org.eclipse.ui.tests.navigator.ActionProviderTest ‑ testOverride
org.eclipse.ui.tests.navigator.ActivityTest ‑ testCategoryWizard
org.eclipse.ui.tests.navigator.ActivityTest ‑ testProviderFilter
org.eclipse.ui.tests.navigator.EvaluationCacheTest ‑ testNotSameInstEqualNotOverrides
org.eclipse.ui.tests.navigator.EvaluationCacheTest ‑ testNotSameInstEqualOverrides
org.eclipse.ui.tests.navigator.EvaluationCacheTest ‑ testOnVisibilityOrActivationChangeClearsCaches
org.eclipse.ui.tests.navigator.EvaluationCacheTest ‑ testReplaceNotOverrides
org.eclipse.ui.tests.navigator.EvaluationCacheTest ‑ testReplaceOverrides
org.eclipse.ui.tests.navigator.EvaluationCacheTest ‑ testSimpleAddGetNotOverrides
org.eclipse.ui.tests.navigator.EvaluationCacheTest ‑ testSimpleAddGetOverrides
org.eclipse.ui.tests.navigator.ExtensionsTest ‑ testHideAvailableExtensions
org.eclipse.ui.tests.navigator.FilterTest ‑ testFilterActivation
org.eclipse.ui.tests.navigator.FilterTest ‑ testNonVisibleFilters
org.eclipse.ui.tests.navigator.FirstClassM1Tests ‑ testM1ProjectHasChildren
org.eclipse.ui.tests.navigator.GoBackForwardsTest ‑ testNavigationHistoryNavigation
org.eclipse.ui.tests.navigator.INavigatorContentServiceTests ‑ testBindTestExtension
org.eclipse.ui.tests.navigator.INavigatorContentServiceTests ‑ testDeactivateTestExtension
org.eclipse.ui.tests.navigator.INavigatorContentServiceTests ‑ testFindValidExtensions
org.eclipse.ui.tests.navigator.INavigatorContentServiceTests ‑ testNonCommonViewer
org.eclipse.ui.tests.navigator.INavigatorContentServiceTests ‑ testResourceExtensionVisibility
org.eclipse.ui.tests.navigator.INavigatorContentServiceTests ‑ testTestExtensionVisibility
org.eclipse.ui.tests.navigator.INavigatorContentServiceTests ‑ testVisibleExtensionIds
org.eclipse.ui.tests.navigator.InitialActivationTest ‑ testInitialActivationExpression
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testBlankLabelProviderBoth
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testBlankLabelProviderOverride1
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testBlankLabelProviderOverride2
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testBlankLabelProviderOverrideNone
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testChangeActivation
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testLabelProviderPriority
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testLabelProviderSupportsTooltip
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testLabelProviderThrow
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testMultiNceSameObject
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testNullLabelProviderBoth
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testNullLabelProviderOverride1
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testNullLabelProviderOverride2
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testNullLabelProviderOverrideNone
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testOverrideAdd
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testOverrideChain
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testPlainBlankLabelProviderBoth
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testPlainBlankLabelProviderOverride1
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testPlainBlankLabelProviderOverride2
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testPlainBlankLabelProviderOverrideNone
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testPlainNullLabelProviderBoth
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testPlainNullLabelProviderOverride1
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testPlainNullLabelProviderOverride2
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testPlainNullLabelProviderOverrideNone
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testSimpleResFirst
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testSimpleResLast
org.eclipse.ui.tests.navigator.LabelProviderTest ‑ testUsingOverriddenLabelProvider
org.eclipse.ui.tests.navigator.LinkHelperTest ‑ testLinkHelperEditorActivation
org.eclipse.ui.tests.navigator.LinkHelperTest ‑ testLinkHelperSelectionChange
org.eclipse.ui.tests.navigator.M12Tests ‑ testInterceptAdd
org.eclipse.ui.tests.navigator.M12Tests ‑ testM1ChildrenAreThere
org.eclipse.ui.tests.navigator.M12Tests ‑ testM1ChildrenAreThereWithoutM2
org.eclipse.ui.tests.navigator.M12Tests ‑ testM2Override
org.eclipse.ui.tests.navigator.OpenTest ‑ testNavigatorExtensionEnablement
org.eclipse.ui.tests.navigator.OpenTest ‑ testNavigatorRootContents
org.eclipse.ui.tests.navigator.PipelineChainTest ‑ testInterceptAdd
org.eclipse.ui.tests.navigator.PipelineChainTest ‑ testInterceptAddWithLabel
org.eclipse.ui.tests.navigator.PipelineChainTest ‑ testInterceptRefreshOnChildTypeChange
org.eclipse.ui.tests.navigator.PipelineChainTest ‑ testInterceptRefreshOnChildTypeChangeWithLabel
org.eclipse.ui.tests.navigator.PipelineChainTest ‑ testInterceptRemove
org.eclipse.ui.tests.navigator.PipelineChainTest ‑ testInterceptRemoveWithLabel
org.eclipse.ui.tests.navigator.PipelineChainTest ‑ testInterceptUpdate
org.eclipse.ui.tests.navigator.PipelineChainTest ‑ testInterceptUpdateWithLabel
org.eclipse.ui.tests.navigator.PipelineChainTest ‑ testPipelinedChildren
org.eclipse.ui.tests.navigator.PipelineChainTest ‑ testPipelinedChildrenWithLabel
org.eclipse.ui.tests.navigator.PipelineTest ‑ testHasNoChildrenOverride
org.eclipse.ui.tests.navigator.PipelineTest ‑ testHasNoChildrenOverrideHasChildren
org.eclipse.ui.tests.navigator.PipelineTest ‑ testInterceptAddThrow
org.eclipse.ui.tests.navigator.PipelineTest ‑ testNavigatorResourceJava
org.eclipse.ui.tests.navigator.ProgrammaticOpenTest ‑ testChangeNceActivation
org.eclipse.ui.tests.navigator.ProgrammaticOpenTest ‑ testEvaluateWith
org.eclipse.ui.tests.navigator.ProgrammaticOpenTest ‑ testNavigatorExtensionEnablement
org.eclipse.ui.tests.navigator.ProgrammaticOpenTest ‑ testNavigatorRootContents
org.eclipse.ui.tests.navigator.ProgrammaticOpenTest ‑ testNavigatorSorterAccess
org.eclipse.ui.tests.navigator.ProgrammaticOpenTest ‑ testNceNotFound
org.eclipse.ui.tests.navigator.ProgrammaticOpenTest ‑ testNceOrdering
org.eclipse.ui.tests.navigator.ResourceTransferTest ‑ testMaxResourcesLimitForTransfer
org.eclipse.ui.tests.navigator.ShowInTest ‑ testShowIn
org.eclipse.ui.tests.navigator.SorterTest ‑ testComparatorAsSorter
org.eclipse.ui.tests.navigator.SorterTest ‑ testSorterContentAdd
org.eclipse.ui.tests.navigator.SorterTest ‑ testSorterContentAddOverride
org.eclipse.ui.tests.navigator.SorterTest ‑ testSorterContentOverrideNoSort
org.eclipse.ui.tests.navigator.SorterTest ‑ testSorterMissing
org.eclipse.ui.tests.navigator.SorterTest ‑ testSorterProperty
org.eclipse.ui.tests.navigator.SorterTest ‑ testSorterResource
org.eclipse.ui.tests.navigator.ViewerTest ‑ testDispose
org.eclipse.ui.tests.navigator.ViewerTest ‑ testHelpId
org.eclipse.ui.tests.navigator.ViewerTest ‑ testInheritedViewer
org.eclipse.ui.tests.navigator.WorkingSetTest ‑ testDeletedAndRecreated
org.eclipse.ui.tests.navigator.WorkingSetTest ‑ testEmptyWindowWorkingSet
org.eclipse.ui.tests.navigator.WorkingSetTest ‑ testMissingProjectsInWorkingSet
org.eclipse.ui.tests.navigator.WorkingSetTest ‑ testMultipleWorkingSets
org.eclipse.ui.tests.navigator.WorkingSetTest ‑ testOtherProjectWorkingSet
org.eclipse.ui.tests.navigator.WorkingSetTest ‑ testTopLevelChange
org.eclipse.ui.tests.navigator.WorkingSetTest ‑ testTopLevelWorkingSet
org.eclipse.ui.tests.navigator.WorkingSetTest ‑ testWorkingSetFilter
org.eclipse.ui.tests.navigator.cdt.CdtTest ‑ testCdt1
org.eclipse.ui.tests.navigator.jst.JstPipelineTest ‑ testJstPipeline
org.eclipse.ui.tests.navigator.resources.FoldersAsProjectsContributionTest ‑ alreadyAdded
org.eclipse.ui.tests.navigator.resources.FoldersAsProjectsContributionTest ‑ ambiguity
org.eclipse.ui.tests.navigator.resources.FoldersAsProjectsContributionTest ‑ noDescription
org.eclipse.ui.tests.navigator.resources.FoldersAsProjectsContributionTest ‑ notAFolder
org.eclipse.ui.tests.navigator.resources.FoldersAsProjectsContributionTest ‑ notYetImported
org.eclipse.ui.tests.navigator.resources.NestedResourcesTests ‑ testDashInProject
org.eclipse.ui.tests.navigator.resources.NestedResourcesTests ‑ testProblemDecoration
org.eclipse.ui.tests.navigator.resources.NestedResourcesTests ‑ testProjectHierarchy
org.eclipse.ui.tests.navigator.resources.PathComparatorTest ‑ absoluteLessThanUnc
org.eclipse.ui.tests.navigator.resources.PathComparatorTest ‑ checkInvariant
org.eclipse.ui.tests.navigator.resources.PathComparatorTest ‑ consistentWithEqualsDist
org.eclipse.ui.tests.navigator.resources.PathComparatorTest ‑ consistentWithEqualsDistDevice
org.eclipse.ui.tests.navigator.resources.PathComparatorTest ‑ consistentWithEqualsDistLeadingSlash
org.eclipse.ui.tests.navigator.resources.PathComparatorTest ‑ consistentWithEqualsDistLength
org.eclipse.ui.tests.navigator.resources.PathComparatorTest ‑ consistentWithEqualsDistTrailingSlash
org.eclipse.ui.tests.navigator.resources.PathComparatorTest ‑ consistentWithEqualsSame
org.eclipse.ui.tests.navigator.resources.PathComparatorTest ‑ consistentWithEqualsUncAbsolute
org.eclipse.ui.tests.navigator.resources.PathComparatorTest ‑ consistentWithEqualsUncRelative
org.eclipse.ui.tests.navigator.resources.PathComparatorTest ‑ consistentWithEqualsWinPosix
org.eclipse.ui.tests.navigator.resources.PathComparatorTest ‑ deviceALessThanDeviceB
org.eclipse.ui.tests.navigator.resources.PathComparatorTest ‑ lessThanRelativeDashSlash
org.eclipse.ui.tests.navigator.resources.PathComparatorTest ‑ lessThanRelativeDepth1
org.eclipse.ui.tests.navigator.resources.PathComparatorTest ‑ lessThanRelativeDepth2
org.eclipse.ui.tests.navigator.resources.PathComparatorTest ‑ relativeLessThanAbsolute
org.eclipse.ui.tests.navigator.resources.PathComparatorTest ‑ uncLessThanDevice
org.eclipse.ui.tests.pluginchecks.PluginWalkerTest ‑ ensureExtensionPointClassesAreAccessable
org.eclipse.ui.tests.pluginchecks.PluginWalkerTest ‑ ensurePluginxmlContainsAtLeastOneEntry
org.eclipse.ui.tests.pluginchecks.PluginWalkerTest ‑ validateAccessToBundle
org.eclipse.ui.tests.services.EditorSourceTest ‑ testActiveEditor
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageDecorationsTest ‑ test_widestLabelIndex1_WithDecorations
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageDecorationsTest ‑ test_widestLabelIndex1_WithoutDecorations
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageDecorationsTest ‑ test_widestLabelIndex2_WithDecorations
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageDecorationsTest ‑ test_widestLabelIndex2_WithoutDecorations
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageDynamicTest ‑ test_BlackTriangleDynamicSectionContribution
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageDynamicTest ‑ test_BlackTriangleDynamicTabContribution
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageDynamicTest ‑ test_BlackTriangleStaticContribution
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageDynamicTest ‑ test_BlueDynamicSectionContribution
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageDynamicTest ‑ test_BlueDynamicTabContribution
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageDynamicTest ‑ test_BlueStaticContribution
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageDynamicTest ‑ test_RedStarDynamicSectionContribution
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageDynamicTest ‑ test_RedStarDynamicTabContribution
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageDynamicTest ‑ test_RedStarStaticContribution
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageDynamicTest ‑ test_TriangleDynamicSectionContribution
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageDynamicTest ‑ test_TriangleDynamicTabContribution
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageDynamicTest ‑ test_TriangleStaticContribution
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageOverrideTest ‑ test_tabForEmpty
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageOverrideTest ‑ test_tabForError
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageOverrideTest ‑ test_tabForFile
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageOverrideTest ‑ test_tabForFolder
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageOverrideTest ‑ test_tabForInformation
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageOverrideTest ‑ test_tabForWarning
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageTest ‑ test_enablesForFilter
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageTest ‑ test_noPropertiesAvailable
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageTest ‑ test_sectionInformationTwoFilter
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageTest ‑ test_selectThreeMessageNodes
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageTest ‑ test_selectThreeResourceNodes
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageTest ‑ test_tabDisplay
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageTest ‑ test_widestLabelIndex1
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageTest ‑ test_widestLabelIndex2
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageTest ‑ test_widestLabelIndex3
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageTextTest ‑ test_listOfSections
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageTextTest ‑ test_tabForSelectedTextDisplay
org.eclipse.ui.tests.views.properties.tabbed.TabbedPropertySheetPageTextTest ‑ test_tabSelectedTab
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
org.eclipse.ui.workbench.texteditor.tests.AbstractTextZoomHandlerTest ‑ textZoomIsNotSupportedForGenericObject
org.eclipse.ui.workbench.texteditor.tests.AbstractTextZoomHandlerTest ‑ textZoomIsNotSupportedForMultiEditorWithNonTextPage
org.eclipse.ui.workbench.texteditor.tests.AbstractTextZoomHandlerTest ‑ textZoomIsNotSupportedForMultiPageEditorPartWithNonTextPage
org.eclipse.ui.workbench.texteditor.tests.AbstractTextZoomHandlerTest ‑ textZoomIsNotSupportedForNonTextEditor
org.eclipse.ui.workbench.texteditor.tests.AbstractTextZoomHandlerTest ‑ textZoomIsSupportedForAbstractTextEditor
org.eclipse.ui.workbench.texteditor.tests.AbstractTextZoomHandlerTest ‑ textZoomIsSupportedForAdaptableToAbstractTextEditor
org.eclipse.ui.workbench.texteditor.tests.AbstractTextZoomHandlerTest ‑ textZoomIsSupportedForMultiEditorWithTextPage
org.eclipse.ui.workbench.texteditor.tests.AbstractTextZoomHandlerTest ‑ textZoomIsSupportedForMultiPageEditorPartWithAbstractTextEditorPage
org.eclipse.ui.workbench.texteditor.tests.DocumentLineDifferTest ‑ lineDifferNotSuspendedAfterResumeIsCalled
org.eclipse.ui.workbench.texteditor.tests.DocumentLineDifferTest ‑ nonSuspendedLineDifferNotSuspendedAfterStartRewriteSession
org.eclipse.ui.workbench.texteditor.tests.DocumentLineDifferTest ‑ nonSuspendedLineDifferStaysNonSuspendedAfterDocumentRewriteSession
org.eclipse.ui.workbench.texteditor.tests.DocumentLineDifferTest ‑ suspendSuspendsLineDiffer
org.eclipse.ui.workbench.texteditor.tests.DocumentLineDifferTest ‑ suspendedLineDifferStaysSuspendedAfterDocumentRewriteSession
org.eclipse.ui.workbench.texteditor.tests.DocumentLineDifferTest ‑ suspendedLineDifferStillSuspendedAfterStopRewriteSession
org.eclipse.ui.workbench.texteditor.tests.DocumentLineDifferTest ‑ testLineDifferStateAfterConnectingDocument
org.eclipse.ui.workbench.texteditor.tests.FindReplaceDialogTest ‑ testActivateDialogWithSelectionActive
org.eclipse.ui.workbench.texteditor.tests.FindReplaceDialogTest ‑ testActivateWholeWordsAndSearchForTwoWords
org.eclipse.ui.workbench.texteditor.tests.FindReplaceDialogTest ‑ testChangeInputForIncrementalSearch
org.eclipse.ui.workbench.texteditor.tests.FindReplaceDialogTest ‑ testDisableWholeWordIfNotWord
org.eclipse.ui.workbench.texteditor.tests.FindReplaceDialogTest ‑ testDisableWholeWordIfRegEx
org.eclipse.ui.workbench.texteditor.tests.FindReplaceDialogTest ‑ testFindWithWholeWordEnabledWithMultipleWords
org.eclipse.ui.workbench.texteditor.tests.FindReplaceDialogTest ‑ testFocusNotChangedWhenButtonMnemonicPressed
org.eclipse.ui.workbench.texteditor.tests.FindReplaceDialogTest ‑ testFocusNotChangedWhenEnterPressed
org.eclipse.ui.workbench.texteditor.tests.FindReplaceDialogTest ‑ testIncrementalSearchOnlyEnabledWhenAllowed
org.eclipse.ui.workbench.texteditor.tests.FindReplaceDialogTest ‑ testIncrementalSearchOptionRecoveredCorrectly
org.eclipse.ui.workbench.texteditor.tests.FindReplaceDialogTest ‑ testInitialButtonState
org.eclipse.ui.workbench.texteditor.tests.FindReplaceDialogTest ‑ testRegExSearch
org.eclipse.ui.workbench.texteditor.tests.FindReplaceDialogTest ‑ testReplaceAllInSelection
org.eclipse.ui.workbench.texteditor.tests.FindReplaceDialogTest ‑ testReplaceAndFindAfterInitializingFindWithSelectedString
org.eclipse.ui.workbench.texteditor.tests.FindReplaceDialogTest ‑ testShiftEnterReversesSearchDirection
org.eclipse.ui.workbench.texteditor.tests.FindReplaceDialogTest ‑ testShiftEnterReversesSearchDirectionDialogSpecific
org.eclipse.ui.workbench.texteditor.tests.FindReplaceDialogTest ‑ testSimpleReplace
org.eclipse.ui.workbench.texteditor.tests.HippieCompletionTest ‑ testCompletionState
org.eclipse.ui.workbench.texteditor.tests.HippieCompletionTest ‑ testForwardSearch
org.eclipse.ui.workbench.texteditor.tests.HippieCompletionTest ‑ testForwardSearchInternational
org.eclipse.ui.workbench.texteditor.tests.HippieCompletionTest ‑ testInternational
org.eclipse.ui.workbench.texteditor.tests.HippieCompletionTest ‑ testInternationalBackwards
org.eclipse.ui.workbench.texteditor.tests.HippieCompletionTest ‑ testIteration
org.eclipse.ui.workbench.texteditor.tests.HippieCompletionTest ‑ testPrefix
org.eclipse.ui.workbench.texteditor.tests.HippieCompletionTest ‑ testSearch
org.eclipse.ui.workbench.texteditor.tests.HippieCompletionTest ‑ testSearch2
org.eclipse.ui.workbench.texteditor.tests.HippieCompletionTest ‑ testSearchBackwards1
org.eclipse.ui.workbench.texteditor.tests.HippieCompletionTest ‑ testSearchBackwards2
org.eclipse.ui.workbench.texteditor.tests.HippieCompletionTest ‑ testSearchBackwards3
org.eclipse.ui.workbench.texteditor.tests.ScreenshotTest ‑ testScreenshot
org.eclipse.ui.workbench.texteditor.tests.ScreenshotTest ‑ testWindowsTaskManagerScreenshots
org.eclipse.ui.workbench.texteditor.tests.TextEditorPluginTest ‑ testEditPositionHistory
org.eclipse.ui.workbench.texteditor.tests.TextEditorPluginTest ‑ testEditPositionHistory2
org.eclipse.ui.workbench.texteditor.tests.TextEditorPluginTest ‑ testEditPositionHistoryChaos
org.eclipse.ui.workbench.texteditor.tests.TextEditorPluginTest ‑ testHistoryEviction
org.eclipse.ui.workbench.texteditor.tests.TextEditorPluginTest ‑ testHistoryEviction2
org.eclipse.ui.workbench.texteditor.tests.TextEditorPluginTest ‑ testHistoryEviction3
org.eclipse.ui.workbench.texteditor.tests.TextEditorPluginTest ‑ testLinearEditPositionHistory
org.eclipse.ui.workbench.texteditor.tests.TextEditorPluginTest ‑ testLinearEditPositionHistory2
org.eclipse.ui.workbench.texteditor.tests.TextEditorPluginTest ‑ testLinearEditPositionHistoryChaos
org.eclipse.ui.workbench.texteditor.tests.TextEditorPluginTest ‑ testMRUOrderAlwaysPreserved
org.eclipse.ui.workbench.texteditor.tests.TextEditorPluginTest ‑ testMRUOrderAlwaysPreserved2
org.eclipse.ui.workbench.texteditor.tests.TextViewerDeleteLineTargetTest ‑ testLineDeletionToBeginning
org.eclipse.ui.workbench.texteditor.tests.TextViewerDeleteLineTargetTest ‑ testLineDeletionToEnd
org.eclipse.ui.workbench.texteditor.tests.TextViewerDeleteLineTargetTest ‑ testThrowsExceptionWithUnsupportedDeleteLineActionType
org.eclipse.ui.workbench.texteditor.tests.TextViewerDeleteLineTargetTest ‑ testWholeLineDeletion
org.eclipse.ui.workbench.texteditor.tests.TextViewerDeleteLineTargetTest ‑ testWholeLineDeletionOnLastEmptyLine
org.eclipse.ui.workbench.texteditor.tests.TextViewerDeleteLineTargetTest ‑ testWholeLineDeletionWithCopyToClipboard
org.eclipse.ui.workbench.texteditor.tests.minimap.MinimapPageTest ‑ createMinimapPageWithITextOperationTargetAdapter
org.eclipse.ui.workbench.texteditor.tests.minimap.MinimapPageTest ‑ createMinimapPageWithITextViewerAdapter
org.eclipse.ui.workbench.texteditor.tests.minimap.MinimapPageTest ‑ createNoneMinimapPage
org.eclipse.ui.workbench.texteditor.tests.minimap.MinimapWidgetTest ‑ testMinimapContent
org.eclipse.ui.workbench.texteditor.tests.minimap.MinimapWidgetTest ‑ testMinimapSetStyles
org.eclipse.ui.workbench.texteditor.tests.minimap.MinimapWidgetTest ‑ testMinimapSetStylesWithTextPresentation
org.eclipse.ui.workbench.texteditor.tests.revisions.ChangeRegionTest ‑ testCreation
org.eclipse.ui.workbench.texteditor.tests.revisions.ChangeRegionTest ‑ testHunkAfter
org.eclipse.ui.workbench.texteditor.tests.revisions.ChangeRegionTest ‑ testHunkAtEnd
org.eclipse.ui.workbench.texteditor.tests.revisions.ChangeRegionTest ‑ testHunkAtStart
org.eclipse.ui.workbench.texteditor.tests.revisions.ChangeRegionTest ‑ testHunkBefore
org.eclipse.ui.workbench.texteditor.tests.revisions.ChangeRegionTest ‑ testHunkCovering
org.eclipse.ui.workbench.texteditor.tests.revisions.ChangeRegionTest ‑ testHunkInBetween
org.eclipse.ui.workbench.texteditor.tests.revisions.ChangeRegionTest ‑ testHunkOverEnd
org.eclipse.ui.workbench.texteditor.tests.revisions.ChangeRegionTest ‑ testHunkOverStart
org.eclipse.ui.workbench.texteditor.tests.revisions.ChangeRegionTest ‑ testHunkRightAfter
org.eclipse.ui.workbench.texteditor.tests.revisions.ChangeRegionTest ‑ testHunkRightBefore
org.eclipse.ui.workbench.texteditor.tests.revisions.HunkComputerTest ‑ testAddFirstLine
org.eclipse.ui.workbench.texteditor.tests.revisions.HunkComputerTest ‑ testAddInnerLines
org.eclipse.ui.workbench.texteditor.tests.revisions.HunkComputerTest ‑ testAddLastLine
org.eclipse.ui.workbench.texteditor.tests.revisions.HunkComputerTest ‑ testAddSecondLine
org.eclipse.ui.workbench.texteditor.tests.revisions.HunkComputerTest ‑ testAddThirdLine
org.eclipse.ui.workbench.texteditor.tests.revisions.HunkComputerTest ‑ testNoDiff
org.eclipse.ui.workbench.texteditor.tests.revisions.HunkComputerTest ‑ testRemoveFirstLine
org.eclipse.ui.workbench.texteditor.tests.revisions.HunkComputerTest ‑ testRemoveFirstRegion
org.eclipse.ui.workbench.texteditor.tests.revisions.HunkComputerTest ‑ testRemoveInnerLines
org.eclipse.ui.workbench.texteditor.tests.revisions.HunkComputerTest ‑ testRemoveLastLine
org.eclipse.ui.workbench.texteditor.tests.revisions.HunkComputerTest ‑ testRemoveOverlappingRegion
org.eclipse.ui.workbench.texteditor.tests.revisions.HunkComputerTest ‑ testRemoveSecondLine
org.eclipse.ui.workbench.texteditor.tests.revisions.HunkComputerTest ‑ testReplaceFirstRegion
org.eclipse.ui.workbench.texteditor.tests.revisions.HunkComputerTest ‑ testReplaceInnerLines
org.eclipse.ui.workbench.texteditor.tests.revisions.HunkComputerTest ‑ testReplaceLastLine
org.eclipse.ui.workbench.texteditor.tests.revisions.HunkComputerTest ‑ testReplaceOverlappingRegion
org.eclipse.ui.workbench.texteditor.tests.revisions.HunkComputerTest ‑ testShiftOne
org.eclipse.ui.workbench.texteditor.tests.revisions.RangeTest ‑ testIllegalOperations
org.eclipse.ui.workbench.texteditor.tests.revisions.RangeTest ‑ testIllegalSplit
org.eclipse.ui.workbench.texteditor.tests.revisions.RangeTest ‑ testLegalOperations
org.eclipse.ui.workbench.texteditor.tests.revisions.RangeTest ‑ testSplit
org.eclipse.ui.workbench.texteditor.tests.rulers.DAGTest ‑ testDag
org.eclipse.ui.workbench.texteditor.tests.rulers.DAGTest ‑ testEmpty
org.eclipse.ui.workbench.texteditor.tests.rulers.DAGTest ‑ testIllegal
org.eclipse.urischeme.TestUnitAutoRegisterSchemeHandlersJob ‑ newAlreadyRegisteredSchemeDoesNoting
org.eclipse.urischeme.TestUnitAutoRegisterSchemeHandlersJob ‑ newSchemeRegistersNewScheme
org.eclipse.urischeme.TestUnitAutoRegisterSchemeHandlersJob ‑ noNewSchemeDoesNothing
org.eclipse.urischeme.TestUnitAutoRegisterSchemeHandlersJob ‑ noSchemeDoesNothing
org.eclipse.urischeme.TestUnitAutoRegisterSchemeHandlersJob ‑ unregisteredSchemeThatWasAutoregisterdOnceDoesNotAutoregisterAgain
org.eclipse.urischeme.internal.UriSchemeExtensionReaderUnitTest ‑ callsFirstOfTwoHandlersForSameScheme
org.eclipse.urischeme.internal.UriSchemeExtensionReaderUnitTest ‑ doesntReturnHandlerForUnregisteredScheme
org.eclipse.urischeme.internal.UriSchemeExtensionReaderUnitTest ‑ returnsAllRegisteredSchemes
org.eclipse.urischeme.internal.UriSchemeExtensionReaderUnitTest ‑ returnsRegisteredHandler
org.eclipse.urischeme.internal.UriSchemeExtensionReaderUnitTest ‑ throwExceptionOnWrongRegisteredType
org.eclipse.urischeme.internal.UriSchemeProcessorUnitTest ‑ buffersExtensionAndCreatesThemOnlyOnce
org.eclipse.urischeme.internal.UriSchemeProcessorUnitTest ‑ callsRegisteredUriSchemeHandler
org.eclipse.urischeme.internal.UriSchemeProcessorUnitTest ‑ doesntCallHandlerForUnregisteredScheme
org.eclipse.urischeme.internal.UriSchemeProcessorUnitTest ‑ passesException
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ addFailsOnIllegalScheme
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ addTwoSchemes
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ addsAddUriPlaceholderToExecLineWhenJustGettingResult
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ addsAddUriPlaceholderToExecLineWhenRemovingScheme
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ addsOneScheme
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ addsSecondToExistingScheme
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ addsUriPlaceholderToExecLineWhenAddingScheme
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ doesNothing
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ doesntAddSchemeIfExisting
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ isRegisteredFailsOnIllegalScheme
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ keepsComments
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ keepsPropertiesOrder
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ removeFailsOnIllegalScheme
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ removesEmptyMimeType
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ removesFirstOfTwoSchemes
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ removesLastOfTwoSchemes
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ removesNonExistingScheme
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ removesScheme
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ removesSecondOfThreeSchemes
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ returnsExecutablePathWithoutParameter
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ returnsFalseWhenNoSchemeIsRegistered
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ returnsMinimalDesktopFile
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ returnsMinimalDesktopFileWithMultipleSpacesEscapedInLocation
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ returnsMinimalDesktopFileWithSpaceEscapedInLocation
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ returnsTrueForRegisteredScheme
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ returnsUnescapedMultipleSpacesExecutablePathWithoutParameter
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ returnsUnescapedSpaceExecutablePathWithoutParameter
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ throwsExceptionOnEmptyDocument
org.eclipse.urischeme.internal.registration.TestUnitDesktopFileWriter ‑ throwsExceptionOnNonPropertiesFile
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ addFailsOnIllegalScheme
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ addsOneScheme
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ addsOneSchemeToEmptyArray
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ addsSecondToExistingScheme
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ addsTwoSchemes
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ doesNothing
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ doesntAddSchemeIfExisting
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ doesntRemoveCommentAfterEndArrayTag
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ doesntRemoveCommentBeforeEndArrayTag
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ getRegisteredFailsOnIllegalScheme
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ removeFailsOnIllegalScheme
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ removesEmptyCFBundleURLTypesEntry
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ removesFirstOfTwoSchemes
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ removesLastOfTwoSchemes
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ removesNonExistingScheme
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ removesScheme
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ removesSecondOfThreeSchemes
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ returnsFalseWhenNoSchemeIsRegistered
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ returnsTrueForRegisteredScheme
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ throwsExceptionOnEmptyDocument
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ throwsExceptionOnNonXmlFile
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ throwsExceptionOnWrongPlistFile
org.eclipse.urischeme.internal.registration.TestUnitPlistFileWriter ‑ throwsExceptionOnWrongXmlFile
org.eclipse.urischeme.internal.registration.TestUnitRegistrationLinux ‑ callsXdgMimeOnceForAllSchemes
org.eclipse.urischeme.internal.registration.TestUnitRegistrationLinux ‑ createsInitialDesktopFile
org.eclipse.urischeme.internal.registration.TestUnitRegistrationLinux ‑ givesSchemeInfoForHandledScheme
org.eclipse.urischeme.internal.registration.TestUnitRegistrationLinux ‑ givesSchemeInfoForSchemeHandledByOtherApp
org.eclipse.urischeme.internal.registration.TestUnitRegistrationLinux ‑ givesSchemeInfoForSchemeHandledByOtherAppAndInOwnDesktopFile
org.eclipse.urischeme.internal.registration.TestUnitRegistrationLinux ‑ givesSchemeInfoForSchemeNotHandledAnymoreButInXdgMimeForOtherApp
org.eclipse.urischeme.internal.registration.TestUnitRegistrationLinux ‑ givesSchemeInfoForSchemeNotHandledAnymoreButInXdgMimeForOwn
org.eclipse.urischeme.internal.registration.TestUnitRegistrationLinux ‑ givesSchemeInfoForSchemeNotHandledAnymoreDesktopFileNoLongerExistsButInXdgMimeForOtherApp
org.eclipse.urischeme.internal.registration.TestUnitRegistrationLinux ‑ givesSchemeInfoForSchemeNotHandledAnymoreDesktopFileNoLongerExistsButInXdgMimeForOwn
org.eclipse.urischeme.internal.registration.TestUnitRegistrationLinux ‑ handlesAddAndRemoveAtOnce
org.eclipse.urischeme.internal.registration.TestUnitRegistrationLinux ‑ handlesAddOnly
org.eclipse.urischeme.internal.registration.TestUnitRegistrationLinux ‑ handlesRemoveOnly
org.eclipse.urischeme.internal.registration.TestUnitRegistrationLinux ‑ returnsFallbackIfEclipseLauncherIsNotSet
org.eclipse.urischeme.internal.registration.TestUnitRegistrationMacOsX ‑ givesSchemeInfoForSchemeHandledByOtherApp
org.eclipse.urischeme.internal.registration.TestUnitRegistrationMacOsX ‑ givesSchemeInfoForSchemeHandledByOtherAppAndInOwnPlistFile
org.eclipse.urischeme.internal.registration.TestUnitRegistrationMacOsX ‑ handlesAddAndRemoveAtOnce
org.eclipse.urischeme.internal.registration.TestUnitRegistrationMacOsX ‑ handlesAddAndRemoveAtOncePlus
org.eclipse.urischeme.internal.registration.TestUnitRegistrationMacOsX ‑ handlesAddOnly
org.eclipse.urischeme.internal.registration.TestUnitRegistrationMacOsX ‑ handlesAddOnlyPlus
org.eclipse.urischeme.internal.registration.TestUnitRegistrationMacOsX ‑ handlesRemoveOnly
org.eclipse.urischeme.internal.registration.TestUnitRegistrationMacOsX ‑ handlesRemoveOnlyPlus
org.eclipse.urischeme.internal.registration.TestUnitRegistrationMacOsX ‑ returnsRegisteredSchemes
org.eclipse.urischeme.internal.registration.TestUnitRegistrationMacOsX ‑ returnsRegisteredSchemesOnMacOS10_15_3
org.eclipse.urischeme.internal.registration.TestUnitRegistrationMacOsX ‑ returnsRegisteredSchemesOnMacOS_10_15_3
org.eclipse.urischeme.internal.registration.TestUnitRegistrationMacOsX ‑ returnsRegisteredSchemesPlus

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

7613 tests found (test 7590 to 7613)

There are 7613 tests, see "Raw output" for the list of tests 7590 to 7613.
Raw output
org.eclipse.urischeme.internal.registration.TestUnitRegistrationWindows ‑ getLauncherPathFromEclipseHomeProperty
org.eclipse.urischeme.internal.registration.TestUnitRegistrationWindows ‑ getLauncherPathFromEclipseHomeProperty_DirectoryDoesNotExist
org.eclipse.urischeme.internal.registration.TestUnitRegistrationWindows ‑ getLauncherPathFromEclipseHomeProperty_NoExeFileInDirectory
org.eclipse.urischeme.internal.registration.TestUnitRegistrationWindows ‑ getLauncherPathFromEclipseHomeProperty_NotAFileUrl
org.eclipse.urischeme.internal.registration.TestUnitRegistrationWindows ‑ getLauncherPathFromLauncherProperty
org.eclipse.urischeme.internal.registration.TestUnitRegistrationWindows ‑ handlesAdd
org.eclipse.urischeme.internal.registration.TestUnitRegistrationWindows ‑ handlesAddAndRemoveOfSameScheme
org.eclipse.urischeme.internal.registration.TestUnitRegistrationWindows ‑ handlesAddAndRemoveOfSameSchemes
org.eclipse.urischeme.internal.registration.TestUnitRegistrationWindows ‑ returnsRegisteredSchemeInformationForOtherApplication
org.eclipse.urischeme.internal.registration.TestUnitRegistrationWindows ‑ returnsRegisteredSchemeInformationForThisEclipse
org.eclipse.urischeme.internal.registration.TestUnitRegistrationWindows ‑ returnsUnregisteredSchemeInformation
org.eclipse.urischeme.internal.registration.TestUnitRegistryWriter ‑ addsOneScheme
org.eclipse.urischeme.internal.registration.TestUnitRegistryWriter ‑ addsTwoSchemes
org.eclipse.urischeme.internal.registration.TestUnitRegistryWriter ‑ ignoresUnregisteredSchemeOnRemove
org.eclipse.urischeme.internal.registration.TestUnitRegistryWriter ‑ removesOneScheme
org.eclipse.urischeme.internal.registration.TestUnitRegistryWriter ‑ removesTwoSchemes
org.eclipse.urischeme.internal.registration.TestUnitRegistryWriter ‑ returnsNullOnNotExitingRegisteredHandlerPath
org.eclipse.urischeme.internal.registration.TestUnitRegistryWriter ‑ returnsRegisteredHandlerPath
org.eclipse.urischeme.internal.registration.TestUnitRegistryWriter ‑ throwsExceptionOnAddingInvalidScheme
org.eclipse.urischeme.internal.registration.TestUnitRegistryWriter ‑ throwsExceptionOnRemovingInvalidScheme
org.eclipse.urischeme.internal.registration.TestUnitRegistryWriter ‑ throwsIllegalStateExceptionOnAddScheme
org.eclipse.urischeme.internal.registration.TestUnitRegistryWriter ‑ throwsWinRegistryExceptionOnGetRegisteredHandlerPath
org.eclipse.urischeme.internal.registration.TestUnitRegistryWriter ‑ throwsWinRegistryExceptionOnRemoveScheme
org.eclipse.urischeme.internal.registration.TestUnitWinRegistry ‑ testWinRegistry