Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
1071099.07%5108.454
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.performance107015108.454

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

NameTestsErrorsFailuresTime(s)
DebuggingPerformanceTestSuite2200198.329
EventDrivenTestSuite24001169.500
PerformanceTestSuite47012922.656
PerformanceTestSuite2700638.469
PerformanceTestSuite3400170.110
PerformanceTestSuite42004.390
PerformanceTestSuite51005.000
Back to top


TestCase DebuggingPerformanceTestSuite

NameStatusTypeTime(s)
test00Success3.610
test01Success0.984
test02Success0.984
test03Success0.985
test10Success0.984
test11Success0.984
test12Success1.000
test13Success0.985
test00Success1.016
test01Success0.968
test02Success1.000
test03Success1.047
test10Success1.016
test11Success1.015
test12Success1.016
test13Success1.015
testSuccess3.953
testPageWiseSuccess29.891
testLineWiseSuccess29.922
testLineWiseSelectSuccess30.468
testLineWiseNoCaretMoveSuccess24.860
testSuccess48.172
Properties >>

Back to top

TestCase EventDrivenTestSuite

NameStatusTypeTime(s)
testScrollJavaEditorPageWiseSuccess78.390
testScrollJavaEditorLineWiseMoveCaret2Success92.407
testScrollJavaEditorLineWiseSelect2Success99.218
testScrollJavaEditorLineWise2Success73.703
testScrollJavaEditorLineWiseSelectHoldKeysSuccess8.000
testScrollJavaEditorLineWiseHoldKeysSuccess8.000
testScrollTextEditorPageWiseSuccess44.407
testScrollTextEditorLineWiseMoveCaret2Success60.000
testScrollTextEditorLineWiseSelect2Success68.453
testScrollTextEditorLineWise2Success53.734
testScrollTextEditorLineWiseSelectHoldKeysSuccess8.000
testScrollTextEditorLineWiseHoldKeysSuccess8.000
testJavaIndenter2Success5.828
testTypeAMethodSuccess28.547
testTypeAMethodSuccess17.110
testOpenPreferencePageSuccess1.562
testScrollJavaEditorPageWiseSuccess96.984
testScrollJavaEditorLineWiseMoveCaret1Success98.407
testScrollJavaEditorLineWiseSelect1Success105.718
testScrollJavaEditorLineWise1Success80.266
testSuccess22.359
testSuccess70.344
testSuccess19.578
testSuccess20.453
Properties >>

Back to top

TestCase PerformanceTestSuite

NameStatusTypeTime(s)
testActivateEditorSuccess150.578
testRevertTextEditorSuccess31.375
testRevertJavaEditorSuccess33.969
test2Success33.468
testToggleComment2Success92.594
testUndoTextEditor2Success74.078
testUndoJavaEditor2Success107.016
testOpenQuickOutline1Success630.344
test1Success709.968
testActivateEditorSuccess67.641
test1Success39.094
test1Success258.047
testSuccess94.093
testSuccess48.547
testSuccess16.407
testSuccess27.047
testTextDirtySuccess1.500
testJavaDirtySuccess1.172
testPropertiesDirtySuccess1.343
testPluginXMLDirtySuccess12.500
testPluginPropertiesDirtySuccess2.032
testCompletionNoParamtersSuccess9.562
testApplicationNoParamtersSuccess20.750
testCompletionWithParamterNamesSuccess10.297
testApplicationWithParamterNamesSuccess26.016
testCompletionWithParamterGuessesSuccess10.312
testApplicationWithParamterGuessesSuccess19.579
testCompletionWithParamterGuesses2Success15.421
testApplicationWithParamterGuesses2Success36.563
testInitializationWithNoChangesSuccess12.703
testInitializationWithFewChangesFailureN/A

junit.framework.AssertionFailedError
at org.eclipse.jdt.text.tests.performance.DocumentLineDifferInitializationTest.measureInitialization(DocumentLineDifferInitializationTest.java:85)
at org.eclipse.jdt.text.tests.performance.DocumentLineDifferInitializationTest.runInitializationMeasurements(DocumentLineDifferInitializationTest.java:65)
at org.eclipse.jdt.text.tests.performance.DocumentLineDifferInitializationTest.testInitializationWithFewChanges(DocumentLineDifferInitializationTest.java:37)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
at junit.extensions.TestSetup.run(TestSetup.java:23)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
at junit.extensions.TestSetup.run(TestSetup.java:23)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:188)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:131)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:58)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
13.375
testInitializationWithManyChangesSuccess4.407
testInitializationWithManyChangesButEqualSizeSuccess4.437
testInitializationWithNoChangesSuccess11.109
testInitializationWithFewChangesSuccess11.344
testInitializationWithManyChangesSuccess4.188
testInitializationWithManyChangesButEqualSizeSuccess4.250
testEditingUnchangedSuccess13.875
testEditingChangedSuccess18.922
testSetSuccess7.437
testReplaceSuccess7.047
testRandomReplaceSuccess10.516
testLineByOffsetSuccess18.281
testLineByOffset2Success114.203
testLineByIndexSuccess24.828
testLineByIndex2Success16.578
testSuccess0.000
Properties >>

Back to top

TestCase PerformanceTestSuite2

NameStatusTypeTime(s)
testOpenJavaEditor1Success95.266
testOpenJavaEditor2Success88.344
testOpenEditor3Success123.593
testOpenEditor4Success108.907
testOpenEditor5Success114.031
testOpenEditor6Success103.172
testSuccess0.000
Properties >>

Back to top

TestCase PerformanceTestSuite3

NameStatusTypeTime(s)
testOpenTextEditor1Success47.125
testOpenTextEditor2Success42.844
testOpenEditor3Success73.000
testSuccess0.000
Properties >>

Back to top

TestCase PerformanceTestSuite4

NameStatusTypeTime(s)
testJavaEditorStartupSuccess3.375
testSuccess0.000
Properties >>

Back to top

TestCase PerformanceTestSuite5

NameStatusTypeTime(s)
testTextEditorStartupSuccess3.594
Properties >>

Back to top