| Name | Status | Type | Time(s) | 
| testBasicModel | Success |  | 2.616 | 
| testOverrideAdd | Success |  | 0.235 | 
| testPlainNullLabelProviderOverride1 | Success |  | 0.185 | 
| testSorterProperty | Success |  | 0.322 | 
| testMultiNceSameObject | Success |  | 0.259 | 
| testNullLabelProviderBoth | Success |  | 0.198 | 
| testBlankLabelProviderOverride1 | Success |  | 0.192 | 
| deviceALessThanDeviceB | Success |  | 0.000 | 
| testCdt1 | Success |  | 0.361 | 
| testUsingOverriddenLabelProvider | Success |  | 0.219 | 
| testMissingProjectsInWorkingSet | Success |  | 0.417 | 
| testProjectHierarchy | Success |  | 0.089 | 
| testNceNotFound | Success |  | 0.271 | 
| testWorkingSetFilter | Success |  | 0.350 | 
| testPlainBlankLabelProviderOverride1 | Success |  | 0.266 | 
| testShowIn | Success |  | 5.425 | 
| testPlainBlankLabelProviderOverrideNone | Success |  | 0.200 | 
| testM2Override | Success |  | 0.332 | 
| testAppearsBefore | Success |  | 0.603 | 
| testHasNoChildrenOverrideHasChildren | Success |  | 0.257 | 
| testNullLabelProviderOverride1 | Success |  | 0.197 | 
| testBlankLabelProviderOverrideNone | Success |  | 0.223 | 
| testInterceptRemove | Success |  | 0.259 | 
| testNonVisibleFilters | Success |  | 0.492 | 
| consistentWithEqualsDistTrailingSlash | Success |  | 0.000 | 
| testOnVisibilityOrActivationChangeClearsCaches | Success |  | 0.223 | 
| lessThanRelativeDashSlash | Success |  | 0.000 | 
| testHasNoChildrenOverride | Success |  | 0.318 | 
| testOverrideChain | Success |  | 1.461 | 
| consistentWithEqualsUncRelative | Success |  | 0.000 | 
| testNotSameInstEqualOverrides | Success |  | 0.186 | 
| testTestExtensionVisibility | Success |  | 0.258 | 
| testChangeActivation | Success |  | 14.148 | 
| testPlainNullLabelProviderBoth | Success |  | 0.209 | 
| testSorterContentAdd | Success |  | 0.321 | 
| testNavigatorExtensionEnablement | Success |  | 0.283 | 
| testInitialActivationExpression | Success |  | 9.622 | 
| testFilterActivation | Success |  | 0.944 | 
| testFindValidExtensions | Success |  | 0.283 | 
| testSimpleAddGetOverrides | Success |  | 0.192 | 
| testInterceptUpdate | Success |  | 0.298 | 
| consistentWithEqualsUncAbsolute | Success |  | 0.000 | 
| testPlainNullLabelProviderOverrideNone | Success |  | 0.233 | 
| testMaxResourcesLimitForTransfer | Success |  | 3.303 | 
| testLabelProviderThrow | Success |  | 0.309 | 
| 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:374)
 at org.eclipse.ui.tests.navigator.NavigatorTestBase.checkItems(NavigatorTestBase.java:361)
 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:39)
 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:79)
 at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154)
 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90)
 at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:291)
 at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:267)
 at org.eclipse.test.UITestApplication.lambda$0(UITestApplication.java:197)
 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:4068)
 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3735)
 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
 at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
 at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
 at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:628)
 at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
 at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)
 at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)
 at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
 at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:141)
 at org.eclipse.test.UITestApplication.run(UITestApplication.java:63)
 at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:199)
 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:391)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:246)
 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:659)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
 at org.eclipse.equinox.launcher.Main.run(Main.java:1501)
 at org.eclipse.equinox.launcher.Main.main(Main.java:1474)
 at org.eclipse.core.launcher.Main.main(Main.java:37)
 
 | 0.518 | 
