Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Quick-fix for Import-Package resolution failure due to missing mandatory attributes #678

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Quick-fix for import package resolution failure due to missing mandatory

aabd31d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Quick-fix for Import-Package resolution failure due to missing mandatory attributes #678

Quick-fix for import package resolution failure due to missing mandatory
aabd31d
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Feb 11, 2024 in 0s

2 fail, 34 skipped, 864 pass in 31m 6s

  255 files   -   6    255 suites   - 6   31m 6s ⏱️ -58s
  900 tests + 28    864 ✅ + 28  34 💤 ± 0  2 ❌ ±0 
2 454 runs   - 228  2 373 ✅  - 199  75 💤  - 29  6 ❌ ±0 

Results for commit aabd31d. ± Comparison against earlier commit aa3c4d8.

Annotations

Check warning on line 0 in AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs failed: testProjectWithJVMImports (AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase)

artifacts/test-results-macos-latest/ui/org.eclipse.pde.ui.tests/target/surefire-reports/TEST-org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase.xml [took 0s]
artifacts/test-results-ubuntu-latest/ui/org.eclipse.pde.ui.tests/target/surefire-reports/TEST-org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase.xml [took 0s]
artifacts/test-results-windows-latest/ui/org.eclipse.pde.ui.tests/target/surefire-reports/TEST-org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase.xml [took 0s]
Raw output
[] expected:<1> but was:<0>
java.lang.AssertionError: [] expected:<1> but was:<0>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase.testProjectWithJVMImports(TargetEnvironmentTestCase.java:200)
	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.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.eclipse.pde.ui.tests.runtime.TestUtils$1.evaluate(TestUtils.java:276)
	at org.eclipse.pde.ui.tests.runtime.TestUtils$1.evaluate(TestUtils.java:276)
	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:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	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.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	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.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4365)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3988)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:152)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.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:651)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1459)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1432)

Check warning on line 0 in AllPDETests org.eclipse.pde.core.tests.internal.core.builders.BundleErrorReporterTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs failed: testErrorOnUnresolvedJrePackage (AllPDETests org.eclipse.pde.core.tests.internal.core.builders.BundleErrorReporterTest)

artifacts/test-results-macos-latest/ui/org.eclipse.pde.ui.tests/target/surefire-reports/TEST-org.eclipse.pde.core.tests.internal.core.builders.BundleErrorReporterTest.xml [took 2s]
artifacts/test-results-ubuntu-latest/ui/org.eclipse.pde.ui.tests/target/surefire-reports/TEST-org.eclipse.pde.core.tests.internal.core.builders.BundleErrorReporterTest.xml [took 2s]
artifacts/test-results-windows-latest/ui/org.eclipse.pde.ui.tests/target/surefire-reports/TEST-org.eclipse.pde.core.tests.internal.core.builders.BundleErrorReporterTest.xml [took 1s]
Raw output
Expected size: 1 but was: 0 in:
[]
java.lang.AssertionError: 

Expected size: 1 but was: 0 in:
[]
	at org.eclipse.pde.core.tests.internal.core.builders.BundleErrorReporterTest.testErrorOnUnresolvedJrePackage(BundleErrorReporterTest.java:66)
	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.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.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:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	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.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	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.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4365)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3988)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:152)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.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:651)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1459)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1432)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

34 skipped tests found

There are 34 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportAnt[Import with source]
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionFeatureResolutionTests ‑ testFeatureBundleContainer
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testPersistComplexMetadataDefinition
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testPersistComplexWorkspaceDefinition
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests ‑ testMissingBundles
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests ‑ testSourceBundleRecognition
org.eclipse.pde.build.internal.tests.AssembleTests ‑ testBug179612_custom
org.eclipse.pde.build.internal.tests.AssembleTests ‑ testBug179612_default
org.eclipse.pde.build.internal.tests.AssembleTests ‑ testBug196754
org.eclipse.pde.build.internal.tests.AssembleTests ‑ testBug211605
org.eclipse.pde.build.internal.tests.AssembleTests ‑ testCustomAssembly
org.eclipse.pde.build.internal.tests.FetchTests ‑ Unknown test
org.eclipse.pde.build.internal.tests.ProductTests ‑ test218878
org.eclipse.pde.build.internal.tests.ProductTests ‑ test234032
org.eclipse.pde.build.internal.tests.ProductTests ‑ test237747
org.eclipse.pde.build.internal.tests.ProductTests ‑ test237922
org.eclipse.pde.build.internal.tests.ProductTests ‑ testBug238001
org.eclipse.pde.build.internal.tests.ProductTests ‑ testBug252246
org.eclipse.pde.build.internal.tests.ProductTests ‑ testBug269540
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug183924
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug221855
org.eclipse.pde.build.internal.tests.SourceTests ‑ testBug247007_247027
org.eclipse.pde.build.internal.tests.p2.P2Tests ‑ testBug242346
org.eclipse.pde.build.internal.tests.p2.P2Tests ‑ testBug258126
org.eclipse.pde.build.internal.tests.p2.P2Tests ‑ testBug267461
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug265726
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug267461_2
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug267972
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug268498
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testDirectorLogging
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testPublishAndRunSimpleProduct
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testPublish_FeatureBasedProduct
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testPublish_P2InfConfigProperty
org.eclipse.pde.build.tests.P2TestSuite ‑ Unknown test

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

900 tests found (test 1 to 390)

