| Name | Status | Type | Time(s) | 
| testBasicModel | Success |  | 0.958 | 
| testOverrideAdd | Success |  | 0.176 | 
| testPlainNullLabelProviderOverride1 | Success |  | 0.199 | 
| testSorterProperty | Success |  | 0.227 | 
| testMultiNceSameObject | Success |  | 0.144 | 
| testNullLabelProviderBoth | Success |  | 0.177 | 
| testBlankLabelProviderOverride1 | Success |  | 0.258 | 
| deviceALessThanDeviceB | Success |  | 0.000 | 
| testCdt1 | Success |  | 0.576 | 
| testUsingOverriddenLabelProvider | Success |  | 0.165 | 
| testMissingProjectsInWorkingSet | Success |  | 0.289 | 
| testProjectHierarchy | Success |  | 0.103 | 
| testNceNotFound | Success |  | 0.262 | 
| testWorkingSetFilter | Success |  | 0.295 | 
| testPlainBlankLabelProviderOverride1 | Success |  | 0.228 | 
| testShowIn | Success |  | 2.267 | 
| testPlainBlankLabelProviderOverrideNone | Success |  | 0.145 | 
| testM2Override | Success |  | 0.167 | 
| testAppearsBefore | Success |  | 0.440 | 
| testHasNoChildrenOverrideHasChildren | Success |  | 0.307 | 
| testNullLabelProviderOverride1 | Success |  | 0.182 | 
| testBlankLabelProviderOverrideNone | Success |  | 0.153 | 
| testInterceptRemove | Success |  | 0.269 | 
| testNonVisibleFilters | Success |  | 0.270 | 
| consistentWithEqualsDistTrailingSlash | Success |  | 0.001 | 
| testOnVisibilityOrActivationChangeClearsCaches | Success |  | 0.135 | 
| lessThanRelativeDashSlash | Success |  | 0.000 | 
| testHasNoChildrenOverride | Success |  | 0.241 | 
| testOverrideChain | Success |  | 1.443 | 
| consistentWithEqualsUncRelative | Success |  | 0.000 | 
| testNotSameInstEqualOverrides | Success |  | 0.115 | 
| testTestExtensionVisibility | Success |  | 0.205 | 
| testChangeActivation | Success |  | 13.729 | 
| testPlainNullLabelProviderBoth | Success |  | 0.156 | 
| testSorterContentAdd | Success |  | 0.314 | 
| testNavigatorExtensionEnablement | Success |  | 0.250 | 
| testInitialActivationExpression | Success |  | 1.666 | 
| testFilterActivation | Success |  | 0.552 | 
| testFindValidExtensions | Success |  | 0.219 | 
| testSimpleAddGetOverrides | Success |  | 0.203 | 
| testInterceptUpdate | Success |  | 0.241 | 
| consistentWithEqualsUncAbsolute | Success |  | 0.000 | 
| testPlainNullLabelProviderOverrideNone | Success |  | 0.162 | 
| testMaxResourcesLimitForTransfer | Success |  | 1.698 | 
| testLabelProviderThrow | Success |  | 0.312 | 
| uncLessThanDevice | Success |  | 0.000 | 
| testEvaluateWith | Failure | Wrong text: p1 
 java.lang.AssertionError: Wrong text: p1
 at org.junit.Assert.fail(Assert.java:88)
 at org.eclipse.ui.tests.navigator.NavigatorTestBase.checkItems(NavigatorTestBase.java:378)
 at org.eclipse.ui.tests.navigator.NavigatorTestBase.checkItems(NavigatorTestBase.java:364)
 at org.eclipse.ui.tests.navigator.ProgrammaticOpenTest.testEvaluateWith(ProgrammaticOpenTest.java:165)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
 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.runners.ParentRunner.runLeaf(ParentRunner.java:325)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
 at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
 at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
 at org.junit.runners.Suite.runChild(Suite.java:128)
 at org.junit.runners.Suite.runChild(Suite.java:27)
 at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
 at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
 at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
 at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:40)
 at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
 at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
 at java.util.Iterator.forEachRemaining(Iterator.java:116)
 at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
 at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
 at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
 at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
 at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
 at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
 at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
 at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
 at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:71)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:229)
 at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:197)
 at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:211)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:191)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128)
 at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
 at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
 at org.eclipse.test.UITestApplication.lambda$0(UITestApplication.java:103)
 at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
 at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
 at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4145)
 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3812)
 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160)
 at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049)
 at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
 at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660)
 at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
 at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
 at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:154)
 at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150)
 at org.eclipse.test.UITestApplication.run(UITestApplication.java:48)
 at org.eclipse.test.UITestApplication.start(UITestApplication.java:118)
 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
 at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
 at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
 at org.eclipse.core.launcher.Main.main(Main.java:44)
 
 | 0.233 | 