| testPipelinedChildrenWithLabel | Success |  | 0.418 | 
| testTopLevelChange | Success |  | 0.646 | 
| testSimpleResLast | Success |  | 0.190 | 
| testOtherProjectWorkingSet | Success |  | 0.568 | 
| absoluteLessThanUnc | Success |  | 0.000 | 
| testComparatorAsSorter | Success |  | 0.451 | 
| testNavigatorSorterAccess | Success |  | 0.210 | 
| testSimpleResFirst | Success |  | 0.324 | 
| testInterceptAdd | Success |  | 0.378 | 
| testReplaceOverrides | Success |  | 0.190 | 
| testReplaceNotOverrides | Success |  | 0.321 | 
| testResourceExtensionVisibility | Success |  | 0.224 | 
| testBlankLabelProviderBoth | Success |  | 0.222 | 
| testNavigatorResourceJava | Success |  | 0.372 | 
| testNavigatorExtensionEnablement | Success |  | 0.262 | 
| consistentWithEqualsDistDevice | Success |  | 0.001 | 
| testNullLabelProviderOverrideNone | Success |  | 0.234 | 
| testM1ChildrenAreThere | Success |  | 0.426 | 
| testBindTestExtension | Success |  | 0.258 | 
| testSimpleAddGetNotOverrides | Success |  | 0.200 | 
| testInterceptRefreshOnChildTypeChangeWithLabel | Success |  | 0.243 | 
| testInterceptAddThrow | Success |  | 0.439 | 
| testPlainBlankLabelProviderOverride2 | Success |  | 0.292 | 
| testEmptyWindowWorkingSet | Success |  | 0.283 | 
| consistentWithEqualsWinPosix | Success |  | 0.000 | 
| testNullLabelProviderOverride2 | Success |  | 0.198 | 
| consistentWithEqualsDistLength | Success |  | 0.000 | 
| testBlankLabelProviderOverride2 | Success |  | 0.274 | 
| testM1ProjectHasChildren | Success |  | 0.247 | 
| testLinkHelperEditorActivation | Success |  | 5.759 | 
| consistentWithEqualsDistLeadingSlash | Success |  | 0.000 | 
| testHelpId | Success |  | 0.206 | 
| testInterceptAddWithLabel | Success |  | 0.299 | 
| testNonCommonViewer | Success |  | 0.246 | 
| checkInvariant | Success |  | 0.000 | 
| consistentWithEqualsDist | Success |  | 0.000 | 
| testHideAvailableExtensions | Success |  | 0.604 | 
| testNceOrdering | Success |  | 0.484 | 
| testNavigatorRootContents | Success |  | 0.394 | 
| lessThanRelativeDepth1 | Success |  | 0.000 | 
| testInterceptUpdateWithLabel | Success |  | 0.315 | 
| testPlainNullLabelProviderOverride2 | Success |  | 0.273 | 
| testPipelinedChildren | Success |  | 0.269 | 
| testM1ChildrenAreThereWithoutM2 | Success |  | 0.254 | 
| testSorterResource | Success |  | 0.246 | 
| testDashInProject | Success |  | 0.079 | 
| testNotSameInstEqualNotOverrides | Success |  | 0.204 | 
| testInterceptRemoveWithLabel | Success |  | 0.419 | 
| testLabelProviderPriority | Success |  | 0.203 | 
| testNavigatorRootContents | Success |  | 0.328 | 
| consistentWithEqualsSame | Success |  | 0.000 | 
| testProviderFilter | Success |  | 0.291 | 
| testDeletedAndRecreated | Success |  | 0.643 | 
| testInterceptAdd | Success |  | 0.913 | 
| testChangeNceActivation | Success |  | 0.431 | 
| testMultipleWorkingSets | Success |  | 0.334 | 
| testCategoryWizard | Success |  | 0.280 | 
| testSorterContentOverrideNoSort | Success |  | 1.028 | 
| testSorterContentAddOverride | Success |  | 0.495 | 
| testVisibleExtensionIds | Success |  | 0.270 | 
| testInterceptRefreshOnChildTypeChange | Success |  | 0.268 | 
| testTopLevelWorkingSet | Success |  | 0.317 | 
| testInheritedViewer | Success |  | 0.304 | 
| testLinkHelperSelectionChange | Success |  | 4.375 | 
| lessThanRelativeDepth2 | Success |  | 0.000 | 
| testDeactivateTestExtension | Success |  | 0.238 | 
| testSorterMissing | Success |  | 0.226 | 
| relativeLessThanAbsolute | Success |  | 0.000 | 
| testJstPipeline | Success |  | 0.328 | 
| testOverride | Success |  | 0.737 | 
| testDispose | Success |  | 0.253 | 
| testPlainBlankLabelProviderBoth | Success |  | 0.184 |