Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
850594.12%8.624
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)
org.eclipse.core.resources.semantic.test.suite85508.624

Package org.eclipse.core.resources.semantic.test.suite

NameTestsErrorsFailuresTime(s)
SfsTestSuite85508.624
Back to top


TestCase SfsTestSuite

NameStatusTypeTime(s)
testAddFileAndChangeCharsetSuccess0.518
testAddFileAndCopySuccess0.119
testAddFileAndDeleteSuccess0.066
testAddFileAndDeleteFolderSuccess0.073
testAddFileAndMoveSuccess0.086
testAddFileWithNonExistingURLErrorCann't delete file /tmp/test.txt

org.eclipse.core.runtime.CoreException: Cann't delete file /tmp/test.txt
at org.eclipse.core.resources.semantic.test.TestsDefaultContentProvider$14.run(TestsDefaultContentProvider.java:786)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2295)
at org.eclipse.core.resources.semantic.test.TestsDefaultContentProvider.testAddFileWithNonExistingURL(TestsDefaultContentProvider.java:792)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:376)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:209)
at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3514)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3163)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.io.IOException: Cann't delete file /tmp/test.txt
at org.eclipse.core.resources.semantic.test.TestsDefaultContentProvider$14.run(TestsDefaultContentProvider.java:774)
0.051
testAddFileWithURLSuccess0.064
testAddFileWithWrongURLSuccess0.072
testFailRemoteMethodsSuccess0.066
testFileStoreBehaviorAfterRemoveSuccess0.060
testFileStoreBehaviorAfterRemove2Success0.054
testImplicitFolderCreationSuccess0.065
testMoveProjectSuccess0.067
testRuleFactorySuccess0.046
testSynchronizeErrorWrong content expected:<[test]> but was:<[]>

junit.framework.ComparisonFailure: Wrong content expected:<[test]> but was:<[]>
at org.eclipse.core.resources.semantic.test.TestsContentProviderUtil.assertContentsEqual(TestsContentProviderUtil.java:231)
at org.eclipse.core.resources.semantic.test.TestsDefaultContentProvider$15.run(TestsDefaultContentProvider.java:818)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
at org.eclipse.core.resources.semantic.test.TestsDefaultContentProvider.testSynchronize(TestsDefaultContentProvider.java:861)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:376)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:209)
at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3514)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3163)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.054
testTemplateMappingSuccess0.166
testChangeFileContentLocalAndRevertSuccess0.047
testAddFileAndHandlePropertiesSuccess0.072
testAddFileAndImplicitFolderLocalFlagSuccess0.051
testAddFileFromRemoteAndDeleteFolderSuccess0.061
testAddFolderFromRemoteSuccess0.086
testAddResourceFromRemoteAndAddMarkerSuccess0.058
testChangeFileContentRemoteSuccess0.105
testChangeFileStateRemoteSuccess0.070
testConcurrentStoreCreationSuccess0.047
testCreateAndDeleteRemoteSuccess0.060
testExistenceSuccess0.061
testLockAndUnlockSuccess0.056
testSemanticFileStoreToUriSuccess0.043
testSetReadOnlySuccess0.070
testSetTimestampSuccess0.057
testTemplatePropertiesSuccess0.050
testTimestampSuccess0.054
testValidateEditSuccess0.055
testValidateRemoteDeleteSuccess0.052
testValidateSaveSuccess0.057
testAddFileFromRemoteDeleteAndAddAgainSuccess0.095
testAppendContentsToOpenFileSuccess0.180
testLocalFileSupportSuccess0.081
testParallelReadAndWriteSuccess0.097
testWriteThroughSuccess0.125
testChangeFileContentLocalAndRevertSuccess0.514
testAddFileAndHandlePropertiesSuccess0.747
testAddFileAndImplicitFolderLocalFlagSuccess0.059
testAddFileFromRemoteAndDeleteFolderSuccess0.070
testAddFolderFromRemoteSuccess0.070
testAddResourceFromRemoteAndAddMarkerSuccess0.068
testChangeFileContentRemoteSuccess0.126
testChangeFileStateRemoteSuccess0.089
testConcurrentStoreCreationSuccess0.057
testCreateAndDeleteRemoteSuccess0.066
testExistenceSuccess0.051
testLockAndUnlockSuccess0.069
testSemanticFileStoreToUriSuccess0.089
testSetReadOnlySuccess0.053
testSetTimestampSuccess0.107
testTemplatePropertiesSuccess0.045
testTimestampSuccess0.142
testValidateEditSuccess0.064
testValidateRemoteDeleteSuccess0.099
testValidateSaveSuccess0.065
testFederationAndImplicitLocalFlagSuccess0.840
testFederationAndInvalidContentProviderIDSuccess0.049
testFederationAndInvalidContentProviderID2Success0.080
testFederationAndImplicitLocalFlagSuccess0.126
testFederationAndInvalidContentProviderIDSuccess0.041
testFederationAndInvalidContentProviderID2Success0.041
testRecursiveFederationSuccess0.051
testRecursiveFederation2Success0.048
testNonLockingNonLocalSuccess0.051
testCacheServiceSuccess0.019
testConcurrentAccessSuccess0.028
testContentDeletionErrornull

junit.framework.AssertionFailedError: null
at org.eclipse.core.resources.semantic.test.TestCacheService.testContentDeletion(TestCacheService.java:140)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:376)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:209)
at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3514)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3163)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.004
testFileSystemCompactionErrornull

junit.framework.AssertionFailedError: null
at org.eclipse.core.resources.semantic.test.TestCacheService.testFileSystemCompaction(TestCacheService.java:100)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:376)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:209)
at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3514)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3163)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.004
testRecursiveContentDeletionSuccess0.021
testRecursiveContentDeletion2Errornull

junit.framework.AssertionFailedError: null
at org.eclipse.core.resources.semantic.test.TestCacheService.testRecursiveContentDeletion2(TestCacheService.java:221)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:376)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:209)
at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3514)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3163)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.020
testRecursiveContentDeletion3Success0.001
testRecursiveContentDeletion4Success0.000
testRuleFactorySuccess0.042
testAddAndRemoveFileSuccess0.085
testAddFileLinkWithURL2ToSFSSuccess0.309
testAddFileLinkWithURLToSFSSuccess0.208
testAddLinkToSFSSuccess0.274
testAddQueryLinkWithProviderToSFSSuccess0.098
testAddQueryLinkWithURLToSFSSuccess0.034
Properties >>

Back to top