Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
1180199.15%7142.063
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.jdt.text.tests.performance118107142.063

Package org.eclipse.jdt.text.tests.performance

NameTestsErrorsFailuresTime(s)
DocumentPerformanceTestSuite3600597.500
EventDrivenTestSuite29001923.407
PerformanceTestSuite39103405.125
PerformanceTestSuite2700978.969
PerformanceTestSuite3400231.016
PerformanceTestSuite42003.562
PerformanceTestSuite51002.484
Back to top


TestCase DocumentPerformanceTestSuite

NameStatusTypeTime(s)
measureDeleteInsertSuccess4.297
measureInsertAtStartSuccess12.844
measureInsertAtEndSuccess5.500
measureRandomReplaceSuccess8.234
measureRepeatedReplaceSuccess9.875
measureSetSuccess3.078
measureTypingReplaceInLargeFileSuccess7.969
measureTypingReplaceInSmallFileSuccess9.297
measureGetCharSuccess9.765
measureGetLineSuccess3.844
measureGetLengthSuccess12.063
measureLineByOffsetSuccess12.328
measureLineInfoByOffsetSuccess14.328
measureLineByIndexSuccess8.000
measureLineInfoByIndexSuccess12.109
measureLineLengthByIndexSuccess8.813
measureLineDelimiterByIndexSuccess7.984
measureGetNumberOfLinesSuccess7.516
measureDeleteInsertSuccess2.531
measureInsertAtStartSuccess2.578
measureInsertAtEndSuccess4.453
measureRandomReplaceSuccess6.594
measureRepeatedReplaceSuccess2.406
measureSetSuccess21.250
measureTypingReplaceInLargeFileSuccess1.500
measureTypingReplaceInSmallFileSuccess1.422
measureGetCharSuccess32.578
measureGetLineSuccess13.407
measureGetAllSuccess35.359
testSetSuccess9.734
testReplaceSuccess10.703
testRandomReplaceSuccess14.391
testLineByOffsetSuccess32.719
testLineByOffset2Success181.109
testLineByIndexSuccess39.969
testLineByIndex2Success26.484
Properties >>

Back to top

TestCase EventDrivenTestSuite

NameStatusTypeTime(s)
testScrollJavaEditorPageWiseSuccess71.469
testScrollJavaEditorLineWiseMoveCaret2Success135.984
testScrollJavaEditorLineWiseSelect2Success209.250
testScrollJavaEditorLineWise2Success88.828
testScrollJavaEditorLineWiseSelectHoldKeysSuccess8.000
testScrollJavaEditorLineWiseHoldKeysSuccess8.000
testScrollTextEditorPageWiseSuccess38.407
testScrollTextEditorLineWiseMoveCaret2Success108.171
testScrollTextEditorLineWiseSelect2Success84.610
testScrollTextEditorLineWise2Success63.609
testScrollTextEditorLineWiseSelectHoldKeysSuccess8.000
testScrollTextEditorLineWiseHoldKeysSuccess8.000
testJavaIndenter2Success7.453
testTypeAMethodSuccess33.032
testTypeAMethodSuccess18.562
testOpenPreferencePageSuccess1.906
testScrollJavaEditorPageWiseSuccess98.391
testScrollJavaEditorLineWiseMoveCaret1Success144.344
testScrollJavaEditorLineWiseSelect1Success216.515
testScrollJavaEditorLineWise1Success98.985
testScrollTextEditorPageWiseSuccess14.468
testScrollTextEditorLineWiseMoveCaret2Success22.282
testScrollTextEditorPageWiseSuccess19.109
testScrollTextEditorLineWiseMoveCaret2Success170.781
testScrollTextEditorPageWiseSuccess66.016
testSuccess23.406
testSuccess100.156
testSuccess27.672
testSuccess27.485
Properties >>

Back to top

TestCase PerformanceTestSuite

NameStatusTypeTime(s)
testRevertTextEditorSuccess34.485
testRevertJavaEditorSuccess39.609
test2Success34.922
testToggleComment2Success71.969
testUndoTextEditor2Success45.172
testUndoJavaEditor2Success82.875
testOpenQuickOutline1Success918.812
test1Success1084.094
testActivateEditorSuccess77.359
test1Success66.438
test1Success427.578
testSuccess72.375
testSuccess7.750
testSuccess16.703
testErrorProblems encountered while deleting resources.

org.eclipse.core.internal.resources.ResourceException: Problems encountered while deleting resources.
at org.eclipse.core.internal.resources.Resource.delete(Resource.java:719)
at org.eclipse.core.internal.resources.Project.delete(Project.java:309)
at org.eclipse.jdt.text.tests.performance.TextPluginTestSetup.createProjectFromZip(TextPluginTestSetup.java:64)
at org.eclipse.jdt.text.tests.performance.JavaFormatterProjectTest.measure(JavaFormatterProjectTest.java:79)
at org.eclipse.jdt.text.tests.performance.JavaFormatterProjectTest.test(JavaFormatterProjectTest.java:65)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:32)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
at org.eclipse.core.launcher.Main.main(Main.java:30)
Contains: Could not delete '/org.eclipse.text/src'.
Contains: Could not delete 'C:\buildtest\I20080617-2000\eclipse-testing\test-eclipse\eclipse\jdt_text_performance_folder\org.eclipse.text'.
31.094
testTextDirtySuccess1.328
testJavaDirtySuccess1.000
testPropertiesDirtySuccess1.062
testPluginXMLDirtySuccess34.906
testPluginPropertiesDirtySuccess1.406
testCompletionNoParamtersSuccess12.875
testApplicationNoParamtersSuccess24.360
testCompletionWithParamterNamesSuccess11.844
testApplicationWithParamterNamesSuccess43.218
testCompletionWithParamterGuessesSuccess11.500
testApplicationWithParamterGuessesSuccess24.953
testCompletionWithParamterGuesses2Success20.485
testApplicationWithParamterGuesses2Success46.078
testInitializationWithNoChangesSuccess11.531
testInitializationWithFewChangesSuccess11.594
testInitializationWithManyChangesSuccess4.844
testInitializationWithManyChangesButEqualSizeSuccess4.765
testInitializationWithNoChangesSuccess11.360
testInitializationWithFewChangesSuccess11.515
testInitializationWithManyChangesSuccess4.828
testInitializationWithManyChangesButEqualSizeSuccess4.782
testEditingUnchangedSuccess12.281
testEditingChangedSuccess12.922
testSuccess0.000
Properties >>

Back to top

TestCase PerformanceTestSuite2

NameStatusTypeTime(s)
testOpenJavaEditor1Success153.047
testOpenJavaEditor2Success132.156
testOpenEditor3Success201.625
testOpenEditor4Success181.719
testOpenEditor5Success159.828
testOpenEditor6Success145.672
testSuccess0.000
Properties >>

Back to top

TestCase PerformanceTestSuite3

NameStatusTypeTime(s)
testOpenTextEditor1Success66.688
testOpenTextEditor2Success62.125
testOpenEditor3Success93.406
testSuccess0.000
Properties >>

Back to top

TestCase PerformanceTestSuite4

NameStatusTypeTime(s)
testJavaEditorStartupSuccess0.657
testSuccess0.000
Properties >>

Back to top

TestCase PerformanceTestSuite5

NameStatusTypeTime(s)
testTextEditorStartupSuccess0.688
Properties >>

Back to top