Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
1071099.07%12478.927
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.performance1070112478.927

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

NameTestsErrorsFailuresTime(s)
DebuggingPerformanceTestSuite2200376.653
EventDrivenTestSuite24005825.267
PerformanceTestSuite47014947.098
PerformanceTestSuite27001041.717
PerformanceTestSuite3400278.076
PerformanceTestSuite42005.098
PerformanceTestSuite51005.018
Back to top


TestCase DebuggingPerformanceTestSuite

NameStatusTypeTime(s)
test00Success3.144
test01Success1.348
test02Success1.211
test03Success1.288
test10Success1.170
test11Success1.258
test12Success1.152
test13Success1.295
test00Success1.330
test01Success1.230
test02Success1.387
test03Success1.334
test10Success1.182
test11Success1.268
test12Success1.317
test13Success1.298
testSuccess7.212
testPageWiseSuccess55.772
testLineWiseSuccess65.740
testLineWiseSelectSuccess92.180
testLineWiseNoCaretMoveSuccess49.280
testSuccess62.441
Properties >>

Back to top

TestCase EventDrivenTestSuite

NameStatusTypeTime(s)
testScrollJavaEditorPageWiseSuccess155.496
testScrollJavaEditorLineWiseMoveCaret2Success257.176
testScrollJavaEditorLineWiseSelect2Success404.090
testScrollJavaEditorLineWise2Success199.760
testScrollJavaEditorLineWiseSelectHoldKeysSuccess8.010
testScrollJavaEditorLineWiseHoldKeysSuccess8.010
testScrollTextEditorPageWiseSuccess103.540
testScrollTextEditorLineWiseMoveCaret2Success224.190
testScrollTextEditorLineWiseSelect2Success250.430
testScrollTextEditorLineWise2Success176.160
testScrollTextEditorLineWiseSelectHoldKeysSuccess8.010
testScrollTextEditorLineWiseHoldKeysSuccess8.010
testJavaIndenter2Success14.975
testTypeAMethodSuccess59.825
testTypeAMethodSuccess22.854
testOpenPreferencePageSuccess2.165
testScrollJavaEditorPageWiseSuccess196.471
testScrollJavaEditorLineWiseMoveCaret1Success290.290
testScrollJavaEditorLineWiseSelect1Success438.020
testScrollJavaEditorLineWise1Success243.940
testSuccess47.255
testSuccess2646.263
testSuccess27.618
testSuccess32.460
Properties >>

Back to top

TestCase PerformanceTestSuite

NameStatusTypeTime(s)
testActivateEditorSuccess349.661
testRevertTextEditorSuccess34.730
testRevertJavaEditorSuccess42.235
test2Success38.157
testToggleComment2Success77.977
testUndoTextEditor2Success138.762
testUndoJavaEditor2Success193.696
testOpenQuickOutline1Success1040.651
test1Success1372.128
testActivateEditorSuccess109.130
test1Success90.348
test1Success478.886
testSuccess145.131
testSuccess13.834
testSuccess16.298
testSuccess49.761
testTextDirtySuccess2.079
testJavaDirtySuccess1.317
testPropertiesDirtySuccess1.446
testPluginXMLDirtySuccess18.294
testPluginPropertiesDirtySuccess1.917
testCompletionNoParamtersSuccess15.819
testApplicationNoParamtersSuccess29.875
testCompletionWithParamterNamesSuccess17.280
testApplicationWithParamterNamesSuccess41.137
testCompletionWithParamterGuessesSuccess17.234
testApplicationWithParamterGuessesSuccess35.070
testCompletionWithParamterGuesses2Success23.689
testApplicationWithParamterGuesses2Success65.586
testInitializationWithNoChangesSuccess15.229
testInitializationWithFewChangesSuccess11.402
testInitializationWithManyChangesSuccess4.928
testInitializationWithManyChangesButEqualSizeSuccess4.820
testInitializationWithNoChangesSuccess11.426
testInitializationWithFewChangesSuccess11.563
testInitializationWithManyChangesSuccess4.788
testInitializationWithManyChangesButEqualSizeSuccess4.700
testEditingUnchangedSuccess18.576
testEditingChangedFailureN/A

junit.framework.AssertionFailedError
at org.eclipse.jdt.text.tests.performance.DocumentLineDifferModificationTest.ensureInitialized(DocumentLineDifferModificationTest.java:250)
at org.eclipse.jdt.text.tests.performance.DocumentLineDifferModificationTest.measureReplaceAll(DocumentLineDifferModificationTest.java:211)
at org.eclipse.jdt.text.tests.performance.DocumentLineDifferModificationTest.runReplaceAllMeasurements(DocumentLineDifferModificationTest.java:192)
at org.eclipse.jdt.text.tests.performance.DocumentLineDifferModificationTest.testEditingChanged(DocumentLineDifferModificationTest.java:185)
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:3157)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2859)
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.735
testSetSuccess22.362
testReplaceSuccess10.717
testRandomReplaceSuccess15.425
testLineByOffsetSuccess27.066
testLineByOffset2Success169.821
testLineByIndexSuccess43.413
testLineByIndex2Success26.013
testSuccess0.000
Properties >>

Back to top

TestCase PerformanceTestSuite2

NameStatusTypeTime(s)
testOpenJavaEditor1Success158.606
testOpenJavaEditor2Success137.149
testOpenEditor3Success228.673
testOpenEditor4Success203.353
testOpenEditor5Success161.000
testOpenEditor6Success146.301
testSuccess0.000
Properties >>

Back to top

TestCase PerformanceTestSuite3

NameStatusTypeTime(s)
testOpenTextEditor1Success79.813
testOpenTextEditor2Success68.871
testOpenEditor3Success113.359
testSuccess0.001
Properties >>

Back to top

TestCase PerformanceTestSuite4

NameStatusTypeTime(s)
testJavaEditorStartupSuccess1.338
testSuccess0.000
Properties >>

Back to top

TestCase PerformanceTestSuite5

NameStatusTypeTime(s)
testTextEditorStartupSuccess2.372
Properties >>

Back to top