Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
850594.12%5.693
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.suite85505.693

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

NameTestsErrorsFailuresTime(s)
SfsTestSuite85505.693
Back to top


TestCase SfsTestSuite

NameStatusTypeTime(s)
testAddFileAndChangeCharsetSuccess0.820
testAddFileAndCopySuccess0.074
testAddFileAndDeleteSuccess0.060
testAddFileAndDeleteFolderSuccess0.070
testAddFileAndMoveSuccess0.077
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:1975)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1957)
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:3513)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3162)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
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:621)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:576)
at org.eclipse.equinox.launcher.Main.run(Main.java:1409)
at org.eclipse.equinox.launcher.Main.main(Main.java:1385)
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.065
testAddFileWithWrongURLSuccess0.058
testFailRemoteMethodsSuccess0.063
testFileStoreBehaviorAfterRemoveSuccess0.060
testFileStoreBehaviorAfterRemove2Success0.056
testImplicitFolderCreationSuccess0.062
testMoveProjectSuccess0.055
testRuleFactorySuccess0.039
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:1975)
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:3513)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3162)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
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:621)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:576)
at org.eclipse.equinox.launcher.Main.run(Main.java:1409)
at org.eclipse.equinox.launcher.Main.main(Main.java:1385)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.057
testTemplateMappingSuccess0.058
testChangeFileContentLocalAndRevertSuccess0.096
testAddFileAndHandlePropertiesSuccess0.069
testAddFileAndImplicitFolderLocalFlagSuccess0.051
testAddFileFromRemoteAndDeleteFolderSuccess0.059
testAddFolderFromRemoteSuccess0.052
testAddResourceFromRemoteAndAddMarkerSuccess0.059
testChangeFileContentRemoteSuccess0.082
testChangeFileStateRemoteSuccess0.064
testConcurrentStoreCreationSuccess0.043
testCreateAndDeleteRemoteSuccess0.056
testExistenceSuccess0.043
testLockAndUnlockSuccess0.053
testSemanticFileStoreToUriSuccess0.043
testSetReadOnlySuccess0.052
testSetTimestampSuccess0.054
testTemplatePropertiesSuccess0.043
testTimestampSuccess0.055
testValidateEditSuccess0.076
testValidateRemoteDeleteSuccess0.055
testValidateSaveSuccess0.055
testAddFileFromRemoteDeleteAndAddAgainSuccess0.081
testAppendContentsToOpenFileSuccess0.177
testLocalFileSupportSuccess0.075
testParallelReadAndWriteSuccess0.070
testWriteThroughSuccess0.117
testChangeFileContentLocalAndRevertSuccess0.158
testAddFileAndHandlePropertiesSuccess0.077
testAddFileAndImplicitFolderLocalFlagSuccess0.060
testAddFileFromRemoteAndDeleteFolderSuccess0.071
testAddFolderFromRemoteSuccess0.052
testAddResourceFromRemoteAndAddMarkerSuccess0.065
testChangeFileContentRemoteSuccess0.100
testChangeFileStateRemoteSuccess0.068
testConcurrentStoreCreationSuccess0.049
testCreateAndDeleteRemoteSuccess0.051
testExistenceSuccess0.041
testLockAndUnlockSuccess0.060
testSemanticFileStoreToUriSuccess0.043
testSetReadOnlySuccess0.045
testSetTimestampSuccess0.063
testTemplatePropertiesSuccess0.039
testTimestampSuccess0.062
testValidateEditSuccess0.048
testValidateRemoteDeleteSuccess0.045
testValidateSaveSuccess0.049
testFederationAndImplicitLocalFlagSuccess0.103
testFederationAndInvalidContentProviderIDSuccess0.043
testFederationAndInvalidContentProviderID2Success0.039
testFederationAndImplicitLocalFlagSuccess0.096
testFederationAndInvalidContentProviderIDSuccess0.040
testFederationAndInvalidContentProviderID2Success0.038
testRecursiveFederationSuccess0.043
testRecursiveFederation2Success0.039
testNonLockingNonLocalSuccess0.065
testCacheServiceSuccess0.018
testConcurrentAccessSuccess0.025
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:3513)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3162)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
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:621)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:576)
at org.eclipse.equinox.launcher.Main.run(Main.java:1409)
at org.eclipse.equinox.launcher.Main.main(Main.java:1385)
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:3513)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3162)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
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:621)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:576)
at org.eclipse.equinox.launcher.Main.run(Main.java:1409)
at org.eclipse.equinox.launcher.Main.main(Main.java:1385)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.004
testRecursiveContentDeletionSuccess0.045
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:3513)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3162)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
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:621)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:576)
at org.eclipse.equinox.launcher.Main.run(Main.java:1409)
at org.eclipse.equinox.launcher.Main.main(Main.java:1385)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.018
testRecursiveContentDeletion3Success0.002
testRecursiveContentDeletion4Success0.000
testRuleFactorySuccess0.051
testAddAndRemoveFileSuccess0.051
testAddFileLinkWithURL2ToSFSSuccess0.041
testAddFileLinkWithURLToSFSSuccess0.083
testAddLinkToSFSSuccess0.037
testAddQueryLinkWithProviderToSFSSuccess0.044
testAddQueryLinkWithURLToSFSSuccess0.041
Properties >>

Back to top