Class | Name | Status | Type | Time(s) |
org.eclipse.pde.core.tests.internal.classpath.ClasspathResolutionTest | testImportExternalPreviouslySystemPackageAddsExtraBundle | Success | | 0.040 |
org.eclipse.pde.core.tests.internal.classpath.ClasspathResolutionTest | testImportExternalPreviouslySystemPackageAddsExtraBundle_missingBREE | Success | | 0.041 |
org.eclipse.pde.core.tests.internal.classpath.ClasspathResolutionTest | testImportSystemPackageDoesntAddExtraBundleJava11 | Success | | 0.061 |
org.eclipse.pde.core.tests.internal.classpath.ClasspathResolutionTest | testImportSystemPackageDoesntAddExtraBundleJava8 | Success | | 0.058 |
org.eclipse.pde.core.tests.internal.classpath.ClasspathResolutionTest | testImportSystemPackageDoesntAddExtraBundleJava8_osgiEERequirement | Success | | 0.081 |
org.eclipse.pde.core.tests.internal.DependencyManagerTest | testFindRequirementsClosure_importPackage | Success | | 0.004 |
org.eclipse.pde.core.tests.internal.DependencyManagerTest | testFindRequirementsClosure_includeFragments | Success | | 0.008 |
org.eclipse.pde.core.tests.internal.DependencyManagerTest | testFindRequirementsClosure_includeFragmentsProvidingPackages | Success | | 0.013 |
org.eclipse.pde.core.tests.internal.DependencyManagerTest | testFindRequirementsClosure_includeNonTestFragments | Success | | 0.053 |
org.eclipse.pde.core.tests.internal.DependencyManagerTest | testFindRequirementsClosure_includeOptional | Success | | 0.009 |
org.eclipse.pde.core.tests.internal.DependencyManagerTest | testFindRequirementsClosure_requireBundle | Success | | 0.004 |
org.eclipse.pde.core.tests.internal.DependencyManagerTest | testFindRequirementsClosure_requireBundle2 | Success | | 0.005 |
org.eclipse.pde.core.tests.internal.DependencyManagerTest | testFindRequirementsClosure_requiredCapability | Success | | 0.004 |
org.eclipse.pde.core.tests.internal.DependencyManagerTest | testFindRequirementsClosure_requireDifferentVersions | Success | | 0.005 |
org.eclipse.pde.core.tests.internal.feature.FeatureDataTestCase | testSerialization | Success | | 0.001 |
org.eclipse.pde.core.tests.internal.feature.FeatureDataTestCase | testSerializationWithLdapFilter | Success | | 0.000 |
org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest | testBundleRootHandling_bundleRootChangedFromDefaultToOthersAndReverse | Success | | 0.043 |
org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest | testBundleRootHandling_bundleRootChangedFromNoneToDefault | Success | | 0.029 |
org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest | testBundleRootHandling_bundleRootChangedFromNoneToOther | Success | | 0.021 |
org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest | testBundleRootHandling_projectCreatedWithNonDefaultBundleRoot | Success | | 0.012 |
org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest | testChangeEvents_singleModelCreated | Success | | 0.015 |
org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest | testChangeEvents_singleModelRemoved | Success | | 0.013 |
org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest | testDelete_projectWithChangedBundleRoot | Success | | 0.022 |
org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest | testGetModel_projectCreated | Success | | 0.012 |
org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest | testGetModel_workspaceStartUpWithExistingProject | Success | | 0.050 |
org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest | testOpenAndClose_projectWithChangedBundleRoot | Success | | 0.032 |
org.eclipse.pde.core.tests.internal.WorkspaceProductModelManagerTest | testProducts_productAddedAndRemoved | Success | | 0.004 |
org.eclipse.pde.core.tests.internal.WorkspaceProductModelManagerTest | testProducts_productAddedToDerivedFolder | Success | | 0.004 |
org.eclipse.pde.core.tests.internal.WorkspaceProductModelManagerTest | testProducts_productAddedToDerivedSourceFolder | Success | | 0.013 |
org.eclipse.pde.core.tests.internal.WorkspaceProductModelManagerTest | testProducts_productAddedToDeriveFolderNestedInSrcFolder | Error | Cannot invoke "java.util.Collection.size()" because "products" is null
java.lang.NullPointerException: Cannot invoke "java.util.Collection.size()" because "products" is null
at org.eclipse.pde.core.tests.internal.WorkspaceProductModelManagerTest.assertSingleProductWithId(WorkspaceProductModelManagerTest.java:151)
at org.eclipse.pde.core.tests.internal.WorkspaceProductModelManagerTest.testProducts_productAddedToDeriveFolderNestedInSrcFolder(WorkspaceProductModelManagerTest.java:101)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.eclipse.pde.ui.tests.runtime.TestUtils$1.evaluate(TestUtils.java:271)
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.eclipse.pde.ui.tests.runtime.TestUtils$1.evaluate(TestUtils.java:271)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
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.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:4345)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3968)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
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:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
at org.eclipse.core.launcher.Main.main(Main.java:44)
| 0.057 |
org.eclipse.pde.ui.tests.build.properties.BuildPropertiesValidationTest | testIncrementalMarkers | Success | | 2.056 |
org.eclipse.pde.ui.tests.build.properties.BuildPropertiesValidationTest | testJavacEntries | Success | | 4.038 |
org.eclipse.pde.ui.tests.build.properties.BuildPropertiesValidationTest | testJreCompliance | Success | | 2.991 |
org.eclipse.pde.ui.tests.build.properties.BuildPropertiesValidationTest | testOsgiInf | Success | | 0.528 |
org.eclipse.pde.ui.tests.build.properties.BuildPropertiesValidationTest | testSimpleProject | Success | | 1.003 |
org.eclipse.pde.ui.tests.build.properties.BuildPropertiesValidationTest | testSourceFolder | Success | | 11.089 |
org.eclipse.pde.ui.tests.build.properties.BuildPropertiesValidationTest | testSrcExcludeQuickFix | Success | | 2.008 |
org.eclipse.pde.ui.tests.build.properties.BuildPropertiesValidationTest | testTestSource | Success | | 0.963 |
org.eclipse.pde.ui.tests.classpathcontributor.ClasspathContributorTest | testAdditionalClasspathEntries | Success | | 0.049 |
org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest | testGetDevProperties | Success | | 0.026 |
org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest | testGetDevProperties_bundleFromRunningPlatform_wovenDevEntryWithAndWithoutVersion | Success | | 0.047 |
org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest | testGetDevProperties_HostAndJarBundle_oneEmptyDevEntryAndOneWithAndWithoutVersion | Success | | 0.054 |
org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest | testGetDevProperties_jarTPBundle_noDevEntries | Success | | 0.004 |
org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest | testGetDevProperties_jarTPBundleWithSameVersionLikeHostBundle_noDevEntries | Success | | 0.004 |
org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest | testGetDevProperties_mixedWorkspaceAndHostAndJarTPBundle_onlyUsedPlatformBundles | Success | | 0.028 |
org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest | testGetDevProperties_workspaceAndHostBundle_twoDevEntriesWithAndWithoutVersion | Success | | 0.026 |
org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest | testGetDevProperties_workspaceAndJarTPBundle_oneEmptyDevEntryAndOneWithAndWithoutVersion | Success | | 0.004 |
org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest | testGetDevProperties_workspacePlugin_devEntryWithAndWithoutVersion | Success | | 0.025 |
org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest | testGetDevProperties_workspacePluginWithSameVersionLikeHostBundle_devEntryWithAndWithoutVersion | Success | | 0.005 |
org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest | testSourceLookupPath | Success | | 0.037 |
org.eclipse.pde.ui.tests.ee.ExecutionEnvironmentTests | testCustomEnvironment | Success | | 2.872 |
org.eclipse.pde.ui.tests.ee.ExecutionEnvironmentTests | testDynamicSystemPackages | Success | | 0.028 |
org.eclipse.pde.ui.tests.ee.ExecutionEnvironmentTests | testJava4Environment | Success | | 1.620 |
org.eclipse.pde.ui.tests.ee.ExecutionEnvironmentTests | testMinimumComplianceNoOverwrite | Success | | 2.198 |
org.eclipse.pde.ui.tests.ee.ExecutionEnvironmentTests | testMinimumComplianceOverwrite | Success | | 0.445 |
org.eclipse.pde.ui.tests.ee.ExecutionEnvironmentTests | testNoEnvironment | Success | | 0.446 |
org.eclipse.pde.ui.tests.ee.ExportBundleTests | testExport14Environment | Success | | 2.546 |
org.eclipse.pde.ui.tests.ee.ExportBundleTests | testExportCustomEnvironment | Success | | 1.551 |
org.eclipse.pde.ui.tests.imports.ImportAsBinaryTestCase | testImportAnt | Success | | 0.360 |
org.eclipse.pde.ui.tests.imports.ImportAsBinaryTestCase | testImportFlat | Success | | 0.162 |
org.eclipse.pde.ui.tests.imports.ImportAsBinaryTestCase | testImportJAR | Success | | 0.068 |
org.eclipse.pde.ui.tests.imports.ImportAsBinaryTestCase | testImportJUnit4 | Success | | 0.461 |
org.eclipse.pde.ui.tests.imports.ImportAsBinaryTestCase | testImportLinksMultiple | Success | | 0.618 |
org.eclipse.pde.ui.tests.imports.ImportAsBinaryTestCase | testImportNotJavaFlat | Success | | 0.168 |
org.eclipse.pde.ui.tests.imports.ImportAsBinaryTestCase | testImportNotJavaJARd | Success | | 0.932 |
org.eclipse.pde.ui.tests.imports.ImportAsSourceTestCase | testImportFlat | Success | | 0.540 |
org.eclipse.pde.ui.tests.imports.ImportAsSourceTestCase | testImportJAR | Success | | 0.082 |
org.eclipse.pde.ui.tests.imports.ImportAsSourceTestCase | testImportJUnit4 | Success | | 1.078 |
org.eclipse.pde.ui.tests.imports.ImportAsSourceTestCase | testImportLinksMultiple | Success | | 0.799 |
org.eclipse.pde.ui.tests.imports.ImportAsSourceTestCase | testImportNotJavaFlat | Success | | 0.153 |
org.eclipse.pde.ui.tests.imports.ImportAsSourceTestCase | testImportNotJavaJARd | Success | | 1.253 |
org.eclipse.pde.ui.tests.imports.ImportFeatureProjectsTestCase | testFeaturePlugins | Success | | 0.045 |
org.eclipse.pde.ui.tests.imports.ImportFeatureProjectsTestCase | testImportBinaryFeature | Success | | 0.070 |
org.eclipse.pde.ui.tests.imports.ImportFeatureProjectsTestCase | testImportFeature | Success | | 0.045 |
org.eclipse.pde.ui.tests.imports.ImportFeatureProjectsTestCase | testImportMulitpleFeatures | Success | | 0.299 |
org.eclipse.pde.ui.tests.imports.ImportWithLinksTestCase | testImportFlat | Success | | 0.163 |
org.eclipse.pde.ui.tests.imports.ImportWithLinksTestCase | testImportJAR | Success | | 0.070 |
org.eclipse.pde.ui.tests.imports.ImportWithLinksTestCase | testImportJUnit4 | Success | | 0.198 |
org.eclipse.pde.ui.tests.imports.ImportWithLinksTestCase | testImportLinksMultiple | Success | | 0.634 |
org.eclipse.pde.ui.tests.imports.ImportWithLinksTestCase | testImportNotJavaFlat | Success | | 0.137 |
org.eclipse.pde.ui.tests.imports.ImportWithLinksTestCase | testImportNotJavaJARd | Success | | 0.955 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_additionalPlugins | Success | | 0.073 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_automaticallyAddRequirements | Success | | 0.240 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_autostartLevels | Success | | 0.110 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_featureEnvironmentNotMatchingTargetEnvironment | Success | | 0.052 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_featureSelectionForLocationExternal_latestExternalFeature | Success | | 0.036 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_featureSelectionForLocationExternalButNoExternalFeaturePresent_noFeature | Success | | 0.011 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_featureSelectionForLocationWorkspace_latestWorkspaceFeature | Success | | 0.036 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_featureSelectionForLocationWorkspaceButNoWorkspaceFeaturePresent_latestExternalFeature | Success | | 0.029 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_includedFeatureWithDefaultVersion | Success | | 0.046 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_includedFeatureWithSpecificVersion | Success | | 0.092 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_includedPluginAndFeatureEnvironmentNotMatchingTargetEnvironment | Success | | 0.033 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_includedPluginWithDefaultVersion | Success | | 0.068 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_includedPluginWithSpecificVersion | Success | | 0.068 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_inheritanceOfPluginResolution | Success | | 0.082 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_multipleInclusionOfPluginAndFeature | Success | | 0.045 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_requiredFeatureWithNoVersion | Success | | 0.123 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_requiredFeatureWithSpecificVersion1 | Success | | 0.098 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_requiredFeatureWithSpecificVersion2 | Success | | 0.138 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_requiredPluginWithNoVersion | Success | | 0.081 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_requiredPluginWithSpecificVersion1 | Success | | 0.057 |
org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest | testGetMergedBundleMap_requiredPluginWithSpecificVersion2 | Success | | 0.100 |
org.eclipse.pde.ui.tests.launcher.LaunchConfigurationHelperTestCase | testgetStartData | Success | | 0.000 |
org.eclipse.pde.ui.tests.launcher.LaunchConfigurationMigrationTest | testBundleBased | Success | | 0.000 |
org.eclipse.pde.ui.tests.launcher.LaunchConfigurationMigrationTest | testPluginBasedWithAutomaticAdd | Success | | 0.000 |
org.eclipse.pde.ui.tests.launcher.LaunchConfigurationMigrationTest | testPluginBasedWithoutAutomaticAdd | Success | | 0.000 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_automaticAddedWorkspacePlugins_multiVersionPluginDisabledWithMultipleSpecificVersions | Success | | 0.033 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_automaticAddedWorkspacePlugins_multiVersionPluginDisabledWithoutVersion | Success | | 0.048 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_automaticAddedWorkspacePlugins_multiVersionPluginDisabledWithSpecificVersion | Success | | 0.030 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_automaticAddedWorkspacePlugins_noDisabledPlugins | Success | | 0.027 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_automaticAddedWorkspacePlugins_sameMMMVersionButDifferentQualifier | Success | | 0.036 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_automaticAddedWorkspacePlugins_singleVersionPluginDisabledWithoutVersion | Success | | 0.029 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_automaticAddedWorkspacePlugins_singleVersionPluginV1_0_0DeselectedButHaveV1_0_1InWorkspace | Success | | 0.029 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_automaticallyAddRequirements | Success | | 0.164 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_mixedPluginsFromWorkspaceAndTarget_specificTargetVersion | Success | | 0.037 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_mixedPluginsFromWorkspaceWithAutomaticAddAndTarget_specificTargetVersion | Success | | 0.060 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_multipleTargetPluginVersions_multipleSpecificVersion | Success | | 0.033 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_multipleTargetPluginVersions_noVersion | Success | | 0.012 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_multipleTargetPluginVersions_sameMMMVersionButDifferentQualifier | Success | | 0.014 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_multipleTargetPluginVersions_specificVersion | Success | | 0.011 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_multipleWorkspacePluginVersions_multipleSpecificVersion | Success | | 0.028 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_multipleWorkspacePluginVersions_noVersion | Success | | 0.019 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_multipleWorkspacePluginVersions_sameMMMVersionButDifferentQualifier | Success | | 0.020 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_multipleWorkspacePluginVersions_sameVersion | Success | | 0.021 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_multipleWorkspacePluginVersions_specificVersion | Success | | 0.019 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_pluginFromWorkspaceAndTarget_noTargetVersion | Success | | 0.021 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_pluginFromWorkspaceAndTarget_notMatchingTargetVersion | Success | | 0.012 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_pluginFromWorkspaceAndTarget_specificTargetVersion | Success | | 0.020 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_pluginFromWorkspaceAndTarget_targetBundleReplacedByWorkspaceBundleWithSameVersion | Success | | 0.021 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_singleTargetPluginVersion_notMatchingVersion | Success | | 0.013 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_singleTargetPluginVersion_notSelectedWorkspacePendant | Success | | 0.022 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_singleTargetPluginVersion_noVersion | Success | | 0.011 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_singleTargetPluginVersion_specificVersion | Success | | 0.011 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_singleWorkspacePluginVersion_notMatchingVersion | Success | | 0.012 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_singleWorkspacePluginVersion_noVersion | Success | | 0.011 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_singleWorkspacePluginVersion_specificVersion | Success | | 0.058 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_startDataParsing | Success | | 0.029 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_workspacePluginAddedAutomaticallyAndTargetPlugin_differentVersions | Success | | 0.022 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMap_workspacePluginAddedAutomaticallyAndTargetPlugin_sameVersionLikeInWorkspace | Success | | 0.014 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testGetMergedBundleMapForIssue88_specifiedWorkspacePluginOnlyInTargetPlatform_emtpySelection | Success | | 0.011 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testWriteBundleEntry_oneOfTwoTargetPlugins_versionEntry | Success | | 0.011 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testWriteBundleEntry_oneOfTwoWorkspacePlugins_versionEntry | Success | | 0.021 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testWriteBundleEntry_singleTargetPlugin_noVersionEntry | Success | | 0.020 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testWriteBundleEntry_singleWorkspacePlugin_noVersionEntry | Success | | 0.012 |
org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest | testWriteBundleEntry_startLevelAndAutoStart | Success | | 0.020 |
org.eclipse.pde.ui.tests.model.bundle.BundleActivatorTestCase | testAbsentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleActivatorTestCase | testChangeExistingActivator | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleActivatorTestCase | testGetActivator | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleActivatorTestCase | testHeaderLength | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleActivatorTestCase | testHeaderLengthWithWindowsDelimiter | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleActivatorTestCase | testHeaderOffset1 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleActivatorTestCase | testHeaderOffset2 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleActivatorTestCase | testPresentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleActivatorTestCase | testSetActivator | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase | testAbsentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase | testAddLibrary | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase | testHeaderLength | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase | testHeaderLengthMultiLines1 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase | testHeaderLengthMultiLines2 | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase | testHeaderLengthWithWindowsDelimiter | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase | testHeaderOffset1 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase | testHeaderOffset2 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase | testPresentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase | testRemoveLibrary | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase | testRemoveOnlyLibrary | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase | testAbsentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase | testChangeExistingLocalization | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase | testGetLocalization | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase | testGetLocalizationDefault | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase | testHeaderLength | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase | testHeaderLengthWithWindowsDelimiter | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase | testHeaderOffset1 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase | testHeaderOffset2 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase | testPresentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase | testSetLocalization | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleNameTestCase | testAbsentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleNameTestCase | testChangeExistingName | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleNameTestCase | testGetName | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleNameTestCase | testHeaderLength | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleNameTestCase | testHeaderLengthWithWindowsDelimiter | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleNameTestCase | testHeaderOffset1 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleNameTestCase | testHeaderOffset2 | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.bundle.BundleNameTestCase | testPresentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleNameTestCase | testSetName | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase | testAbsentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase | testAddBundleSymbolicName | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase | testAddSingletonDirective | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase | testChangeBundleSymbolicName | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase | testHeaderLength | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase | testHeaderLengthWithWindowsDelimiter | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase | testHeaderOffset1 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase | testHeaderOffset2 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase | testPresentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase | testReadSingletonDirective | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase | testRemoveBundleSymbolicName | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase | testRemoveSingletonDirective | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleVendorTestCase | testAbsentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleVendorTestCase | testAddBundleVendor | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleVendorTestCase | testChangeBundleVendor | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleVendorTestCase | testHeaderLength | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleVendorTestCase | testHeaderLengthWithWindowsDelimiter | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleVendorTestCase | testHeaderOffset1 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleVendorTestCase | testHeaderOffset2 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleVendorTestCase | testPresentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleVendorTestCase | testRemoveBundleVendor | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleVersionTestCase | testAbsentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleVersionTestCase | testAddVersion | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleVersionTestCase | testChangeVersion | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleVersionTestCase | testHeaderLength | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleVersionTestCase | testHeaderLengthWithWindowsDelimiter | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleVersionTestCase | testHeaderOffset1 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleVersionTestCase | testHeaderOffset2 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleVersionTestCase | testPresentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.BundleVersionTestCase | testRemoveVersion | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase | testAbsentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase | testAddExecutionEnvironment | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase | testAddExecutionEnvironmentHeader | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase | testAddMulitplieExecutionEnvironmnets | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase | testHeaderLength | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase | testHeaderLengthMultiLines1 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase | testHeaderLengthMultiLines2 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase | testHeaderLengthWithWindowsDelimiter | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase | testHeaderOffset1 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase | testHeaderOffset2 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase | testPresentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase | testPreserveSpacing | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase | testRemoveExecutionEnvironment | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase | testRemoveExistingExecutionEnvironment | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase | testRemoveMultipleExecutionEnvironments | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testAbsentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testAddExportPackageHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testAddImportPackageHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testAddMultiplePackages | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testAddPackage | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testAddPackageFriend | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testAddPackageFriends | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testAddPackageWithWindowsDelimiter | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testAddVersionToPackage | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testHeaderLength | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testHeaderLengthMultiLines1 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testHeaderLengthMultiLines2 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testHeaderLengthWithWindowsDelimiter | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testHeaderOffset1 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testHeaderOffset2 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testPresentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testPreserveSpacing | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testReadInternalPackage | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testReadMultipleFriend | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testReadOneFriend | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testReadPackageWithVersion | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testRemoveExistingExportPackageHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testRemoveMultiplePackages | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testRemovePackage | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testRemovePackageWithWindowsDelimiter | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testRemoveVersionFromPackage | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase | testSetPackageInternal | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.FragmentHostTestCase | testAbsentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.FragmentHostTestCase | testAddFragmentHost | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.FragmentHostTestCase | testChangeFragmentHost | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.bundle.FragmentHostTestCase | testHeaderLength | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.FragmentHostTestCase | testHeaderLengthWithWindowsDelimiter | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.FragmentHostTestCase | testHeaderOffset1 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.FragmentHostTestCase | testHeaderOffset2 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.FragmentHostTestCase | testPresentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.FragmentHostTestCase | testRemoveFragmentHost | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testAbsentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testAddExportPackageHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testAddImportPackageHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testAddMultiplePackages | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testAddPackage | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testAddPackageWithWindowsDelimiter | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testAddVersionToPackage | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testHeaderLength | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testHeaderLengthMultiLines1 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testHeaderLengthMultiLines2 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testHeaderLengthWithWindowsDelimiter | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testHeaderOffset1 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testHeaderOffset2 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testMakePackageOptional | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testPresentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testPreserveSpacing | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testReadOptionalPackage | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testReadPackageWithVersion | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testRemoveExistingExportPackageHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testRemoveMultiplePackages | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testRemoveOptionalDirective | Success | | 0.002 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testRemovePackage | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testRemovePackageWithWindowsDelimiter | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase | testRemoveVersionFromPackage | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase | testAbsentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase | testChangeExistingLazyStart | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase | testGetAutoStart | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase | testGetAutoStart2 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase | testHeaderLength | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase | testHeaderLengthWithWindowsDelimiter | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase | testHeaderOffset1 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase | testHeaderOffset2 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase | testPresentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase | testSetLazyStart | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testAbsentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testAddBundle | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testAddBundleWithWindowsDelimiter | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testAddMultipleBundles | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testAddRequireBundleHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testAddVersionToBundle | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testHeaderLength | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testHeaderLengthMultiLines1 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testHeaderLengthMultiLines2 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testHeaderLengthWithWindowsDelimiter | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testHeaderOffset1 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testHeaderOffset2 | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testMakeBundleOptional | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testMakeBundleReExport | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testPresentHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testPreserveSpacing | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testReadBundleReExport | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testReadBundleWithVersion | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testReadOptionalBundle | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testRemoveBundle | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testRemoveBundleWithWindowsDelimiter | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testRemoveExistingRequireBundleHeader | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testRemoveMultipleBundles | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testRemoveOptionalDirective | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testRemoveReExport | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testRemoveVersionFromBundle | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase | testSetGetVersion | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.BasicXMLTestCase | testAddSimpleExtension | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.xml.BasicXMLTestCase | testReadMultilineSimpleExtension | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.BasicXMLTestCase | testReadSimpleExtension | Success | | 0.004 |
org.eclipse.pde.ui.tests.model.xml.BasicXMLTestCase | testReadSimpleExtensionOneLine | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.BasicXMLTestCase | testRemoveChildNode | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.BasicXMLTestCase | testRemoveSimpleExtension | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.BasicXMLTestCase | testSingleQuoteAttribute | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testAddExtensionAttribute1CRLF | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testAddExtensionAttribute1LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testAddExtensionAttribute2CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testAddExtensionAttribute2LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testAddExtensionAttribute3CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testAddExtensionAttribute3LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testAddNewExtensionAttribute1CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testAddNewExtensionAttribute1LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testAddNewExtensionAttribute2CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testAddNewExtensionAttribute2LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testAddNewExtensionAttribute3CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testAddNewExtensionAttribute3LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testAddNewMultipleAttributes1CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testAddNewMultipleAttributes1LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testAddNewMultipleAttributes2CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testAddNewMultipleAttributes2LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testAddNewMultipleAttributes3CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testAddNewMultipleAttributes3LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testChangeExtensionAttribute1CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testChangeExtensionAttribute1LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testChangeExtensionAttribute2CRLF | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testChangeExtensionAttribute2LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testChangeExtensionAttribute3CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testChangeExtensionAttribute3LF | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testRemoveExtensionAttribute1CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testRemoveExtensionAttribute1LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testRemoveExtensionAttribute2CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testRemoveExtensionAttribute2LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testRemoveExtensionAttribute3CRLF | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testRemoveExtensionAttribute3LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testRemoveMultipleExtensionAttributes1CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testRemoveMultipleExtensionAttributes1LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testRemoveMultipleExtensionAttributes2CRLF | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testRemoveMultipleExtensionAttributes2LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testRemoveMultipleExtensionAttributes3CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase | testRemoveMultipleExtensionAttributes3LF | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddExtensionElement1CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddExtensionElement1LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddExtensionElement2CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddExtensionElement2LF | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddExtensionElement3CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddExtensionElement3LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddMultipleExtensionElements1CRLF | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddMultipleExtensionElements1LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddMultipleExtensionElements2CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddMultipleExtensionElements2LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddMultipleExtensionElements3CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddMultipleExtensionElements3LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddNewExtensionElement1CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddNewExtensionElement1LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddNewExtensionElement2CRLF | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddNewExtensionElement2LF | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddNewExtensionElement3CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddNewExtensionElement3LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddNewMultipleExtensionElements1CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddNewMultipleExtensionElements1LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddNewMultipleExtensionElements2CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddNewMultipleExtensionElements2LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddNewMultipleExtensionElements3CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testAddNewMultipleExtensionElements3LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testRemoveExtensionElement1CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testRemoveExtensionElement1LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testRemoveExtensionElement2CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testRemoveExtensionElement2LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testRemoveExtensionElement3CRLF | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testRemoveExtensionElement3LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testRemoveMultipleExtensionElements1CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testRemoveMultipleExtensionElements1LF | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testRemoveMultipleExtensionElements2CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testRemoveMultipleExtensionElements2LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testRemoveMultipleExtensionElements3CRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase | testRemoveMultipleExtensionElements3LF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.ManifestEditorSpellCheckTestCase | testNoSpellingAnnotation | Success | | 5.170 |
org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase | testStructureAddAttributeCRLF | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase | testStructureAddAttributeLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase | testStructureAddElementCRLF | Success | | 0.001 |
org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase | testStructureAddElementLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase | testStructureAddExtensionCRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase | testStructureAddExtensionLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase | testStructureBreakOpenElementCRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase | testStructureBreakOpenElementLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase | testStructurePreserveCommentInExtensionCRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase | testStructurePreserveCommentInExtensionLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase | testStructurePreserveCommentInRootCRLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase | testStructurePreserveCommentInRootLF | Success | | 0.000 |
org.eclipse.pde.ui.tests.nls.StringHelperTestCase | testSideEffects | Success | | 0.000 |
org.eclipse.pde.ui.tests.nls.StringHelperTestCase | testSimpleLines | Success | | 0.002 |
org.eclipse.pde.ui.tests.nls.StringHelperTestCase | testSpaces | Success | | 0.001 |
org.eclipse.pde.ui.tests.preferences.PDEPreferencesTestCase | testCompatibilityWithPreferenceStore | Success | | 0.001 |
org.eclipse.pde.ui.tests.preferences.PDEPreferencesTestCase | testCompilerPreferences | Success | | 0.000 |
org.eclipse.pde.ui.tests.preferences.PDEPreferencesTestCase | testDefaultPDEPreferences | Success | | 0.000 |
org.eclipse.pde.ui.tests.preferences.PDEPreferencesTestCase | testInstanceScopePDEPreferences | Success | | 0.000 |
org.eclipse.pde.ui.tests.preferences.PDEPreferencesTestCase | testPreferenceChangeListener1 | Success | | 0.000 |
org.eclipse.pde.ui.tests.preferences.PDEPreferencesTestCase | testPreferenceChangeListner2 | Success | | 0.001 |
org.eclipse.pde.ui.tests.project.BundleRootTests | testAssignRootToExistingProject | Success | | 0.037 |
org.eclipse.pde.ui.tests.project.BundleRootTests | testBundleRoot | Success | | 0.022 |
org.eclipse.pde.ui.tests.project.BundleRootTests | testGetOnNonExistantProject | Success | | 0.000 |
org.eclipse.pde.ui.tests.project.BundleRootTests | testPluginModelInstallLocation | Success | | 0.838 |
org.eclipse.pde.ui.tests.project.BundleRootTests | testServiceSetGetLocation | Success | | 0.008 |
org.eclipse.pde.ui.tests.project.BundleRootTests | testSetGetLocation | Success | | 0.016 |
org.eclipse.pde.ui.tests.project.DynamicPluginProjectReferencesTest | testFragmentHost_imported | Success | | 0.084 |
org.eclipse.pde.ui.tests.project.DynamicPluginProjectReferencesTest | testFragmentHost_required | Success | | 0.082 |
org.eclipse.pde.ui.tests.project.DynamicPluginProjectReferencesTest | testHopViaTargetPlatform_imported | Success | | 1.834 |
org.eclipse.pde.ui.tests.project.DynamicPluginProjectReferencesTest | testHopViaTargetPlatform_required | Success | | 1.863 |
org.eclipse.pde.ui.tests.project.DynamicPluginProjectReferencesTest | testIgnoreCapabilities | Success | | 0.038 |
org.eclipse.pde.ui.tests.project.PluginRegistryTests | testMatchCompatible | Success | | 0.000 |
org.eclipse.pde.ui.tests.project.PluginRegistryTests | testMatchCompatibleNone | Success | | 0.000 |
org.eclipse.pde.ui.tests.project.PluginRegistryTests | testMatchEquivalent | Success | | 0.001 |
org.eclipse.pde.ui.tests.project.PluginRegistryTests | testMatchGreaterOrEqual | Success | | 0.000 |
org.eclipse.pde.ui.tests.project.PluginRegistryTests | testMatchNone | Success | | 0.000 |
org.eclipse.pde.ui.tests.project.PluginRegistryTests | testMatchPerfect | Success | | 0.000 |
org.eclipse.pde.ui.tests.project.PluginRegistryTests | testMatchPrefix | Success | | 0.000 |
org.eclipse.pde.ui.tests.project.PluginRegistryTests | testMinRange | Success | | 0.000 |
org.eclipse.pde.ui.tests.project.PluginRegistryTests | testOverlapRange | Success | | 0.000 |
org.eclipse.pde.ui.tests.project.PluginRegistryTests | testRangeNone | Success | | 0.000 |
org.eclipse.pde.ui.tests.project.PluginRegistryTests | testRangeWithFilterMatch | Success | | 0.000 |
org.eclipse.pde.ui.tests.project.PluginRegistryTests | testRangeWithFilterNoMatch | Success | | 0.000 |
org.eclipse.pde.ui.tests.project.PluginRegistryTests | testSingleRangeMatch | Success | | 0.000 |
org.eclipse.pde.ui.tests.project.PluginRegistryTests | testUnmatchedRange | Success | | 0.001 |
org.eclipse.pde.ui.tests.project.PluginRegistryTests | testWorkspaceOverTarget | Success | | 3.038 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testBundle | Success | | 0.015 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testBundleSrc | Success | | 0.011 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testBundleToFrag | Success | | 0.028 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testClassFolders | Success | | 0.022 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testClassFoldersNoJars | Success | | 0.013 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testEagerAutostart | Success | | 0.178 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testEagerEclipseLazyStart | Success | | 1.012 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testEmptyHeader | Success | | 0.009 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testEmptyPackageImportHeader | Success | | 0.017 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testExportUpdateSequence | Success | | 0.012 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testExportWizardLaunchShortcuts | Success | | 0.010 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testFragment | Success | | 0.016 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testFragmentSrc | Success | | 0.023 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testFragToBundle | Success | | 0.021 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testHeaderFormatting | Success | | 0.036 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testJarsAsBundle | Success | | 0.015 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testJavaToBundle | Success | | 0.017 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testLazyAutostart | Success | | 0.852 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testLazyEclipseLazyStart | Success | | 0.980 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testModifyBundle | Success | | 0.031 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testModifyRequiredBundles | Success | | 0.044 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testNonBundleToBundle | Success | | 0.033 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testPlugin | Success | | 0.045 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testSingleton | Success | | 0.011 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testTwoSourceFoldersOneJar | Success | | 0.023 |
org.eclipse.pde.ui.tests.project.ProjectCreationTests | testTwoSourceFoldersTwoJars | Success | | 0.014 |
org.eclipse.pde.ui.tests.runtime.LocalModelTest | testBundleInstalled | Success | | 0.000 |
org.eclipse.pde.ui.tests.runtime.LocalModelTest | testBundleResolvedEvent | Success | | 0.000 |
org.eclipse.pde.ui.tests.runtime.LocalModelTest | testBundleStartedEvent | Success | | 0.001 |
org.eclipse.pde.ui.tests.runtime.LocalModelTest | testBundleStartingEvent | Success | | 0.000 |
org.eclipse.pde.ui.tests.runtime.LocalModelTest | testBundleStoppedEvent | Success | | 0.000 |
org.eclipse.pde.ui.tests.runtime.LocalModelTest | testBundleStoppingEvent | Success | | 0.000 |
org.eclipse.pde.ui.tests.runtime.LocalModelTest | testBundleUninstalledEvent | Success | | 0.000 |
org.eclipse.pde.ui.tests.runtime.LocalModelTest | testBundleUnresolvedEvent | Success | | 0.001 |
org.eclipse.pde.ui.tests.runtime.LocalModelTest | testBundleUpdatedEvent | Success | | 0.000 |
org.eclipse.pde.ui.tests.runtime.LocalModelTest | testExtensionAddedEvent | Success | | 0.000 |
org.eclipse.pde.ui.tests.runtime.LocalModelTest | testExtensionPointAddedEvent | Success | | 0.000 |
org.eclipse.pde.ui.tests.runtime.LocalModelTest | testExtensionPointRemovedEvent | Success | | 0.000 |
org.eclipse.pde.ui.tests.runtime.LocalModelTest | testExtensionRemovedEvent | Success | | 0.083 |
org.eclipse.pde.ui.tests.runtime.LocalModelTest | testInstalledBundles | Success | | 0.063 |
org.eclipse.pde.ui.tests.runtime.LocalModelTest | testServiceModifiedEvent | Success | | 0.001 |
org.eclipse.pde.ui.tests.runtime.LocalModelTest | testServiceRegisteredEvent | Success | | 0.000 |
org.eclipse.pde.ui.tests.runtime.LocalModelTest | testServiceUnregisteringEvent | Success | | 0.000 |
org.eclipse.pde.ui.tests.target.IUBundleContainerTests | testAddIUs | Success | | 0.126 |
org.eclipse.pde.ui.tests.target.IUBundleContainerTests | testContentEqualNonNull | Success | | 0.025 |
org.eclipse.pde.ui.tests.target.IUBundleContainerTests | testContentEqualNull | Success | | 0.023 |
org.eclipse.pde.ui.tests.target.IUBundleContainerTests | testContentNotEqualNonNull | Success | | 0.023 |
org.eclipse.pde.ui.tests.target.IUBundleContainerTests | testContentNotEqualNull | Success | | 0.025 |
org.eclipse.pde.ui.tests.target.IUBundleContainerTests | testExternalModelManagerPreferences | Success | | 1.018 |
org.eclipse.pde.ui.tests.target.IUBundleContainerTests | testOverlappingIUContainers | Success | | 0.116 |
org.eclipse.pde.ui.tests.target.IUBundleContainerTests | testPersistIUDefinition | Success | | 0.097 |
org.eclipse.pde.ui.tests.target.IUBundleContainerTests | testPersistMultipleIUDefinition | Success | | 0.072 |
org.eclipse.pde.ui.tests.target.IUBundleContainerTests | testRemoveIUs | Success | | 0.144 |
org.eclipse.pde.ui.tests.target.IUBundleContainerTests | testResolveRequiredBundles | Success | | 0.072 |
org.eclipse.pde.ui.tests.target.IUBundleContainerTests | testResolveRequiredFeatures | Success | | 0.199 |
org.eclipse.pde.ui.tests.target.IUBundleContainerTests | testResolveSingleBundle | Success | | 0.128 |
org.eclipse.pde.ui.tests.target.IUBundleContainerTests | testResolveSingleFeature | Success | | 0.077 |
org.eclipse.pde.ui.tests.target.IUBundleContainerTests | testResolveUsingProfile | Success | | 0.138 |
org.eclipse.pde.ui.tests.target.IUBundleContainerTests | testSerialization1 | Success | | 0.026 |
org.eclipse.pde.ui.tests.target.IUBundleContainerTests | testSerialization2 | Success | | 0.025 |
org.eclipse.pde.ui.tests.target.IUBundleContainerTests | testSerialization3 | Success | | 0.057 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testAllVersionsOfBundle | Success | | 0.588 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testAllVersionsOfBundleExplicit | Success | | 0.659 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testArguments | Success | | 0.785 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testArgumentsFeatureContainer | Success | | 0.023 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testArgumentsInstallDirectory | Success | | 0.090 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testArgumentsPluginsDirectory | Success | | 0.076 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testArgumentsProfileContainer | Success | | 0.194 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testDefaultTargetPlatform | Success | | 0.065 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testDirectoryBundleContainer | Success | | 0.164 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testEclipseHomeTargetPlatform | Success | | 0.042 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testEclipseHomeTargetPlatformAndConfigurationArea | Success | | 0.132 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testFeatureBundleContainer | Success | | 0.103 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testHigherVersionOfBundle | Success | | 0.648 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testLowerVersionOfBundle | Success | | 0.599 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testMacOSFeatureBundleContainer | Success | | 0.026 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testMissingVersionRestrictedDefaultTargetPlatform | Success | | 5.332 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testNoVersionsOfBundle | Success | | 0.698 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testResetTargetPlatform | Success | | 0.113 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testRestrictedDefaultTargetPlatform | Success | | 0.123 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testRestrictedFeatureBundleContainer | Success | | 0.027 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testSetEmptyTargetPlatform | Success | | 0.629 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testSetTargetPlatformToJdtFeature | Success | | 0.557 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testSourceFeatureBundleContainer | Success | | 0.025 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testVariableDirectoryBundleContainer | Success | | 0.149 |
org.eclipse.pde.ui.tests.target.LocalTargetDefinitionTests | testVersionRestrictedDefaultTargetPlatform | Success | | 0.069 |
org.eclipse.pde.ui.tests.target.ProfileContainerTests | testBundleResolutionWithConfigIni | Success | | 0.047 |
org.eclipse.pde.ui.tests.target.ProfileContainerTests | testParseBundleInfoFromConfigIni | Success | | 0.024 |
org.eclipse.pde.ui.tests.target.ProfileContainerTests | testParseBundleInfoFromConfigIni_relative | Success | | 0.023 |
org.eclipse.pde.ui.tests.target.ProfileContainerTests | testParseBundleInfoFromConfigIni_relativeToAbsoluteFramework | Success | | 0.023 |
org.eclipse.pde.ui.tests.target.ProfileContainerTests | testParseBundleInfoFromConfigIni_relativeToFramework | Success | | 0.025 |
org.eclipse.pde.ui.tests.target.TargetDefinitionFeatureResolutionTests | testDirectoryBundleContainer | Success | | 0.038 |
org.eclipse.pde.ui.tests.target.TargetDefinitionFeatureResolutionTests | testExplicitIncludes | Success | | 0.020 |
org.eclipse.pde.ui.tests.target.TargetDefinitionFeatureResolutionTests | testFeatureBundleContainer | Success | | 0.062 |
org.eclipse.pde.ui.tests.target.TargetDefinitionFeatureResolutionTests | testMissingFeatures | Success | | 0.041 |
org.eclipse.pde.ui.tests.target.TargetDefinitionFeatureResolutionTests | testMissingFeatureVersion | Success | | 0.025 |
org.eclipse.pde.ui.tests.target.TargetDefinitionFeatureResolutionTests | testMissingMixed | Success | | 0.024 |
org.eclipse.pde.ui.tests.target.TargetDefinitionFeatureResolutionTests | testMixedIncludes | Success | | 0.024 |
org.eclipse.pde.ui.tests.target.TargetDefinitionFeatureResolutionTests | testProfileBundleContainer | Success | | 0.038 |
org.eclipse.pde.ui.tests.target.TargetDefinitionFeatureResolutionTests | testSingleInclude | Success | | 0.023 |
org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests | testEmptyContentSection | Success | | 0.026 |
org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests | testExternalFileTargetHandleMemento | Success | | 0.000 |
org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests | testIncludeSource | Success | | 0.001 |
org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests | testLocalTargetHandleMemento | Success | | 0.000 |
org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests | testMigrationOfUseAllWithRestrictions | Success | | 0.002 |
org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests | testPersistComplexMetadataDefinition | Success | | 0.009 |
org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests | testPersistComplexWorkspaceDefinition | Success | | 0.018 |
org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests | testPersistEmptyDefinition | Success | | 0.001 |
org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests | testReadOldAdditionLocationsTargetFile | Success | | 0.001 |
org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests | testReadOldBasicDirectoryTargetFile | Success | | 0.000 |
org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests | testReadOldBasicTargetFile | Success | | 0.000 |
org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests | testReadOldFeaturesTargetFile | Success | | 0.000 |
org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests | testReadOldOptionalTargetFile | Success | | 0.000 |
org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests | testReadOldRestrictionsTargetFile | Success | | 0.001 |
org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests | testReadOldSpecificTargetFile | Success | | 0.001 |
org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests | testReadOldTargetFileWithUnknownTags | Success | | 0.000 |
org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests | testSequenceNumberChange | Success | | 0.001 |
org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests | testWorkspaceTargetHandleMemento | Success | | 0.000 |
org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests | testInvalidBundleContainers | Success | | 0.025 |
org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests | testInvalidManifest | Success | | 0.023 |
org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests | testMissingBundles | Success | | 0.058 |
org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests | testNameVersionDescriptor | Success | | 0.025 |
org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests | testResolutionCaching | Success | | 0.085 |
org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests | testSiteContainerIncludeSettings | Success | | 0.068 |
org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests | testSourceBundleRecognition | Success | | 0.106 |
org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests | testTargetInSynch | Success | | 0.614 |
org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests | testTargetInSynchWithDuplicates | Success | | 0.577 |
org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests | testTargetMissingBundle | Success | | 0.601 |
org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests | testTargetPlatformMissingBundle | Success | | 0.586 |
org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase | testArch | Success | | 0.050 |
org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase | testDictionaryArch | Success | | 0.000 |
org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase | testDictionaryNL | Success | | 0.000 |
org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase | testDictionaryOS | Success | | 0.000 |
org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase | testDictionaryWS | Success | | 0.000 |
org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase | testEnvironmentDictionarySize | Success | | 0.000 |
org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase | testNL | Success | | 0.001 |
org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase | testOS | Success | | 0.001 |
org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase | testResolveOptional | Success | | 0.000 |
org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase | testStateEEProperties | Success | | 0.917 |
org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase | testWS | Success | | 0.001 |
org.eclipse.pde.ui.tests.target.TargetPlatformHelperTests | testStripPathInformation | Success | | 0.001 |
org.eclipse.pde.ui.tests.target.TargetPlatformTests | testCreatePlatformConfigurationEmpty | Success | | 0.001 |
org.eclipse.pde.ui.tests.target.TargetPlatformTests | testCreatePlatformConfigurationSingle | Success | | 0.047 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testAllVersionsOfBundle | Success | | 0.617 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testAllVersionsOfBundleExplicit | Success | | 0.736 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testArguments | Success | | 0.630 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testArgumentsFeatureContainer | Success | | 0.054 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testArgumentsInstallDirectory | Success | | 0.037 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testArgumentsPluginsDirectory | Success | | 0.040 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testArgumentsProfileContainer | Success | | 0.039 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testDefaultTargetPlatform | Success | | 0.074 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testDirectoryBundleContainer | Success | | 0.120 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testEclipseHomeTargetPlatform | Success | | 0.067 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testEclipseHomeTargetPlatformAndConfigurationArea | Success | | 0.058 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testFeatureBundleContainer | Success | | 0.038 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testHigherVersionOfBundle | Success | | 0.685 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testLowerVersionOfBundle | Success | | 0.617 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testMacOSFeatureBundleContainer | Success | | 0.039 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testMissingVersionRestrictedDefaultTargetPlatform | Success | | 0.190 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testNoVersionsOfBundle | Success | | 0.590 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testResetTargetPlatform | Success | | 0.068 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testRestrictedDefaultTargetPlatform | Success | | 0.074 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testRestrictedFeatureBundleContainer | Success | | 0.062 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testSetEmptyTargetPlatform | Success | | 0.639 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testSetTargetPlatformToJdtFeature | Success | | 0.627 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testSourceFeatureBundleContainer | Success | | 0.041 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testVariableDirectoryBundleContainer | Success | | 0.107 |
org.eclipse.pde.ui.tests.target.WorkspaceTargetDefinitionTests | testVersionRestrictedDefaultTargetPlatform | Success | | 0.088 |
org.eclipse.pde.ui.tests.views.log.LogEntryTest | testInvalidEntry | Success | | 0.000 |
org.eclipse.pde.ui.tests.views.log.LogEntryTest | testProcessEntry | Success | | 0.001 |
org.eclipse.pde.ui.tests.views.log.LogEntryTest | testProcessFrameworkEntry | Success | | 0.001 |
org.eclipse.pde.ui.tests.views.log.LogEntryTest | testProcessFrameworkSubEntry | Success | | 0.000 |
org.eclipse.pde.ui.tests.views.log.LogEntryTest | testProcessSubEntry | Success | | 0.000 |
org.eclipse.pde.ui.tests.wizards.ConvertProjectToPluginTestCase | testApiToolsSetup | Success | | 0.328 |
org.eclipse.pde.ui.tests.wizards.ConvertProjectToPluginTestCase | testMultipleProjects | Success | | 0.103 |
org.eclipse.pde.ui.tests.wizards.ConvertProjectToPluginTestCase | testSingleProject | Success | | 0.093 |
org.eclipse.pde.ui.tests.wizards.NewFeatureProjectTestCase | testCreationFeaturePatch | Success | | 0.322 |
org.eclipse.pde.ui.tests.wizards.NewFeatureProjectTestCase | testCreationFeatureProject | Success | | 0.301 |
org.eclipse.pde.ui.tests.wizards.NewFeatureProjectTestCase | testJavaFeature | Success | | 0.566 |
org.eclipse.pde.ui.tests.wizards.NewFeatureProjectTestCase | testSimpleFeature | Success | | 0.646 |
org.eclipse.pde.ui.tests.wizards.NewSiteProjectTestCase | testExistingSiteProject | Success | | 0.057 |
org.eclipse.pde.ui.tests.wizards.NewSiteProjectTestCase | testSiteProject | Success | | 0.042 |
org.eclipse.pde.ui.tests.wizards.NewSiteProjectTestCase | testSiteProjectWithWeb | Success | | 0.050 |