There are 900 tests, see "Raw output" for the list of tests 1 to 390.
Raw output
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.DependencyManagerTest ‑ testFindRequirementsClosure_importPackage
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.DependencyManagerTest ‑ testFindRequirementsClosure_includeFragments
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.DependencyManagerTest ‑ testFindRequirementsClosure_includeFragmentsProvidingPackages
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.DependencyManagerTest ‑ testFindRequirementsClosure_includeNonTestFragments
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.DependencyManagerTest ‑ testFindRequirementsClosure_includeOptional
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.DependencyManagerTest ‑ testFindRequirementsClosure_requireBundle
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.DependencyManagerTest ‑ testFindRequirementsClosure_requireBundle2
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.DependencyManagerTest ‑ testFindRequirementsClosure_requireDifferentVersions
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.DependencyManagerTest ‑ testFindRequirementsClosure_requiredCapability
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest ‑ testBundleRootHandling_bundleRootChangedFromDefaultToOthersAndReverse
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest ‑ testBundleRootHandling_bundleRootChangedFromNoneToDefault
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest ‑ testBundleRootHandling_bundleRootChangedFromNoneToOther
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest ‑ testBundleRootHandling_projectCreatedWithNonDefaultBundleRoot
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest ‑ testChangeEvents_singleModelCreated
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest ‑ testChangeEvents_singleModelRemoved
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest ‑ testDelete_projectWithChangedBundleRoot
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest ‑ testGetModel_projectCreated
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest ‑ testGetModel_workspaceStartUpWithExistingProject
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.WorkspaceModelManagerTest ‑ testOpenAndClose_projectWithChangedBundleRoot
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.WorkspaceProductModelManagerTest ‑ testProducts_productAddedAndRemoved
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.WorkspaceProductModelManagerTest ‑ testProducts_productAddedToDeriveFolderNestedInSrcFolder
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.WorkspaceProductModelManagerTest ‑ testProducts_productAddedToDerivedFolder
AllPDETests org.eclipse.pde.core.tests.internal.AllPDECoreTests org.eclipse.pde.core.tests.internal.WorkspaceProductModelManagerTest ‑ testProducts_productAddedToDerivedSourceFolder
AllPDETests org.eclipse.pde.core.tests.internal.classpath.ClasspathResolutionTest ‑ testImportExternalPreviouslySystemPackageAddsExtraBundle
AllPDETests org.eclipse.pde.core.tests.internal.classpath.ClasspathResolutionTest ‑ testImportExternalPreviouslySystemPackageAddsExtraBundle_missingBREE
AllPDETests org.eclipse.pde.core.tests.internal.classpath.ClasspathResolutionTest ‑ testImportSystemPackageDoesntAddExtraBundleJava11
AllPDETests org.eclipse.pde.core.tests.internal.classpath.ClasspathResolutionTest ‑ testImportSystemPackageDoesntAddExtraBundleJava8
AllPDETests org.eclipse.pde.core.tests.internal.classpath.ClasspathResolutionTest ‑ testImportSystemPackageDoesntAddExtraBundleJava8_osgiEERequirement
AllPDETests org.eclipse.pde.core.tests.internal.core.builders.BundleErrorReporterTest ‑ testErrorOnUnresolvedJrePackage
AllPDETests org.eclipse.pde.core.tests.internal.util.PDESchemaHelperTest ‑ testContainsMatchingProperty
AllPDETests org.eclipse.pde.ui.tests.build.properties.AllValidatorTests org.eclipse.pde.ui.tests.build.properties.BuildPropertiesValidationTest ‑ testIncrementalMarkers
AllPDETests org.eclipse.pde.ui.tests.build.properties.AllValidatorTests org.eclipse.pde.ui.tests.build.properties.BuildPropertiesValidationTest ‑ testJavacEntries
AllPDETests org.eclipse.pde.ui.tests.build.properties.AllValidatorTests org.eclipse.pde.ui.tests.build.properties.BuildPropertiesValidationTest ‑ testJreCompliance
AllPDETests org.eclipse.pde.ui.tests.build.properties.AllValidatorTests org.eclipse.pde.ui.tests.build.properties.BuildPropertiesValidationTest ‑ testOsgiInf
AllPDETests org.eclipse.pde.ui.tests.build.properties.AllValidatorTests org.eclipse.pde.ui.tests.build.properties.BuildPropertiesValidationTest ‑ testSimpleProject
AllPDETests org.eclipse.pde.ui.tests.build.properties.AllValidatorTests org.eclipse.pde.ui.tests.build.properties.BuildPropertiesValidationTest ‑ testSourceFolder
AllPDETests org.eclipse.pde.ui.tests.build.properties.AllValidatorTests org.eclipse.pde.ui.tests.build.properties.BuildPropertiesValidationTest ‑ testSrcExcludeQuickFix
AllPDETests org.eclipse.pde.ui.tests.build.properties.AllValidatorTests org.eclipse.pde.ui.tests.build.properties.BuildPropertiesValidationTest ‑ testTestSource
AllPDETests org.eclipse.pde.ui.tests.classpathcontributor.ClasspathContributorTest ‑ testAdditionalClasspathEntries
AllPDETests org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest ‑ testGetDevProperties
AllPDETests org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest ‑ testGetDevProperties_HostAndJarBundle_oneEmptyDevEntryAndOneWithAndWithoutVersion
AllPDETests org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest ‑ testGetDevProperties_bundleFromRunningPlatform_wovenDevEntryWithAndWithoutVersion
AllPDETests org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest ‑ testGetDevProperties_jarTPBundleWithSameVersionLikeHostBundle_noDevEntries
AllPDETests org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest ‑ testGetDevProperties_jarTPBundle_noDevEntries
AllPDETests org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest ‑ testGetDevProperties_mixedWorkspaceAndHostAndJarTPBundle_onlyUsedPlatformBundles
AllPDETests org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest ‑ testGetDevProperties_workspaceAndHostBundle_twoDevEntriesWithAndWithoutVersion
AllPDETests org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest ‑ testGetDevProperties_workspaceAndJarTPBundle_oneEmptyDevEntryAndOneWithAndWithoutVersion
AllPDETests org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest ‑ testGetDevProperties_workspacePluginWithSameVersionLikeHostBundle_devEntryWithAndWithoutVersion
AllPDETests org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest ‑ testGetDevProperties_workspacePlugin_devEntryWithAndWithoutVersion
AllPDETests org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest ‑ testSourceLookupPath
AllPDETests org.eclipse.pde.ui.tests.classpathupdater.ClasspathUpdaterTest ‑ test_ChangeSourceAttachment
AllPDETests org.eclipse.pde.ui.tests.classpathupdater.ClasspathUpdaterTest ‑ test_ChangeSourceAttachment_WithTestPluginName
AllPDETests org.eclipse.pde.ui.tests.classpathupdater.ClasspathUpdaterTest ‑ test_CreateFromScatch_WithTestPluginName
AllPDETests org.eclipse.pde.ui.tests.classpathupdater.ClasspathUpdaterTest ‑ test_CreateFromScratch
AllPDETests org.eclipse.pde.ui.tests.classpathupdater.ClasspathUpdaterTest ‑ test_PreserveAttributes
AllPDETests org.eclipse.pde.ui.tests.classpathupdater.ClasspathUpdaterTest ‑ test_PreserveAttributes_WithTestPluginName
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportAnt[Import binary]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportAnt[Import with links]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportAnt[Import with source]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportFlat[Import binary]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportFlat[Import with links]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportFlat[Import with source]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportJAR[Import binary]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportJAR[Import with links]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportJAR[Import with source]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportJUnit4[Import binary]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportJUnit4[Import with links]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportJUnit4[Import with source]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportLinksMultiple[Import binary]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportLinksMultiple[Import with links]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportLinksMultiple[Import with source]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportNotJavaFlat[Import binary]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportNotJavaFlat[Import with links]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportNotJavaFlat[Import with source]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportNotJavaJARd[Import binary]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportNotJavaJARd[Import with links]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.BaseImportTestCase ‑ testImportNotJavaJARd[Import with source]
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.ImportFeatureProjectsTestCase ‑ testFeaturePlugins
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.ImportFeatureProjectsTestCase ‑ testImportBinaryFeature
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.ImportFeatureProjectsTestCase ‑ testImportFeature
AllPDETests org.eclipse.pde.ui.tests.imports.AllImportTests org.eclipse.pde.ui.tests.imports.ImportFeatureProjectsTestCase ‑ testImportMulitpleFeatures
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_additionalPlugins
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_automaticallyAddRequirements
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_autostartLevels
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_featureEnvironmentNotMatchingTargetEnvironment
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_featureSelectionForLocationExternalButNoExternalFeaturePresent_noFeature
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_featureSelectionForLocationExternal_latestExternalFeature
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_featureSelectionForLocationWorkspaceButNoWorkspaceFeaturePresent_latestExternalFeature
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_featureSelectionForLocationWorkspace_latestWorkspaceFeature
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_includedFeatureWithDefaultVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_includedFeatureWithSpecificVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_includedPluginAndFeatureEnvironmentNotMatchingTargetEnvironment
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_includedPluginWithDefaultVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_includedPluginWithSpecificVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_inheritanceOfPluginResolution
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_multipleInclusionOfPluginAndFeature
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_requiredFeatureWithNoVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_requiredFeatureWithSpecificVersion1
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_requiredFeatureWithSpecificVersion2
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_requiredPluginWithNoVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_requiredPluginWithSpecificVersion1
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ testGetMergedBundleMap_requiredPluginWithSpecificVersion2
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.LaunchConfigurationHelperTestCase ‑ testgetStartData
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.LaunchConfigurationMigrationTest ‑ testBundleBased
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.LaunchConfigurationMigrationTest ‑ testPluginBasedWithAutomaticAdd
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.LaunchConfigurationMigrationTest ‑ testPluginBasedWithoutAutomaticAdd
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMapForIssue88_specifiedWorkspacePluginOnlyInTargetPlatform_emtpySelection
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_automaticAddedWorkspacePlugins_multiVersionPluginDisabledWithMultipleSpecificVersions
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_automaticAddedWorkspacePlugins_multiVersionPluginDisabledWithSpecificVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_automaticAddedWorkspacePlugins_multiVersionPluginDisabledWithoutVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_automaticAddedWorkspacePlugins_noDisabledPlugins
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_automaticAddedWorkspacePlugins_sameMMMVersionButDifferentQualifier
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_automaticAddedWorkspacePlugins_singleVersionPluginDisabledWithoutVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_automaticAddedWorkspacePlugins_singleVersionPluginV1_0_0DeselectedButHaveV1_0_1InWorkspace
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_automaticallyAddRequirements
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_defaultLaunchWithAllPlugins_fragmentsForOtherEnvironmentExcluded
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_mixedPluginsFromWorkspaceAndTarget_specificTargetVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_mixedPluginsFromWorkspaceWithAutomaticAddAndTarget_specificTargetVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_multipleTargetPluginVersions_multipleSpecificVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_multipleTargetPluginVersions_noVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_multipleTargetPluginVersions_sameMMMVersionButDifferentQualifier
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_multipleTargetPluginVersions_specificVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_multipleWorkspacePluginVersions_multipleSpecificVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_multipleWorkspacePluginVersions_noVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_multipleWorkspacePluginVersions_sameMMMVersionButDifferentQualifier
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_multipleWorkspacePluginVersions_sameVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_multipleWorkspacePluginVersions_specificVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_pluginFromWorkspaceAndTarget_noTargetVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_pluginFromWorkspaceAndTarget_notMatchingTargetVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_pluginFromWorkspaceAndTarget_specificTargetVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_pluginFromWorkspaceAndTarget_targetBundleReplacedByWorkspaceBundleWithSameVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_singleTargetPluginVersion_noVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_singleTargetPluginVersion_notMatchingVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_singleTargetPluginVersion_notSelectedWorkspacePendant
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_singleTargetPluginVersion_specificVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_singleWorkspacePluginVersion_noVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_singleWorkspacePluginVersion_notMatchingVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_singleWorkspacePluginVersion_specificVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_startDataParsing
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_workspacePluginAddedAutomaticallyAndTargetPlugin_differentVersions
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testGetMergedBundleMap_workspacePluginAddedAutomaticallyAndTargetPlugin_sameVersionLikeInWorkspace
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testTwoVersionsOfSameBundleBundlesInfo
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testTwoVersionsOfSameBundleConfigIni
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testWriteBundleEntry_oneOfTwoTargetPlugins_versionEntry
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testWriteBundleEntry_oneOfTwoWorkspacePlugins_versionEntry
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testWriteBundleEntry_singleTargetPlugin_noVersionEntry
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testWriteBundleEntry_singleWorkspacePlugin_noVersionEntry
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.PluginBasedLaunchTest ‑ testWriteBundleEntry_startLevelAndAutoStart
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.ValidationDialogTest ‑ editLaunchConfigLink
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.product.ProductEditorLaunchingTest ‑ testProductLaunch_bundlesWithVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.product.ProductEditorLaunchingTest ‑ testProductLaunch_featuresWithVersion
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.product.ProductEditorLaunchingTest ‑ testProductLaunch_typeBUNDLES
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.product.ProductEditorLaunchingTest ‑ testProductLaunch_typeFEATURES
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.product.ProductEditorLaunchingTest ‑ testProductLaunch_typeMIXED
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.product.ProductEditorLaunchingTest ‑ testProductLaunch_useFeatureFALSE
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.product.ProductEditorLaunchingTest ‑ testProductLaunch_useFeatureTRUE
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleActivatorTestCase ‑ testAbsentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleActivatorTestCase ‑ testChangeExistingActivator
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleActivatorTestCase ‑ testGetActivator
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleActivatorTestCase ‑ testHeaderLength
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleActivatorTestCase ‑ testHeaderLengthWithWindowsDelimiter
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleActivatorTestCase ‑ testHeaderOffset1
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleActivatorTestCase ‑ testHeaderOffset2
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleActivatorTestCase ‑ testPresentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleActivatorTestCase ‑ testSetActivator
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase ‑ testAbsentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase ‑ testAddLibrary
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase ‑ testHeaderLength
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase ‑ testHeaderLengthMultiLines1
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase ‑ testHeaderLengthMultiLines2
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase ‑ testHeaderLengthWithWindowsDelimiter
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase ‑ testHeaderOffset1
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase ‑ testHeaderOffset2
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase ‑ testPresentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase ‑ testRemoveLibrary
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleClasspathTestCase ‑ testRemoveOnlyLibrary
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase ‑ testAbsentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase ‑ testChangeExistingLocalization
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase ‑ testGetLocalization
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase ‑ testGetLocalizationDefault
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase ‑ testHeaderLength
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase ‑ testHeaderLengthWithWindowsDelimiter
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase ‑ testHeaderOffset1
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase ‑ testHeaderOffset2
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase ‑ testPresentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleLocalizationTestCase ‑ testSetLocalization
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleNameTestCase ‑ testAbsentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleNameTestCase ‑ testChangeExistingName
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleNameTestCase ‑ testGetName
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleNameTestCase ‑ testHeaderLength
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleNameTestCase ‑ testHeaderLengthWithWindowsDelimiter
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleNameTestCase ‑ testHeaderOffset1
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleNameTestCase ‑ testHeaderOffset2
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleNameTestCase ‑ testPresentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleNameTestCase ‑ testSetName
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase ‑ testAbsentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase ‑ testAddBundleSymbolicName
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase ‑ testAddSingletonDirective
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase ‑ testChangeBundleSymbolicName
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase ‑ testHeaderLength
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase ‑ testHeaderLengthWithWindowsDelimiter
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase ‑ testHeaderOffset1
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase ‑ testHeaderOffset2
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase ‑ testPresentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase ‑ testReadSingletonDirective
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase ‑ testRemoveBundleSymbolicName
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleSymbolicNameTestCase ‑ testRemoveSingletonDirective
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleVendorTestCase ‑ testAbsentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleVendorTestCase ‑ testAddBundleVendor
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleVendorTestCase ‑ testChangeBundleVendor
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleVendorTestCase ‑ testHeaderLength
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleVendorTestCase ‑ testHeaderLengthWithWindowsDelimiter
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleVendorTestCase ‑ testHeaderOffset1
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleVendorTestCase ‑ testHeaderOffset2
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleVendorTestCase ‑ testPresentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleVendorTestCase ‑ testRemoveBundleVendor
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleVersionTestCase ‑ testAbsentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleVersionTestCase ‑ testAddVersion
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleVersionTestCase ‑ testChangeVersion
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleVersionTestCase ‑ testHeaderLength
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleVersionTestCase ‑ testHeaderLengthWithWindowsDelimiter
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleVersionTestCase ‑ testHeaderOffset1
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleVersionTestCase ‑ testHeaderOffset2
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleVersionTestCase ‑ testPresentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.BundleVersionTestCase ‑ testRemoveVersion
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase ‑ testAbsentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase ‑ testAddExecutionEnvironment
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase ‑ testAddExecutionEnvironmentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase ‑ testAddMulitplieExecutionEnvironmnets
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase ‑ testHeaderLength
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase ‑ testHeaderLengthMultiLines1
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase ‑ testHeaderLengthMultiLines2
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase ‑ testHeaderLengthWithWindowsDelimiter
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase ‑ testHeaderOffset1
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase ‑ testHeaderOffset2
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase ‑ testPresentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase ‑ testPreserveSpacing
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase ‑ testRemoveExecutionEnvironment
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase ‑ testRemoveExistingExecutionEnvironment
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExecutionEnvironmentTestCase ‑ testRemoveMultipleExecutionEnvironments
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testAbsentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testAddExportPackageHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testAddImportPackageHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testAddMultiplePackages
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testAddPackage
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testAddPackageFriend
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testAddPackageFriends
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testAddPackageWithWindowsDelimiter
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testAddVersionToPackage
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testHeaderLength
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testHeaderLengthMultiLines1
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testHeaderLengthMultiLines2
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testHeaderLengthWithWindowsDelimiter
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testHeaderOffset1
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testHeaderOffset2
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testPresentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testPreserveSpacing
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testReadInternalPackage
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testReadMultipleFriend
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testReadOneFriend
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testReadPackageWithVersion
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testRemoveExistingExportPackageHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testRemoveMultiplePackages
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testRemovePackage
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testRemovePackageWithWindowsDelimiter
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testRemoveVersionFromPackage
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ExportPackageTestCase ‑ testSetPackageInternal
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.FragmentHostTestCase ‑ testAbsentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.FragmentHostTestCase ‑ testAddFragmentHost
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.FragmentHostTestCase ‑ testChangeFragmentHost
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.FragmentHostTestCase ‑ testHeaderLength
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.FragmentHostTestCase ‑ testHeaderLengthWithWindowsDelimiter
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.FragmentHostTestCase ‑ testHeaderOffset1
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.FragmentHostTestCase ‑ testHeaderOffset2
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.FragmentHostTestCase ‑ testPresentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.FragmentHostTestCase ‑ testRemoveFragmentHost
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testAbsentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testAddExportPackageHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testAddImportPackageHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testAddMultiplePackages
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testAddPackage
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testAddPackageWithWindowsDelimiter
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testAddVersionToPackage
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testHeaderLength
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testHeaderLengthMultiLines1
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testHeaderLengthMultiLines2
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testHeaderLengthWithWindowsDelimiter
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testHeaderOffset1
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testHeaderOffset2
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testMakePackageOptional
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testPresentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testPreserveSpacing
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testReadOptionalPackage
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testReadPackageWithVersion
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testRemoveExistingExportPackageHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testRemoveMultiplePackages
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testRemoveOptionalDirective
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testRemovePackage
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testRemovePackageWithWindowsDelimiter
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.ImportPackageTestCase ‑ testRemoveVersionFromPackage
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase ‑ testAbsentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase ‑ testChangeExistingLazyStart
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase ‑ testGetAutoStart
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase ‑ testGetAutoStart2
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase ‑ testHeaderLength
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase ‑ testHeaderLengthWithWindowsDelimiter
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase ‑ testHeaderOffset1
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase ‑ testHeaderOffset2
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase ‑ testPresentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.LazyStartTestCase ‑ testSetLazyStart
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testAbsentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testAddBundle
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testAddBundleWithWindowsDelimiter
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testAddMultipleBundles
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testAddRequireBundleHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testAddVersionToBundle
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testHeaderLength
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testHeaderLengthMultiLines1
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testHeaderLengthMultiLines2
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testHeaderLengthWithWindowsDelimiter
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testHeaderOffset1
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testHeaderOffset2
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testMakeBundleOptional
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testMakeBundleReExport
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testPresentHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testPreserveSpacing
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testReadBundleReExport
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testReadBundleWithVersion
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testReadOptionalBundle
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testRemoveBundle
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testRemoveBundleWithWindowsDelimiter
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testRemoveExistingRequireBundleHeader
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testRemoveMultipleBundles
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testRemoveOptionalDirective
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testRemoveReExport
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testRemoveVersionFromBundle
AllPDETests org.eclipse.pde.ui.tests.model.bundle.AllBundleModelTests org.eclipse.pde.ui.tests.model.bundle.RequireBundleTestCase ‑ testSetGetVersion
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.core.tests.internal.feature.FeatureDataTestCase ‑ testSerialization
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.core.tests.internal.feature.FeatureDataTestCase ‑ testSerializationWithLdapFilter
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.BasicXMLTestCase ‑ testAddSimpleExtension
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.BasicXMLTestCase ‑ testReadMultilineSimpleExtension
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.BasicXMLTestCase ‑ testReadSimpleExtension
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.BasicXMLTestCase ‑ testReadSimpleExtensionOneLine
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.BasicXMLTestCase ‑ testRemoveChildNode
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.BasicXMLTestCase ‑ testRemoveSimpleExtension
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.BasicXMLTestCase ‑ testSingleQuoteAttribute
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testAddExtensionAttribute1CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testAddExtensionAttribute1LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testAddExtensionAttribute2CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testAddExtensionAttribute2LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testAddExtensionAttribute3CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testAddExtensionAttribute3LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testAddNewExtensionAttribute1CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testAddNewExtensionAttribute1LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testAddNewExtensionAttribute2CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testAddNewExtensionAttribute2LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testAddNewExtensionAttribute3CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testAddNewExtensionAttribute3LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testAddNewMultipleAttributes1CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testAddNewMultipleAttributes1LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testAddNewMultipleAttributes2CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testAddNewMultipleAttributes2LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testAddNewMultipleAttributes3CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testAddNewMultipleAttributes3LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testChangeExtensionAttribute1CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testChangeExtensionAttribute1LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testChangeExtensionAttribute2CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testChangeExtensionAttribute2LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testChangeExtensionAttribute3CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testChangeExtensionAttribute3LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testRemoveExtensionAttribute1CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testRemoveExtensionAttribute1LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testRemoveExtensionAttribute2CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testRemoveExtensionAttribute2LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testRemoveExtensionAttribute3CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testRemoveExtensionAttribute3LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testRemoveMultipleExtensionAttributes1CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testRemoveMultipleExtensionAttributes1LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testRemoveMultipleExtensionAttributes2CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testRemoveMultipleExtensionAttributes2LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testRemoveMultipleExtensionAttributes3CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionAttributeTestCase ‑ testRemoveMultipleExtensionAttributes3LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddExtensionElement1CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddExtensionElement1LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddExtensionElement2CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddExtensionElement2LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddExtensionElement3CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddExtensionElement3LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddMultipleExtensionElements1CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddMultipleExtensionElements1LF

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

