Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
930198.92%6071.810
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.performance93106071.810

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

NameTestsErrorsFailuresTime(s)
DebuggingPerformanceTestSuite2200266.923
EventDrivenTestSuite24003974.903
PerformanceTestSuite31101615.187
PerformanceTestSuite2800187.009
PerformanceTestSuite350022.172
PerformanceTestSuite42002.512
PerformanceTestSuite51003.104
Back to top


TestCase DebuggingPerformanceTestSuite

NameStatusTypeTime(s)
test00Success2.128
test01Success1.114
test02Success1.118
test03Success1.111
test10Success1.109
test11Success1.109
test12Success1.112
test13Success1.128
test00Success1.169
test01Success1.121
test02Success1.160
test03Success1.129
test10Success1.163
test11Success1.120
test12Success1.140
test13Success1.141
testSuccess4.087
testPageWiseSuccess42.121
testLineWiseSuccess39.520
testLineWiseSelectSuccess67.560
testLineWiseNoCaretMoveSuccess35.670
testSuccess42.338
Properties >>

Back to top

TestCase EventDrivenTestSuite

NameStatusTypeTime(s)
testScrollJavaEditorPageWiseSuccess77.031
testScrollJavaEditorLineWiseMoveCaret2Success135.028
testScrollJavaEditorLineWiseSelect2Success272.380
testScrollJavaEditorLineWise2Success120.450
testScrollJavaEditorLineWiseSelectHoldKeysSuccess8.010
testScrollJavaEditorLineWiseHoldKeysSuccess8.010
testScrollTextEditorPageWiseSuccess52.710
testScrollTextEditorLineWiseMoveCaret2Success112.440
testScrollTextEditorLineWiseSelect2Success156.800
testScrollTextEditorLineWise2Success101.320
testScrollTextEditorLineWiseSelectHoldKeysSuccess8.010
testScrollTextEditorLineWiseHoldKeysSuccess8.010
testJavaIndenter2Success9.912
testTypeAMethodSuccess33.494
testTypeAMethodSuccess18.627
testOpenPreferencePageSuccess1.639
testScrollJavaEditorPageWiseSuccess170.296
testScrollJavaEditorLineWiseMoveCaret1Success146.260
testScrollJavaEditorLineWiseSelect1Success304.070
testScrollJavaEditorLineWise1Success132.640
testSuccess27.223
testSuccess1460.988
testSuccess26.863
testSuccess582.672
Properties >>

Back to top

TestCase PerformanceTestSuite

NameStatusTypeTime(s)
testRevertTextEditorSuccess34.687
testRevertJavaEditorSuccess38.732
test2Success33.813
testToggleComment2Success73.563
testUndoTextEditor2Success84.840
testUndoJavaEditor2Success130.472
testOpenQuickOutline1Success74.268
test1Success85.641
testSmartPasteErrorArgument not valid

java.lang.IllegalArgumentException: Argument not valid
at org.eclipse.swt.SWT.error(SWT.java:2926)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.SWT.error(SWT.java:2836)
at org.eclipse.swt.custom.StyledText.getBidiSegments(StyledText.java:4198)
at org.eclipse.swt.custom.DisplayRenderer.getBidiSegments(DisplayRenderer.java:126)
at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:415)
at org.eclipse.swt.custom.StyledText$ContentWidthCache.contentWidth(StyledText.java:1284)
at org.eclipse.swt.custom.StyledText$ContentWidthCache.calculate(StyledText.java:1251)
at org.eclipse.swt.custom.StyledText.calculateContentWidth(StyledText.java:1946)
at org.eclipse.swt.custom.StyledText.reset(StyledText.java:6505)
at org.eclipse.swt.custom.StyledText.handleTextSet(StyledText.java:5421)
at org.eclipse.swt.custom.StyledText$6.textSet(StyledText.java:4822)
at org.eclipse.jface.text.DefaultDocumentAdapter.fireTextSet(DefaultDocumentAdapter.java:354)
at org.eclipse.jface.text.DefaultDocumentAdapter.resumeForwardingDocumentChanges(DefaultDocumentAdapter.java:398)
at org.eclipse.jface.text.TextViewer.enabledRedrawing(TextViewer.java:4514)
at org.eclipse.jface.text.TextViewer.enabledRedrawing(TextViewer.java:4500)
at org.eclipse.jface.text.TextViewer.setRedraw(TextViewer.java:4623)
at org.eclipse.jface.text.TextViewer.setRedraw(TextViewer.java:4595)
at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.performRevert(JavaEditor.java:3654)
at org.eclipse.ui.texteditor.AbstractTextEditor.doRevertToSaved(AbstractTextEditor.java:3864)
at org.eclipse.ui.texteditor.StatusTextEditor.doRevertToSaved(StatusTextEditor.java:183)
at org.eclipse.jdt.text.tests.performance.EditorTestHelper.revertEditor(EditorTestHelper.java:153)
at org.eclipse.jdt.text.tests.performance.JavaSmartPasteTest.measurePaste(JavaSmartPasteTest.java:106)
at org.eclipse.jdt.text.tests.performance.JavaSmartPasteTest.testSmartPaste(JavaSmartPasteTest.java:79)
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:313)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:199)
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:2844)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2575)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
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:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
19.284
testActivateEditorSuccess78.928
testActivateEditorSuccess131.954
test1Success51.199
test1Success242.037
testSuccess173.743
testSuccess9.303
testSuccess15.436
testSuccess35.863
testTextDirtySuccess2.843
testJavaDirtySuccess1.292
testPropertiesDirtySuccess1.245
testPluginXMLDirtySuccess21.527
testPluginPropertiesDirtySuccess1.706
testCompletionNoParamtersSuccess12.483
testApplicationNoParamtersSuccess19.955
testCompletionWithParamterNamesSuccess13.085
testApplicationWithParamterNamesSuccess33.555
testCompletionWithParamterGuessesSuccess13.164
testApplicationWithParamterGuessesSuccess47.304
testCompletionWithParamterGuesses2Success34.263
testApplicationWithParamterGuesses2Success55.359
testSuccess0.000
Properties >>

Back to top

TestCase PerformanceTestSuite2

NameStatusTypeTime(s)
testOpenFirstEditorSuccess7.418
testOpenJavaEditor1Success22.559
testOpenJavaEditor2Success20.539
testOpenEditor3Success39.149
testOpenEditor4Success35.883
testOpenEditor5Success31.563
testOpenEditor6Success29.100
testSuccess0.000
Properties >>

Back to top

TestCase PerformanceTestSuite3

NameStatusTypeTime(s)
testOpenFirstEditorSuccess2.918
testOpenTextEditor1Success3.818
testOpenTextEditor2Success3.513
testOpenEditor3Success6.233
testSuccess0.001
Properties >>

Back to top

TestCase PerformanceTestSuite4

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

Back to top

TestCase PerformanceTestSuite5

NameStatusTypeTime(s)
testTextEditorStartupSuccess1.547
Properties >>

Back to top