Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
1212098.35%6318.133
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.performance121026318.133

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

NameTestsErrorsFailuresTime(s)
DocumentPerformanceTestSuite3600333.217
EventDrivenTestSuite29023041.793
PerformanceTestSuite41002211.920
PerformanceTestSuite2700460.657
PerformanceTestSuite3400261.205
PerformanceTestSuite42001.935
PerformanceTestSuite51001.756
WordRulePerformanceTestSuite1005.650
Back to top


TestCase DocumentPerformanceTestSuite

NameStatusTypeTime(s)
measureDeleteInsertSuccess1.594
measureInsertAtStartSuccess3.070
measureInsertAtEndSuccess1.474
measureRandomReplaceSuccess5.102
measureRepeatedReplaceSuccess4.826
measureSetSuccess1.633
measureTypingReplaceInLargeFileSuccess6.138
measureTypingReplaceInSmallFileSuccess6.017
measureGetCharSuccess2.529
measureGetLineSuccess1.431
measureGetLengthSuccess3.019
measureLineByOffsetSuccess9.582
measureLineInfoByOffsetSuccess10.375
measureLineByIndexSuccess5.129
measureLineInfoByIndexSuccess5.807
measureLineLengthByIndexSuccess5.158
measureLineDelimiterByIndexSuccess5.102
measureGetNumberOfLinesSuccess4.939
measureDeleteInsertSuccess0.613
measureInsertAtStartSuccess0.570
measureInsertAtEndSuccess1.022
measureRandomReplaceSuccess4.349
measureRepeatedReplaceSuccess0.941
measureSetSuccess2.164
measureTypingReplaceInLargeFileSuccess1.105
measureTypingReplaceInSmallFileSuccess1.110
measureGetCharSuccess8.625
measureGetLineSuccess6.295
measureGetAllSuccess6.286
testSetSuccess5.076
testReplaceSuccess5.572
testRandomReplaceSuccess9.779
testLineByOffsetSuccess12.306
testLineByOffset2Success140.554
testLineByIndexSuccess24.428
testLineByIndex2Success19.471
Properties >>

Back to top

TestCase EventDrivenTestSuite

NameStatusTypeTime(s)
testScrollJavaEditorPageWiseSuccess117.774
testScrollJavaEditorLineWiseMoveCaret2Success172.019
testScrollJavaEditorLineWiseSelect2Success283.931
testScrollJavaEditorLineWise2Success118.561
testScrollJavaEditorLineWiseSelectHoldKeysSuccess8.100
testScrollJavaEditorLineWiseHoldKeysSuccess8.097
testScrollTextEditorPageWiseSuccess105.575
testScrollTextEditorLineWiseMoveCaret2Success150.484
testScrollTextEditorLineWiseSelect2Success189.463
testScrollTextEditorLineWise2Success120.703
testScrollTextEditorLineWiseSelectHoldKeysSuccess8.078
testScrollTextEditorLineWiseHoldKeysSuccess8.097
testJavaIndenter2Success4.075
testTypeAMethodSuccess341.247
testTypeAMethodSuccess251.253
testOpenPreferencePageSuccess1.862
testScrollJavaEditorPageWiseSuccess115.902
testScrollJavaEditorLineWiseMoveCaret1Success175.538
testScrollJavaEditorLineWiseSelect1Success281.404
testScrollJavaEditorLineWise1Success130.218
testScrollTextEditorPageWiseSuccess12.851
testScrollTextEditorLineWiseMoveCaret2Success25.229
testScrollTextEditorPageWiseSuccess28.860
testScrollTextEditorLineWiseMoveCaret2Success176.641
testScrollTextEditorPageWiseSuccess100.357
testSuccess20.048
testSuccess65.924
testFailurenull

junit.framework.AssertionFailedError: null
at org.eclipse.jdt.text.tests.performance.AbstractJavaReplaceAllTest.measure(AbstractJavaReplaceAllTest.java:115)
at org.eclipse.jdt.text.tests.performance.AbstractJavaReplaceAllTest.test(AbstractJavaReplaceAllTest.java:77)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.extensions.TestSetup.run(TestSetup.java:27)
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:3515)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3164)
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:620)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
at org.eclipse.equinox.launcher.Main.main(Main.java:1384)
at org.eclipse.core.launcher.Main.main(Main.java:34)
16.703
testFailurenull

junit.framework.AssertionFailedError: null
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 org.eclipse.jdt.text.tests.performance.JavaReplaceAllWithQuickDiffTest.test(JavaReplaceAllWithQuickDiffTest.java:36)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.extensions.TestSetup.run(TestSetup.java:27)
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:3515)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3164)
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:620)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
at org.eclipse.equinox.launcher.Main.main(Main.java:1384)
at org.eclipse.core.launcher.Main.main(Main.java:34)
2.774
Properties >>

Back to top

TestCase PerformanceTestSuite

NameStatusTypeTime(s)
testActivateEditorSuccess230.242
testRevertTextEditorSuccess31.659
testRevertJavaEditorSuccess33.749
test2Success33.012
testToggleComment2Success64.494
testUndoTextEditor2Success42.502
testUndoJavaEditor2Success60.645
testOpenQuickOutline1Success538.345
test1Success527.206
testActivateEditorSuccess111.189
test1Success32.762
test1Success143.944
testSuccess36.963
testSuccess9.167
testSuccess5.337
testSuccess20.195
testTextDirtySuccess1.001
testJavaDirtySuccess0.718
testPropertiesDirtySuccess0.763
testPluginXMLDirtySuccess18.098
testPluginPropertiesDirtySuccess1.032
testCompletionNoParamtersSuccess6.009
testApplicationNoParamtersSuccess15.880
testCompletionWithParamterNamesSuccess5.764
testApplicationWithParamterNamesSuccess34.160
testCompletionWithParamterGuessesSuccess5.755
testApplicationWithParamterGuessesSuccess18.593
testCompletionWithParamterGuesses2Success11.123
testApplicationWithParamterGuesses2Success43.088
testInitializationWithNoChangesSuccess10.750
testInitializationWithFewChangesSuccess10.831
testInitializationWithManyChangesSuccess3.011
testInitializationWithManyChangesButEqualSizeSuccess3.137
testInitializationWithNoChangesSuccess10.751
testInitializationWithFewChangesSuccess10.761
testInitializationWithManyChangesSuccess3.013
testInitializationWithManyChangesButEqualSizeSuccess3.135
testEditingUnchangedSuccess11.234
testEditingChangedSuccess12.629
testSuccess23.533
testSuccess0.000
Properties >>

Back to top

TestCase PerformanceTestSuite2

NameStatusTypeTime(s)
testOpenJavaEditor1Success57.081
testOpenJavaEditor2Success51.671
testOpenEditor3Success97.205
testOpenEditor4Success85.346
testOpenEditor5Success84.954
testOpenEditor6Success80.684
testSuccess0.000
Properties >>

Back to top

TestCase PerformanceTestSuite3

NameStatusTypeTime(s)
testOpenTextEditor1Success72.366
testOpenTextEditor2Success70.649
testOpenEditor3Success113.634
testSuccess0.001
Properties >>

Back to top

TestCase PerformanceTestSuite4

NameStatusTypeTime(s)
testJavaEditorStartupSuccess0.810
testSuccess0.001
Properties >>

Back to top

TestCase PerformanceTestSuite5

NameStatusTypeTime(s)
testTextEditorStartupSuccess0.724
Properties >>

Back to top

TestCase WordRulePerformanceTestSuite

NameStatusTypeTime(s)
measureIgnoreCaseSuccess5.626
Properties >>

Back to top