| testPipelinedChildrenWithLabel | Success |  | 0.192 | 
| testTopLevelChange | Success |  | 0.424 | 
| testSimpleResLast | Success |  | 0.238 | 
| testOtherProjectWorkingSet | Success |  | 0.547 | 
| absoluteLessThanUnc | Success |  | 0.000 | 
| testComparatorAsSorter | Success |  | 0.755 | 
| testNavigatorSorterAccess | Success |  | 0.227 | 
| testSimpleResFirst | Success |  | 0.145 | 
| testInterceptAdd | Success |  | 0.192 | 
| testReplaceOverrides | Success |  | 0.154 | 
| testReplaceNotOverrides | Success |  | 0.136 | 
| testResourceExtensionVisibility | Success |  | 0.195 | 
| testBlankLabelProviderBoth | Success |  | 0.155 | 
| testNavigatorResourceJava | Success |  | 0.284 | 
| testNavigatorExtensionEnablement | Success |  | 0.242 | 
| consistentWithEqualsDistDevice | Success |  | 0.001 | 
| testNullLabelProviderOverrideNone | Success |  | 0.157 | 
| testM1ChildrenAreThere | Success |  | 0.178 | 
| testBindTestExtension | Success |  | 0.177 | 
| testSimpleAddGetNotOverrides | Success |  | 0.124 | 
| testInterceptRefreshOnChildTypeChangeWithLabel | Success |  | 0.251 | 
| testInterceptAddThrow | Success |  | 0.424 | 
| testPlainBlankLabelProviderOverride2 | Success |  | 0.458 | 
| testEmptyWindowWorkingSet | Success |  | 0.459 | 
| consistentWithEqualsWinPosix | Success |  | 0.000 | 
| testNullLabelProviderOverride2 | Success |  | 0.221 | 
| consistentWithEqualsDistLength | Success |  | 0.000 | 
| testProblemDecoration | Success |  | 0.057 | 
| testBlankLabelProviderOverride2 | Success |  | 0.226 | 
| testM1ProjectHasChildren | Success |  | 0.150 | 
| testLinkHelperEditorActivation | Success |  | 4.636 | 
| consistentWithEqualsDistLeadingSlash | Success |  | 0.000 | 
| testHelpId | Success |  | 0.128 | 
| testInterceptAddWithLabel | Success |  | 0.221 | 
| testNonCommonViewer | Success |  | 0.246 | 
| checkInvariant | Success |  | 0.000 | 
| consistentWithEqualsDist | Success |  | 0.000 | 
| testHideAvailableExtensions | Success |  | 0.476 | 
| testNceOrdering | Success |  | 0.378 | 
| testNavigatorRootContents | Success |  | 0.288 | 
| lessThanRelativeDepth1 | Success |  | 0.000 | 
| testInterceptUpdateWithLabel | Success |  | 0.286 | 
| testPlainNullLabelProviderOverride2 | Success |  | 0.200 | 
| testPipelinedChildren | Success |  | 0.190 | 
| testLabelProviderSupportsTooltip | Success |  | 0.218 | 
| testM1ChildrenAreThereWithoutM2 | Success |  | 0.144 | 
| testSorterResource | Success |  | 0.241 | 
| testDashInProject | Success |  | 0.095 | 
| testNotSameInstEqualNotOverrides | Success |  | 0.141 | 
| testInterceptRemoveWithLabel | Success |  | 0.192 | 
| testLabelProviderPriority | Success |  | 0.183 | 
| testNavigatorRootContents | Success |  | 0.404 | 
| consistentWithEqualsSame | Success |  | 0.000 | 
| testProviderFilter | Success |  | 0.329 | 
| testDeletedAndRecreated | Success |  | 0.353 | 
| testInterceptAdd | Success |  | 0.210 | 
| testChangeNceActivation | Success |  | 0.255 | 
| testMultipleWorkingSets | Success |  | 0.232 | 
| testCategoryWizard | Success |  | 0.387 | 
| testSorterContentOverrideNoSort | Success |  | 0.378 | 
| testSorterContentAddOverride | Success |  | 0.298 | 
| testVisibleExtensionIds | Success |  | 0.258 | 
| testInterceptRefreshOnChildTypeChange | Success |  | 0.204 | 
| testTopLevelWorkingSet | Success |  | 0.325 | 
| testInheritedViewer | Success |  | 0.215 | 
| testLinkHelperSelectionChange | Success |  | 3.011 | 
| lessThanRelativeDepth2 | Success |  | 0.000 | 
| testDeactivateTestExtension | Success |  | 0.201 | 
| testSorterMissing | Success |  | 0.151 | 
| relativeLessThanAbsolute | Success |  | 0.000 | 
| testJstPipeline | Success |  | 0.383 | 
| testOverride | Success |  | 0.503 | 
| testDispose | Success |  | 0.413 | 
| testPlainBlankLabelProviderBoth | Success |  | 0.201 |