900 tests found (test 391 to 900)

There are 900 tests, see "Raw output" for the list of tests 391 to 900.
Raw output
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddMultipleExtensionElements2CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddMultipleExtensionElements2LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddMultipleExtensionElements3CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddMultipleExtensionElements3LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddNewExtensionElement1CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddNewExtensionElement1LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddNewExtensionElement2CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddNewExtensionElement2LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddNewExtensionElement3CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddNewExtensionElement3LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddNewMultipleExtensionElements1CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddNewMultipleExtensionElements1LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddNewMultipleExtensionElements2CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddNewMultipleExtensionElements2LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddNewMultipleExtensionElements3CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testAddNewMultipleExtensionElements3LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testRemoveExtensionElement1CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testRemoveExtensionElement1LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testRemoveExtensionElement2CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testRemoveExtensionElement2LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testRemoveExtensionElement3CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testRemoveExtensionElement3LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testRemoveMultipleExtensionElements1CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testRemoveMultipleExtensionElements1LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testRemoveMultipleExtensionElements2CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testRemoveMultipleExtensionElements2LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testRemoveMultipleExtensionElements3CRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ExtensionElementTestCase ‑ testRemoveMultipleExtensionElements3LF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.ManifestEditorSpellCheckTestCase ‑ testNoSpellingAnnotation
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase ‑ testStructureAddAttributeCRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase ‑ testStructureAddAttributeLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase ‑ testStructureAddElementCRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase ‑ testStructureAddElementLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase ‑ testStructureAddExtensionCRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase ‑ testStructureAddExtensionLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase ‑ testStructureBreakOpenElementCRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase ‑ testStructureBreakOpenElementLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase ‑ testStructurePreserveCommentInExtensionCRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase ‑ testStructurePreserveCommentInExtensionLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase ‑ testStructurePreserveCommentInRootCRLF
AllPDETests org.eclipse.pde.ui.tests.model.xml.AllXMLModelTests org.eclipse.pde.ui.tests.model.xml.StructureXMLModelTestCase ‑ testStructurePreserveCommentInRootLF
AllPDETests org.eclipse.pde.ui.tests.nls.AllNLSTests org.eclipse.pde.ui.tests.nls.StringHelperTestCase ‑ testSideEffects
AllPDETests org.eclipse.pde.ui.tests.nls.AllNLSTests org.eclipse.pde.ui.tests.nls.StringHelperTestCase ‑ testSimpleLines
AllPDETests org.eclipse.pde.ui.tests.nls.AllNLSTests org.eclipse.pde.ui.tests.nls.StringHelperTestCase ‑ testSpaces
AllPDETests org.eclipse.pde.ui.tests.preferences.AllPreferenceTests org.eclipse.pde.ui.tests.preferences.PDEPreferencesTestCase ‑ testCompatibilityWithPreferenceStore
AllPDETests org.eclipse.pde.ui.tests.preferences.AllPreferenceTests org.eclipse.pde.ui.tests.preferences.PDEPreferencesTestCase ‑ testCompilerPreferences
AllPDETests org.eclipse.pde.ui.tests.preferences.AllPreferenceTests org.eclipse.pde.ui.tests.preferences.PDEPreferencesTestCase ‑ testDefaultPDEPreferences
AllPDETests org.eclipse.pde.ui.tests.preferences.AllPreferenceTests org.eclipse.pde.ui.tests.preferences.PDEPreferencesTestCase ‑ testInstanceScopePDEPreferences
AllPDETests org.eclipse.pde.ui.tests.preferences.AllPreferenceTests org.eclipse.pde.ui.tests.preferences.PDEPreferencesTestCase ‑ testPreferenceChangeListener1
AllPDETests org.eclipse.pde.ui.tests.preferences.AllPreferenceTests org.eclipse.pde.ui.tests.preferences.PDEPreferencesTestCase ‑ testPreferenceChangeListner2
AllPDETests org.eclipse.pde.ui.tests.project.BundleRootTests ‑ testAssignRootToExistingProject
AllPDETests org.eclipse.pde.ui.tests.project.BundleRootTests ‑ testBundleRoot
AllPDETests org.eclipse.pde.ui.tests.project.BundleRootTests ‑ testGetOnNonExistantProject
AllPDETests org.eclipse.pde.ui.tests.project.BundleRootTests ‑ testPluginModelInstallLocation
AllPDETests org.eclipse.pde.ui.tests.project.BundleRootTests ‑ testServiceSetGetLocation
AllPDETests org.eclipse.pde.ui.tests.project.BundleRootTests ‑ testSetGetLocation
AllPDETests org.eclipse.pde.ui.tests.project.DynamicPluginProjectReferencesTest ‑ testFragmentHost_imported
AllPDETests org.eclipse.pde.ui.tests.project.DynamicPluginProjectReferencesTest ‑ testFragmentHost_required
AllPDETests org.eclipse.pde.ui.tests.project.DynamicPluginProjectReferencesTest ‑ testHopViaTargetPlatform_imported
AllPDETests org.eclipse.pde.ui.tests.project.DynamicPluginProjectReferencesTest ‑ testHopViaTargetPlatform_required
AllPDETests org.eclipse.pde.ui.tests.project.DynamicPluginProjectReferencesTest ‑ testIgnoreCapabilities
AllPDETests org.eclipse.pde.ui.tests.project.PluginRegistryTests ‑ testMatchCompatible
AllPDETests org.eclipse.pde.ui.tests.project.PluginRegistryTests ‑ testMatchCompatibleNone
AllPDETests org.eclipse.pde.ui.tests.project.PluginRegistryTests ‑ testMatchEquivalent
AllPDETests org.eclipse.pde.ui.tests.project.PluginRegistryTests ‑ testMatchGreaterOrEqual
AllPDETests org.eclipse.pde.ui.tests.project.PluginRegistryTests ‑ testMatchNone
AllPDETests org.eclipse.pde.ui.tests.project.PluginRegistryTests ‑ testMatchPerfect
AllPDETests org.eclipse.pde.ui.tests.project.PluginRegistryTests ‑ testMatchPrefix
AllPDETests org.eclipse.pde.ui.tests.project.PluginRegistryTests ‑ testMinRange
AllPDETests org.eclipse.pde.ui.tests.project.PluginRegistryTests ‑ testOverlapRange
AllPDETests org.eclipse.pde.ui.tests.project.PluginRegistryTests ‑ testRangeNone
AllPDETests org.eclipse.pde.ui.tests.project.PluginRegistryTests ‑ testRangeWithFilterMatch
AllPDETests org.eclipse.pde.ui.tests.project.PluginRegistryTests ‑ testRangeWithFilterNoMatch
AllPDETests org.eclipse.pde.ui.tests.project.PluginRegistryTests ‑ testSingleRangeMatch
AllPDETests org.eclipse.pde.ui.tests.project.PluginRegistryTests ‑ testUnmatchedRange
AllPDETests org.eclipse.pde.ui.tests.project.PluginRegistryTests ‑ testWorkspaceOverTarget
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testBundle
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testBundleSrc
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testBundleToFrag
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testClassFolders
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testClassFoldersNoJars
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testEagerAutostart
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testEagerEclipseLazyStart
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testEmptyHeader
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testEmptyPackageImportHeader
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testExportUpdateSequence
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testExportWizardLaunchShortcuts
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testFragToBundle
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testFragment
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testFragmentSrc
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testHeaderFormatting
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testJarsAsBundle
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testJavaToBundle
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testLazyAutostart
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testLazyEclipseLazyStart
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testModifyBundle
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testModifyRequiredBundles
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testNonBundleToBundle
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testPlugin
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testSingleton
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testTwoSourceFoldersOneJar
AllPDETests org.eclipse.pde.ui.tests.project.ProjectCreationTests ‑ testTwoSourceFoldersTwoJars
AllPDETests org.eclipse.pde.ui.tests.runtime.AllPDERuntimeTests org.eclipse.pde.ui.tests.runtime.LocalModelTest ‑ testBundleInstalled
AllPDETests org.eclipse.pde.ui.tests.runtime.AllPDERuntimeTests org.eclipse.pde.ui.tests.runtime.LocalModelTest ‑ testBundleResolvedEvent
AllPDETests org.eclipse.pde.ui.tests.runtime.AllPDERuntimeTests org.eclipse.pde.ui.tests.runtime.LocalModelTest ‑ testBundleStartedEvent
AllPDETests org.eclipse.pde.ui.tests.runtime.AllPDERuntimeTests org.eclipse.pde.ui.tests.runtime.LocalModelTest ‑ testBundleStartingEvent
AllPDETests org.eclipse.pde.ui.tests.runtime.AllPDERuntimeTests org.eclipse.pde.ui.tests.runtime.LocalModelTest ‑ testBundleStoppedEvent
AllPDETests org.eclipse.pde.ui.tests.runtime.AllPDERuntimeTests org.eclipse.pde.ui.tests.runtime.LocalModelTest ‑ testBundleStoppingEvent
AllPDETests org.eclipse.pde.ui.tests.runtime.AllPDERuntimeTests org.eclipse.pde.ui.tests.runtime.LocalModelTest ‑ testBundleUninstalledEvent
AllPDETests org.eclipse.pde.ui.tests.runtime.AllPDERuntimeTests org.eclipse.pde.ui.tests.runtime.LocalModelTest ‑ testBundleUnresolvedEvent
AllPDETests org.eclipse.pde.ui.tests.runtime.AllPDERuntimeTests org.eclipse.pde.ui.tests.runtime.LocalModelTest ‑ testBundleUpdatedEvent
AllPDETests org.eclipse.pde.ui.tests.runtime.AllPDERuntimeTests org.eclipse.pde.ui.tests.runtime.LocalModelTest ‑ testExtensionAddedEvent
AllPDETests org.eclipse.pde.ui.tests.runtime.AllPDERuntimeTests org.eclipse.pde.ui.tests.runtime.LocalModelTest ‑ testExtensionPointAddedEvent
AllPDETests org.eclipse.pde.ui.tests.runtime.AllPDERuntimeTests org.eclipse.pde.ui.tests.runtime.LocalModelTest ‑ testExtensionPointRemovedEvent
AllPDETests org.eclipse.pde.ui.tests.runtime.AllPDERuntimeTests org.eclipse.pde.ui.tests.runtime.LocalModelTest ‑ testExtensionRemovedEvent
AllPDETests org.eclipse.pde.ui.tests.runtime.AllPDERuntimeTests org.eclipse.pde.ui.tests.runtime.LocalModelTest ‑ testInstalledBundles
AllPDETests org.eclipse.pde.ui.tests.runtime.AllPDERuntimeTests org.eclipse.pde.ui.tests.runtime.LocalModelTest ‑ testServiceModifiedEvent
AllPDETests org.eclipse.pde.ui.tests.runtime.AllPDERuntimeTests org.eclipse.pde.ui.tests.runtime.LocalModelTest ‑ testServiceRegisteredEvent
AllPDETests org.eclipse.pde.ui.tests.runtime.AllPDERuntimeTests org.eclipse.pde.ui.tests.runtime.LocalModelTest ‑ testServiceUnregisteringEvent
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testAddIUs
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testContentEqualNonNull
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testContentEqualNull
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testContentNotEqualNonNull
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testContentNotEqualNull
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testExternalModelManagerPreferences
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testGetVirtualRepositoryArtifact
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testOverlappingIUContainers
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testPersistIUDefinition
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testPersistMultipleIUDefinition
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testRemoveIUs
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testResolveRequiredBundles
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testResolveRequiredFeatures
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testResolveSingleBundle
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testResolveSingleFeature
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testResolveUsingProfile
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testResolveVirtualArtifactRepository
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testSerialization1
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testSerialization2
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.IUBundleContainerTests ‑ testSerialization3
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.ProfileContainerTests ‑ testBundleResolutionWithConfigIni
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.ProfileContainerTests ‑ testParseBundleInfoFromConfigIni
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.ProfileContainerTests ‑ testParseBundleInfoFromConfigIni_relative
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.ProfileContainerTests ‑ testParseBundleInfoFromConfigIni_relativeToAbsoluteFramework
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.ProfileContainerTests ‑ testParseBundleInfoFromConfigIni_relativeToFramework
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionFeatureResolutionTests ‑ testDirectoryBundleContainer
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionFeatureResolutionTests ‑ testExplicitIncludes
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionFeatureResolutionTests ‑ testFeatureBundleContainer
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionFeatureResolutionTests ‑ testMissingFeatureVersion
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionFeatureResolutionTests ‑ testMissingFeatures
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionFeatureResolutionTests ‑ testMissingMixed
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionFeatureResolutionTests ‑ testMixedIncludes
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionFeatureResolutionTests ‑ testProfileBundleContainer
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionFeatureResolutionTests ‑ testSingleInclude
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testEmptyContentSection
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testExternalFileTargetHandleMemento
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testIncludeSource
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testLocalTargetHandleMemento
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testMigrationOfUseAllWithRestrictions
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testPersistComplexMetadataDefinition
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testPersistComplexWorkspaceDefinition
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testPersistEmptyDefinition
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testReadOldAdditionLocationsTargetFile
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testReadOldBasicDirectoryTargetFile
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testReadOldBasicTargetFile
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testReadOldFeaturesTargetFile
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testReadOldOptionalTargetFile
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testReadOldRestrictionsTargetFile
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testReadOldSpecificTargetFile
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testReadOldTargetFileWithUnknownTags
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testSequenceNumberChange
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionPersistenceTests ‑ testWorkspaceTargetHandleMemento
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests ‑ testInvalidBundleContainers
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests ‑ testInvalidManifest
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests ‑ testMissingBundles
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests ‑ testNameVersionDescriptor
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests ‑ testResolutionCaching
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests ‑ testSiteContainerIncludeSettings
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests ‑ testSourceBundleRecognition
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests ‑ testTargetInSynch
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests ‑ testTargetInSynchWithDuplicates
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests ‑ testTargetMissingBundle
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetDefinitionResolutionTests ‑ testTargetPlatformMissingBundle
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase ‑ testArch
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase ‑ testDictionaryArch
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase ‑ testDictionaryNL
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase ‑ testDictionaryOS
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase ‑ testDictionaryWS
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase ‑ testEnvironmentDictionarySize
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase ‑ testNL
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase ‑ testOS
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase ‑ testProjectWithJVMImports
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase ‑ testResolveOptional
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase ‑ testStateEEProperties
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetEnvironmentTestCase ‑ testWS
AllPDETests org.eclipse.pde.ui.tests.target.AllTargetTests org.eclipse.pde.ui.tests.target.TargetPlatformHelperTests ‑ testStripPathInformation
AllPDETests org.eclipse.pde.ui.tests.views.log.AllLogViewTests org.eclipse.pde.ui.tests.views.log.LogEntryTest ‑ testInvalidEntry
AllPDETests org.eclipse.pde.ui.tests.views.log.AllLogViewTests org.eclipse.pde.ui.tests.views.log.LogEntryTest ‑ testProcessEntry
AllPDETests org.eclipse.pde.ui.tests.views.log.AllLogViewTests org.eclipse.pde.ui.tests.views.log.LogEntryTest ‑ testProcessFrameworkEntry
AllPDETests org.eclipse.pde.ui.tests.views.log.AllLogViewTests org.eclipse.pde.ui.tests.views.log.LogEntryTest ‑ testProcessFrameworkSubEntry
AllPDETests org.eclipse.pde.ui.tests.views.log.AllLogViewTests org.eclipse.pde.ui.tests.views.log.LogEntryTest ‑ testProcessSubEntry
AllPDETests org.eclipse.pde.ui.tests.wizards.AllNewProjectTests org.eclipse.pde.ui.tests.ee.ExecutionEnvironmentTests ‑ testCustomEnvironment
AllPDETests org.eclipse.pde.ui.tests.wizards.AllNewProjectTests org.eclipse.pde.ui.tests.ee.ExecutionEnvironmentTests ‑ testDynamicSystemPackages
AllPDETests org.eclipse.pde.ui.tests.wizards.AllNewProjectTests org.eclipse.pde.ui.tests.ee.ExecutionEnvironmentTests ‑ testJava4Environment
AllPDETests org.eclipse.pde.ui.tests.wizards.AllNewProjectTests org.eclipse.pde.ui.tests.ee.ExecutionEnvironmentTests ‑ testMinimumComplianceNoOverwrite
AllPDETests org.eclipse.pde.ui.tests.wizards.AllNewProjectTests org.eclipse.pde.ui.tests.ee.ExecutionEnvironmentTests ‑ testMinimumComplianceOverwrite
AllPDETests org.eclipse.pde.ui.tests.wizards.AllNewProjectTests org.eclipse.pde.ui.tests.ee.ExecutionEnvironmentTests ‑ testNoEnvironment
AllPDETests org.eclipse.pde.ui.tests.wizards.AllNewProjectTests org.eclipse.pde.ui.tests.wizards.ConvertProjectToPluginTestCase ‑ testApiToolsSetup
AllPDETests org.eclipse.pde.ui.tests.wizards.AllNewProjectTests org.eclipse.pde.ui.tests.wizards.ConvertProjectToPluginTestCase ‑ testMultipleProjects
AllPDETests org.eclipse.pde.ui.tests.wizards.AllNewProjectTests org.eclipse.pde.ui.tests.wizards.ConvertProjectToPluginTestCase ‑ testSingleProject
AllPDETests org.eclipse.pde.ui.tests.wizards.AllNewProjectTests org.eclipse.pde.ui.tests.wizards.NewFeatureProjectTestCase ‑ testCreationFeaturePatch
AllPDETests org.eclipse.pde.ui.tests.wizards.AllNewProjectTests org.eclipse.pde.ui.tests.wizards.NewFeatureProjectTestCase ‑ testCreationFeatureProject
AllPDETests org.eclipse.pde.ui.tests.wizards.AllNewProjectTests org.eclipse.pde.ui.tests.wizards.NewFeatureProjectTestCase ‑ testJavaFeature
AllPDETests org.eclipse.pde.ui.tests.wizards.AllNewProjectTests org.eclipse.pde.ui.tests.wizards.NewFeatureProjectTestCase ‑ testSimpleFeature
AllPDETests org.eclipse.pde.ui.tests.wizards.AllNewProjectTests org.eclipse.pde.ui.tests.wizards.NewSiteProjectTestCase ‑ testExistingSiteProject
AllPDETests org.eclipse.pde.ui.tests.wizards.AllNewProjectTests org.eclipse.pde.ui.tests.wizards.NewSiteProjectTestCase ‑ testSiteProject
AllPDETests org.eclipse.pde.ui.tests.wizards.AllNewProjectTests org.eclipse.pde.ui.tests.wizards.NewSiteProjectTestCase ‑ testSiteProjectWithWeb
AllPDETests org.eclipse.ui.tests.smartimport.ProjectSmartImportTest ‑ testImport[FeatureProject]
AllPDETests org.eclipse.ui.tests.smartimport.ProjectSmartImportTest ‑ testImport[JavaEclipseProject]
AllPDETests org.eclipse.ui.tests.smartimport.ProjectSmartImportTest ‑ testImport[PlainEclipseProject]
AllPDETests org.eclipse.ui.tests.smartimport.ProjectSmartImportTest ‑ testImport[PlainJavaProject]
org.eclipse.e4.tools.compatibility.migration.tests.E4MigrationToolTest ‑ testConvert
org.eclipse.e4.tools.compatibility.migration.tests.E4MigrationToolTest ‑ testFromSource
org.eclipse.e4.tools.persistence.tests.PerspectivePersisterTest ‑ testRestore
org.eclipse.e4.tools.persistence.tests.PerspectivePersisterTest ‑ testSave
org.eclipse.e4.tools.test.FragmentExtractHelperTest ‑ testExtractCommandWithCategory
org.eclipse.e4.tools.test.FragmentExtractHelperTest ‑ testExtractHandlerWithCommand
org.eclipse.e4.tools.test.FragmentExtractHelperTest ‑ testExtractHandlerWithoutCommand
org.eclipse.e4.tools.test.FragmentExtractHelperTest ‑ testExtractPlaceHolder
org.eclipse.e4.tools.test.FragmentExtractHelperTest ‑ testExtractResolveCommandsWithTwoHandledItemsWithSameCommand
org.eclipse.e4.tools.test.FragmentExtractHelperTest ‑ testExtractResolveCommandsWithTwoHandlerWithSameCommand
org.eclipse.e4.tools.test.FragmentExtractHelperTest ‑ testExtractSinglePart
org.eclipse.e4.tools.test.FragmentExtractHelperTest ‑ testExtractTwoHandlerWithDifferentCommands
org.eclipse.e4.tools.test.FragmentExtractHelperTest ‑ testExtractTwoHandlerWithSameCommand
org.eclipse.e4.tools.test.FragmentExtractHelperTest ‑ testExtractTwoPartsSameLocation
org.eclipse.e4.tools.test.FragmentExtractHelperTest ‑ testExtractTwoPartsWithTwoBindingContexts
org.eclipse.e4.tools.test.FragmentMergeHelperTest ‑ testMergeCommandWithExistingImport
org.eclipse.e4.tools.test.FragmentMergeHelperTest ‑ testMergeEmptyFragments
org.eclipse.e4.tools.test.FragmentMergeHelperTest ‑ testMergeHandlerWithCommandEmptyTarget
org.eclipse.e4.tools.test.FragmentMergeHelperTest ‑ testMergeHandlerWithCommandExistingImport
org.eclipse.e4.tools.test.FragmentMergeHelperTest ‑ testMergeHandlerWithoutCommandEmptyTarget
org.eclipse.e4.tools.test.FragmentMergeHelperTest ‑ testhaveSameIDWithBothEmptyID
org.eclipse.e4.tools.test.FragmentMergeHelperTest ‑ testhaveSameIDWithBothNullID
org.eclipse.e4.tools.test.FragmentMergeHelperTest ‑ testhaveSameIDWithEqualID
org.eclipse.e4.tools.test.FragmentMergeHelperTest ‑ testhaveSameIDWithFirstEmptyID
org.eclipse.e4.tools.test.FragmentMergeHelperTest ‑ testhaveSameIDWithFirstNullID
org.eclipse.e4.tools.test.FragmentMergeHelperTest ‑ testhaveSameIDWithNonEqualID
org.eclipse.e4.tools.test.FragmentMergeHelperTest ‑ testhaveSameIDWithSecondEmptyID
org.eclipse.e4.tools.test.FragmentMergeHelperTest ‑ testhaveSameIDWithSecondNullID
org.eclipse.pde.build.internal.tests.AssembleTests ‑ testBug179612_custom
org.eclipse.pde.build.internal.tests.AssembleTests ‑ testBug179612_default
org.eclipse.pde.build.internal.tests.AssembleTests ‑ testBug196754
org.eclipse.pde.build.internal.tests.AssembleTests ‑ testBug211605
org.eclipse.pde.build.internal.tests.AssembleTests ‑ testBug255824
org.eclipse.pde.build.internal.tests.AssembleTests ‑ testCustomAssembly
org.eclipse.pde.build.internal.tests.FetchTests ‑ Unknown test
org.eclipse.pde.build.internal.tests.ProductTests ‑ test186224
org.eclipse.pde.build.internal.tests.ProductTests ‑ test218878
org.eclipse.pde.build.internal.tests.ProductTests ‑ test234032
org.eclipse.pde.build.internal.tests.ProductTests ‑ test237747
org.eclipse.pde.build.internal.tests.ProductTests ‑ test237922
org.eclipse.pde.build.internal.tests.ProductTests ‑ test315792
org.eclipse.pde.build.internal.tests.ProductTests ‑ testBug238001
org.eclipse.pde.build.internal.tests.ProductTests ‑ testBug246060
org.eclipse.pde.build.internal.tests.ProductTests ‑ testBug249410
org.eclipse.pde.build.internal.tests.ProductTests ‑ testBug252246
org.eclipse.pde.build.internal.tests.ProductTests ‑ testBug262324
org.eclipse.pde.build.internal.tests.ProductTests ‑ testBug265438
org.eclipse.pde.build.internal.tests.ProductTests ‑ testBug266056
org.eclipse.pde.build.internal.tests.ProductTests ‑ testBug266056_2
org.eclipse.pde.build.internal.tests.ProductTests ‑ testBug269540
org.eclipse.pde.build.internal.tests.ProductTests ‑ testBug271373
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ test303960compilerAdapter
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ test303960compilerAdapterUseArgFile1
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ test303960compilerAdapterUseArgFile2
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ test303960compilerAdapterUseArgFile3
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ test303960compilerAdapterUseLog1
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ test303960compilerAdapterUseLog2
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ test303960compilerAdapterUseLog3
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ test303960compilerArgs1
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ test303960compilerArgs2
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ test303960sourceFileExtensions1
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ test303960sourceFileExtensions2
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug125577
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug128901_filteredDependencyCheck
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug147292
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug148288
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug156043
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug157375_NestedJars
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug178447
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug183869
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug183924
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug187809
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug190041
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug193393
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug198536
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug199241
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug203270
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug206679
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug207335
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug207500
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug208011_simpleCycle
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug210464
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug212920
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug217005
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug219832
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug221855
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug224098
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug237475
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug238177
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug239843_1
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug239843_2
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug239843_3
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug243582
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug246127
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug247091
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug247091_2
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug247232
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug248767_212467
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug252711
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug256787
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug260634
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug262294
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug265771
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug279583
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug279622
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug281592
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug284721
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug284806
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug291527
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug301311
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testBug309572
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testCatchAllValue
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testPluginPath
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testQualifierSuffixes
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testRootFiles_1
org.eclipse.pde.build.internal.tests.ScriptGenerationTests ‑ testSimpleClasspath
org.eclipse.pde.build.internal.tests.SourceTests ‑ test243475_243227
org.eclipse.pde.build.internal.tests.SourceTests ‑ testBug107372_208617
org.eclipse.pde.build.internal.tests.SourceTests ‑ testBug114150
org.eclipse.pde.build.internal.tests.SourceTests ‑ testBug179616A
org.eclipse.pde.build.internal.tests.SourceTests ‑ testBug179616B
org.eclipse.pde.build.internal.tests.SourceTests ‑ testBug184517
org.eclipse.pde.build.internal.tests.SourceTests ‑ testBug206679_247198
org.eclipse.pde.build.internal.tests.SourceTests ‑ testBug228537
org.eclipse.pde.build.internal.tests.SourceTests ‑ testBug230870
org.eclipse.pde.build.internal.tests.SourceTests ‑ testBug247007_247027
org.eclipse.pde.build.internal.tests.SourceTests ‑ testBug257761
org.eclipse.pde.build.internal.tests.SourceTests ‑ testBug272543
org.eclipse.pde.build.internal.tests.SourceTests ‑ testBug290828
org.eclipse.pde.build.internal.tests.SourceTests ‑ testIndividualSourceBundles
org.eclipse.pde.build.internal.tests.SourceTests ‑ testIndividualSourceBundles_2
org.eclipse.pde.build.internal.tests.SourceTests ‑ testbug184920
org.eclipse.pde.build.internal.tests.SourceTests ‑ testbug302941
org.eclipse.pde.build.internal.tests.p2.LicenseTests ‑ testBinaryLicense
org.eclipse.pde.build.internal.tests.p2.LicenseTests ‑ testBug338835_MissingLicenseSection
org.eclipse.pde.build.internal.tests.p2.LicenseTests ‑ testEmptyCombosPDE
org.eclipse.pde.build.internal.tests.p2.LicenseTests ‑ testLicenseFeatureOldP2
org.eclipse.pde.build.internal.tests.p2.LicenseTests ‑ testLicenseFeaturePDE
org.eclipse.pde.build.internal.tests.p2.LicenseTests ‑ testP2Gathering
org.eclipse.pde.build.internal.tests.p2.LicenseTests ‑ testP2Gathering_Custom
org.eclipse.pde.build.internal.tests.p2.LicenseTests ‑ testRootUsedWithNoLicenseRefPDE
org.eclipse.pde.build.internal.tests.p2.P2Tests ‑ offBug237662
org.eclipse.pde.build.internal.tests.p2.P2Tests ‑ testBug222962_305837
org.eclipse.pde.build.internal.tests.p2.P2Tests ‑ testBug237096
org.eclipse.pde.build.internal.tests.p2.P2Tests ‑ testBug242346
org.eclipse.pde.build.internal.tests.p2.P2Tests ‑ testBug255518
org.eclipse.pde.build.internal.tests.p2.P2Tests ‑ testBug258126
org.eclipse.pde.build.internal.tests.p2.P2Tests ‑ testBug262421
org.eclipse.pde.build.internal.tests.p2.P2Tests ‑ testBug263272
org.eclipse.pde.build.internal.tests.p2.P2Tests ‑ testBug263272_2
org.eclipse.pde.build.internal.tests.p2.P2Tests ‑ testBug265526_265524
org.eclipse.pde.build.internal.tests.p2.P2Tests ‑ testBug265564
org.eclipse.pde.build.internal.tests.p2.P2Tests ‑ testBug267461
org.eclipse.pde.build.internal.tests.p2.P2Tests ‑ testBug271373
org.eclipse.pde.build.internal.tests.p2.P2Tests ‑ testBug304736
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testAssemblePackage
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug259792_ReuseIUs
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug262464_customConfig
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug264743_PublishExecutable
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug265726
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug266488
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug267461_2
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug267972
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug268498
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug269972
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug271373
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug272907
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug277824
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug277824_2
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug283060
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug284499
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug293048
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug307157
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug322340
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug323286
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testBug329162
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testDirectorLogging
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testMultiConfig
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testPublishAndRunSimpleProduct
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testPublishBundle_APITooling
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testPublishBundle_customCallbacks
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testPublishBundle_p2infCUs
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testPublishBundle_simple
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testPublishFeature_Bug270882
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testPublishFeature_ExecutableFeature
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testPublishFeature_rootFiles
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testPublishFeature_versionReplacement
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testPublish_Brand_1
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testPublish_FeatureBasedProduct
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testPublish_P2InfConfigProperty
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testPublish_Packaging_1
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testPublish_Source_1
org.eclipse.pde.build.internal.tests.p2.PublishingTests ‑ testShape_267506
org.eclipse.pde.build.tests.P2TestSuite ‑ Unknown test
org.eclipse.pde.genericeditor.extension.tests.AttributeNameCompletionTests ‑ testAttributeNameSuggestions
org.eclipse.pde.genericeditor.extension.tests.AttributeNameCompletionTests ‑ testNoAttributeNameRepeatSuggestions
org.eclipse.pde.genericeditor.extension.tests.AttributeValueCompletionTests ‑ testAttributeNameSuggestions
org.eclipse.pde.genericeditor.extension.tests.Bug527084CompletionWithCommentsTest ‑ testAttributeNameCompletion
org.eclipse.pde.genericeditor.extension.tests.Bug527084CompletionWithCommentsTest ‑ testAttributeValueCompletion
org.eclipse.pde.genericeditor.extension.tests.Bug527084CompletionWithCommentsTest ‑ testTagNameCompletion
org.eclipse.pde.genericeditor.extension.tests.Bug527084CompletionWithCommentsTest ‑ testTagValueCompletion
org.eclipse.pde.genericeditor.extension.tests.Bug528706CompletionWithMultilineTagsTest ‑ testAttributeNameCompletionAfterAMultiline
org.eclipse.pde.genericeditor.extension.tests.Bug528706CompletionWithMultilineTagsTest ‑ testAttributeNameCompletionAsAMultiline
org.eclipse.pde.genericeditor.extension.tests.Bug528706CompletionWithMultilineTagsTest ‑ testAttributeNameCompletionBeforeAMultiline
org.eclipse.pde.genericeditor.extension.tests.Bug528706CompletionWithMultilineTagsTest ‑ testAttributeValueCompletionAfterAMultiline
org.eclipse.pde.genericeditor.extension.tests.Bug528706CompletionWithMultilineTagsTest ‑ testAttributeValueCompletionAsAMultiline
org.eclipse.pde.genericeditor.extension.tests.Bug528706CompletionWithMultilineTagsTest ‑ testAttributeValueCompletionBeforeAMultiline
org.eclipse.pde.genericeditor.extension.tests.Bug528706CompletionWithMultilineTagsTest ‑ testTagNameCompletionAfterAMultiline
org.eclipse.pde.genericeditor.extension.tests.Bug528706CompletionWithMultilineTagsTest ‑ testTagNameCompletionBeforeAMultiline
org.eclipse.pde.genericeditor.extension.tests.Bug528706CompletionWithMultilineTagsTest ‑ testTagValueCompletionAfterAMultiline
org.eclipse.pde.genericeditor.extension.tests.Bug528706CompletionWithMultilineTagsTest ‑ testTagValueCompletionAsAMultiline
org.eclipse.pde.genericeditor.extension.tests.Bug528706CompletionWithMultilineTagsTest ‑ testTagValueCompletionBeforeAMultiline
org.eclipse.pde.genericeditor.extension.tests.Bug531602FormattingTests ‑ testCommentsAndWhitespacePersists
org.eclipse.pde.genericeditor.extension.tests.Bug531602FormattingTests ‑ testContainerContentsAreSet
org.eclipse.pde.genericeditor.extension.tests.Bug531602FormattingTests ‑ testITargetLocationExtensionSerialization
org.eclipse.pde.genericeditor.extension.tests.Bug531602FormattingTests ‑ testIndenting
org.eclipse.pde.genericeditor.extension.tests.Bug531602FormattingTests ‑ testMultipleContainersWithSameRepoPersist
org.eclipse.pde.genericeditor.extension.tests.Bug531602FormattingTests ‑ testSettingNullPersists
org.eclipse.pde.genericeditor.extension.tests.TagNameCompletionTests ‑ testNoTagNameRepeatSuggestions
org.eclipse.pde.genericeditor.extension.tests.TagNameCompletionTests ‑ testTagNameSuggestions
org.eclipse.pde.genericeditor.extension.tests.TagValueCompletionTests ‑ testAttributeNameSuggestions
org.eclipse.pde.genericeditor.extension.tests.UpdateUnitVersionsCommandTests ‑ testUpdateRequired
org.eclipse.pde.genericeditor.extension.tests.UpdateUnitVersionsCommandTests ‑ testVersionSort
org.eclipse.pde.internal.ds.tests.DSComponentTestCase ‑ testAddComponentwithAllAttributes
org.eclipse.pde.internal.ds.tests.DSComponentTestCase ‑ testAddDefaultComponent
org.eclipse.pde.internal.ds.tests.DSComponentTestCase ‑ testAddMoveRemoveChildrens
org.eclipse.pde.internal.ds.tests.DSImplementationTestCase ‑ testAddImplementationComponent
org.eclipse.pde.internal.ds.tests.DSImplementationTestCase ‑ testAddImplementationFactory
org.eclipse.pde.internal.ds.tests.DSImplementationTestCase ‑ testDefaultValuesService
org.eclipse.pde.internal.ds.tests.DSObjectTestCase ‑ testObject
org.eclipse.pde.internal.ds.tests.DSPropertiesTestCase ‑ testAddPropertiesComponent
org.eclipse.pde.internal.ds.tests.DSPropertiesTestCase ‑ testAddPropertiesFactory
org.eclipse.pde.internal.ds.tests.DSPropertiesTestCase ‑ testDefaultValuesService
org.eclipse.pde.internal.ds.tests.DSPropertiesTestCase ‑ testMultipleProperties
org.eclipse.pde.internal.ds.tests.DSPropertyTestCase ‑ testAddProperty
org.eclipse.pde.internal.ds.tests.DSProvideTestCase ‑ testAddCompleteProvidedService
org.eclipse.pde.internal.ds.tests.DSProvideTestCase ‑ testAddProvidedServicebyFactory
org.eclipse.pde.internal.ds.tests.DSReferenceTestCase ‑ testDefaultServiceReference
org.eclipse.pde.internal.ds.tests.DSReferenceTestCase ‑ testServiceReference
org.eclipse.pde.internal.ds.tests.DSServiceTestCase ‑ testAddCompleteService
org.eclipse.pde.internal.ds.tests.DSServiceTestCase ‑ testAddServiceFactory
org.eclipse.pde.internal.ds.tests.DSServiceTestCase ‑ testDefaultValuesService
org.eclipse.pde.internal.ds.tests.DSServiceTestCase ‑ testMultipleProvideService
org.eclipse.pde.internal.ds.tests.DSServiceTestCase ‑ testRemoveChildService
org.eclipse.pde.internal.ds.tests.DSv10tov11TestCase ‑ testAddDefaultComponent
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSIntroTestCase ‑ testAddSimpleCSItem
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSIntroTestCase ‑ testAddSimpleCSItem2
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSIntroTestCase ‑ testMoveSimpleCSItem
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSIntroTestCase ‑ testReadSimpleCSIntro
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSIntroTestCase ‑ testRemoveSimpleCSItem
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSIntroTestCase ‑ testRemoveSimpleCSItem2
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSIntroTestCase ‑ testSetIntroDescription
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSIntroTestCase ‑ testSetModelAttributes
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSIntroTestCase ‑ testSingleQuoteAttributes
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSItemAPITestCase ‑ testItemActionTestCase
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSItemAPITestCase ‑ testItemCommandTestCase
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSItemAPITestCase ‑ testItemPerformWhenTestCase
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSItemAPITestCase ‑ testSimpleCSItemTestCase
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSItemAPITestCase ‑ testSimpleCSItemTestCaseCR
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSItemAPITestCase ‑ testSimpleCSItemTestCaseCRLF
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSItemAPITestCase ‑ testSimpleCSItemTestCaseLF
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSItemAPITestCase ‑ testSimpleCSItemTestCaseSpace
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSItemTestCase ‑ testItemActionTestCase
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSItemTestCase ‑ testItemCommandTestCase
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSItemTestCase ‑ testItemPerformWhenTestCase
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSItemTestCase ‑ testSimpleCSItemTestCase
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSItemTestCase ‑ testSimpleCSItemTestCaseCR
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSItemTestCase ‑ testSimpleCSItemTestCaseCRLF
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSItemTestCase ‑ testSimpleCSItemTestCaseLF
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSItemTestCase ‑ testSimpleCSItemTestCaseSpace
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemAPITestCase ‑ testSimpleConditionalSubItemTestCase
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemAPITestCase ‑ testSimpleConditionalSubItemTestCase3
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemAPITestCase ‑ testSimpleRepeatedSubItemTestCase
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemAPITestCase ‑ testSimpleRepeatedSubItemTestCase3
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemAPITestCase ‑ testSimpleSubItemActionTestCase
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemAPITestCase ‑ testSimpleSubItemActionTestCase3
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemAPITestCase ‑ testSimpleSubItemCommandTestCase
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemAPITestCase ‑ testSimpleSubItemCommandTestCase3
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemAPITestCase ‑ testSimpleSubItemTestCase
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemAPITestCase ‑ testSimpleSubItemTestCase3
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemTestCase ‑ testSimpleConditionalSubItemTestCase
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemTestCase ‑ testSimpleConditionalSubItemTestCase3
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemTestCase ‑ testSimpleRepeatedSubItemTestCase
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemTestCase ‑ testSimpleRepeatedSubItemTestCase3
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemTestCase ‑ testSimpleSubItemActionTestCase
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemTestCase ‑ testSimpleSubItemActionTestCase3
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemTestCase ‑ testSimpleSubItemCommandTestCase
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemTestCase ‑ testSimpleSubItemCommandTestCase3
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemTestCase ‑ testSimpleSubItemTestCase
org.eclipse.pde.internal.ua.tests.cheatsheet.SimpleCSSubItemTestCase ‑ testSimpleSubItemTestCase3