| Name | Status | Type | Time(s) | 
| testBasicModel | Success |  | 4.258 | 
| testOverride | Success |  | 0.420 | 
| testAppearsBefore | Success |  | 0.323 | 
| testHideAvailableExtensions | Success |  | 0.313 | 
| testEmptyWindowWorkingSet | Success |  | 0.241 | 
| testMissingProjectsInWorkingSet | Success |  | 0.618 | 
| testTopLevelWorkingSet | Success |  | 0.266 | 
| testTopLevelChange | Success |  | 0.291 | 
| testMultipleWorkingSets | Success |  | 0.214 | 
| testCategoryWizard | Success |  | 0.550 | 
| testProviderFilter | Success |  | 0.209 | 
| testNavigatorRootContents | Success |  | 0.406 | 
| testNavigatorExtensionEnablement | Success |  | 0.225 | 
| testFindValidExtensions | Success |  | 0.206 | 
| testDeactivateTestExtension | Success |  | 0.627 | 
| testBindTestExtension | Success |  | 0.185 | 
| testTestExtensionVisibility | Success |  | 0.168 | 
| testResourceExtensionVisibility | Success |  | 0.366 | 
| testVisibleExtensionIds | Success |  | 0.150 | 
| testNonCommonViewer | Success |  | 0.152 | 
| testNavigatorRootContents | Success |  | 0.269 | 
| testNavigatorExtensionEnablement | Success |  | 0.155 | 
| testNavigatorSorterAccess | Success |  | 0.127 | 
| testChangeNceActivation | Success |  | 0.234 | 
| testEvaluateWith | Success |  | 0.150 | 
| testNavigatorResourceJava | Success |  | 0.195 | 
| testPipelinedChildren | Success |  | 0.156 | 
| testPipelinedChildrenWithLabel | Success |  | 0.143 | 
| testInterceptAdd | Success |  | 0.142 | 
| testInterceptAddWithLabel | Success |  | 0.161 | 
| testJstPipeline | Success |  | 0.264 | 
| testBlankLabelProviderOverrideNone | Success |  | 0.160 | 
| testNullLabelProviderOverrideNone | Success |  | 0.225 | 
| testPlainBlankLabelProviderOverrideNone | Success |  | 0.227 | 
| testPlainNullLabelProviderOverrideNone | Success |  | 0.190 | 
| testBlankLabelProviderOverride1 | Success |  | 0.216 | 
| testNullLabelProviderOverride1 | Success |  | 0.198 | 
| testPlainBlankLabelProviderOverride1 | Success |  | 0.180 | 
| testPlainNullLabelProviderOverride1 | Success |  | 0.192 | 
| testBlankLabelProviderOverride2 | Success |  | 0.199 | 
| testNullLabelProviderOverride2 | Success |  | 0.200 | 
| testPlainBlankLabelProviderOverride2 | Success |  | 0.174 | 
| testPlainNullLabelProviderOverride2 | Success |  | 0.182 | 
| testBlankLabelProviderBoth | Success |  | 0.184 | 
| testNullLabelProviderBoth | Success |  | 0.202 | 
| testPlainBlankLabelProviderBoth | Success |  | 0.190 | 
| testPlainNullLabelProviderBoth | Success |  | 0.183 | 
| testSimpleResFirst | Success |  | 0.191 | 
| testOverrideChain | Success |  | 0.997 | 
| testSimpleResLast | Success |  | 0.214 | 
| testOverrideAdd | Success |  | 0.245 | 
| testChangeActivation | Failure | Wrong text: Greenp1 
junit.framework.AssertionFailedError: Wrong text: Greenp1at org.eclipse.ui.tests.navigator.NavigatorTestBase.checkItems(NavigatorTestBase.java:297)
 at org.eclipse.ui.tests.navigator.NavigatorTestBase.checkItems(NavigatorTestBase.java:284)
 at org.eclipse.ui.tests.navigator.LabelProviderTest.testChangeActivation(LabelProviderTest.java:290)
 at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
 at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
 at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
 at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
 at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
 at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3405)
 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3102)
 at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
 at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
 at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
 at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
 at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
 at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
 at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
 at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
 at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
 at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
 at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
 at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:32)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
 at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
 at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
 at org.eclipse.core.launcher.Main.main(Main.java:34)
 
 | 2.542 | 
| testUsingOverriddenLabelProvider | Success |  | 0.148 | 
| testMultiNceSameObject | Success |  | 0.132 | 
| testSorterMissing | Success |  | 0.130 | 
| testSorterProperty | Success |  | 0.180 | 
| testSorterContentOverrideNoSort | Success |  | 0.246 | 
| testSorterContentAdd | Success |  | 0.221 | 
| testSorterContentAddOverride | Success |  | 0.237 | 
| testSorterResource | Success |  | 0.159 | 
| testInheritedViewer | Success |  | 0.191 | 
| testHelpId | Success |  | 0.119 | 
| testDispose | Success |  | 0.204 | 
| testCdt1 | Success |  | 0.348 | 
| testInterceptAdd | Success |  | 0.157 | 
| testM1ChildrenAreThere | Success |  | 0.160 | 
| testM1ChildrenAreThereWithoutM2 | Success |  | 0.158 | 
| testM2Override | Success |  | 0.146 | 
| testM1ProjectHasChildren | Success |  | 0.138 |