Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
1191099.16%5764.722
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.performance119015764.722

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

NameTestsErrorsFailuresTime(s)
DocumentPerformanceTestSuite3600332.985
EventDrivenTestSuite29012494.553
PerformanceTestSuite40002208.810
PerformanceTestSuite2700464.571
PerformanceTestSuite3400260.308
PerformanceTestSuite42002.059
PerformanceTestSuite51001.436
Back to top


TestCase DocumentPerformanceTestSuite

NameStatusTypeTime(s)
measureDeleteInsertSuccess1.564
measureInsertAtStartSuccess3.086
measureInsertAtEndSuccess1.461
measureRandomReplaceSuccess5.090
measureRepeatedReplaceSuccess4.860
measureSetSuccess1.626
measureTypingReplaceInLargeFileSuccess6.102
measureTypingReplaceInSmallFileSuccess6.057
measureGetCharSuccess2.530
measureGetLineSuccess1.413
measureGetLengthSuccess3.018
measureLineByOffsetSuccess9.612
measureLineInfoByOffsetSuccess10.592
measureLineByIndexSuccess5.106
measureLineInfoByIndexSuccess5.795
measureLineLengthByIndexSuccess5.131
measureLineDelimiterByIndexSuccess5.109
measureGetNumberOfLinesSuccess4.957
measureDeleteInsertSuccess0.622
measureInsertAtStartSuccess0.565
measureInsertAtEndSuccess1.024
measureRandomReplaceSuccess4.389
measureRepeatedReplaceSuccess0.947
measureSetSuccess1.991
measureTypingReplaceInLargeFileSuccess1.113
measureTypingReplaceInSmallFileSuccess1.149
measureGetCharSuccess8.585
measureGetLineSuccess6.147
measureGetAllSuccess6.241
testSetSuccess5.042
testReplaceSuccess5.597
testRandomReplaceSuccess9.803
testLineByOffsetSuccess12.364
testLineByOffset2Success140.260
testLineByIndexSuccess24.523
testLineByIndex2Success19.486
Properties >>

Back to top

TestCase EventDrivenTestSuite

NameStatusTypeTime(s)
testScrollJavaEditorPageWiseSuccess118.034
testScrollJavaEditorLineWiseMoveCaret2Success171.846
testScrollJavaEditorLineWiseSelect2Success280.562
testScrollJavaEditorLineWise2Success118.252
testScrollJavaEditorLineWiseSelectHoldKeysSuccess8.100
testScrollJavaEditorLineWiseHoldKeysSuccess8.097
testScrollTextEditorPageWiseSuccess106.366
testScrollTextEditorLineWiseMoveCaret2Success156.113
testScrollTextEditorLineWiseSelect2Success187.982
testScrollTextEditorLineWise2Success120.456
testScrollTextEditorLineWiseSelectHoldKeysSuccess8.098
testScrollTextEditorLineWiseHoldKeysSuccess8.098
testJavaIndenter2Success3.854
testTypeAMethodSuccess27.564
testTypeAMethodSuccess18.137
testOpenPreferencePageSuccess1.883
testScrollJavaEditorPageWiseSuccess116.824
testScrollJavaEditorLineWiseMoveCaret1Success176.674
testScrollJavaEditorLineWiseSelect1Success275.785
testScrollJavaEditorLineWise1Success130.156
testScrollTextEditorPageWiseSuccess13.193
testScrollTextEditorLineWiseMoveCaret2Success25.020
testScrollTextEditorPageWiseSuccess28.490
testScrollTextEditorLineWiseMoveCaret2Success177.215
testScrollTextEditorPageWiseSuccess99.362
testSuccess21.221
testSuccess60.435
testFailureN/A

junit.framework.AssertionFailedError
at org.eclipse.jdt.text.tests.performance.AbstractJavaReplaceAllTest.measure(AbstractJavaReplaceAllTest.java:115)
at org.eclipse.jdt.text.tests.performance.AbstractJavaReplaceAllTest.test(AbstractJavaReplaceAllTest.java:71)
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:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3468)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
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:194)
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:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
at org.eclipse.core.launcher.Main.main(Main.java:34)
8.151
testSuccess18.558
Properties >>

Back to top

TestCase PerformanceTestSuite

NameStatusTypeTime(s)
testActivateEditorSuccess238.269
testRevertTextEditorSuccess31.513
testRevertJavaEditorSuccess33.714
test2Success33.023
testToggleComment2Success65.657
testUndoTextEditor2Success43.384
testUndoJavaEditor2Success60.541
testOpenQuickOutline1Success532.083
test1Success520.420
testActivateEditorSuccess115.172
test1Success35.284
test1Success144.690
testSuccess36.932
testSuccess8.906
testSuccess5.587
testSuccess20.811
testTextDirtySuccess1.044
testJavaDirtySuccess1.212
testPropertiesDirtySuccess0.939
testPluginXMLDirtySuccess46.366
testPluginPropertiesDirtySuccess1.073
testCompletionNoParamtersSuccess5.991
testApplicationNoParamtersSuccess15.395
testCompletionWithParamterNamesSuccess5.854
testApplicationWithParamterNamesSuccess28.803
testCompletionWithParamterGuessesSuccess5.840
testApplicationWithParamterGuessesSuccess16.392
testCompletionWithParamterGuesses2Success11.330
testApplicationWithParamterGuesses2Success30.914
testInitializationWithNoChangesSuccess12.057
testInitializationWithFewChangesSuccess12.138
testInitializationWithManyChangesSuccess3.139
testInitializationWithManyChangesButEqualSizeSuccess3.144
testInitializationWithNoChangesSuccess12.164
testInitializationWithFewChangesSuccess12.144
testInitializationWithManyChangesSuccess3.138
testInitializationWithManyChangesButEqualSizeSuccess3.139
testEditingUnchangedSuccess12.208
testEditingChangedSuccess12.228
testSuccess0.000
Properties >>

Back to top

TestCase PerformanceTestSuite2

NameStatusTypeTime(s)
testOpenJavaEditor1Success56.858
testOpenJavaEditor2Success51.716
testOpenEditor3Success98.987
testOpenEditor4Success88.609
testOpenEditor5Success85.266
testOpenEditor6Success80.346
testSuccess0.014
Properties >>

Back to top

TestCase PerformanceTestSuite3

NameStatusTypeTime(s)
testOpenTextEditor1Success72.280
testOpenTextEditor2Success69.639
testOpenEditor3Success114.096
testSuccess0.000
Properties >>

Back to top

TestCase PerformanceTestSuite4

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

Back to top

TestCase PerformanceTestSuite5

NameStatusTypeTime(s)
testTextEditorStartupSuccess0.714
Properties >>

Back to top