Unit Test Results.

Downloads / Build / Test Results | org.eclipse.ui.workbench.texteditor.tests_ep410I-unit-mac64_macosx.cocoa.x86_64_8.0.xmlDesigned for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
761098.68%14.115
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)Time StampHost
org.eclipse.ui.workbench.texteditor.tests760114.1152018-12-06T16:08:08

Package org.eclipse.ui.workbench.texteditor.tests

NameTestsErrorsFailuresTime(s)Time StampHost
WorkbenchTextEditorTestSuite760114.1152018-12-06T16:08:08
Back to top


TestCase WorkbenchTextEditorTestSuite

NameStatusTypeTime(s)
testPrefixSuccess0.001
nonSuspendedLineDifferStaysNonSuspendedAfterDocumentRewriteSessionSuccess0.000
lineDifferNotSuspendedAfterResumeIsCalledSuccess0.000
testMinimapContentSuccess0.048
textZoomIsNotSupportedForNonTextEditorSuccess0.000
testFocusNotChangedWhenEnterPressedFailureN/A

java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at org.eclipse.ui.workbench.texteditor.tests.FindReplaceDialogTest.testFocusNotChangedWhenEnterPressed(FindReplaceDialogTest.java:204)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.Iterator.forEachRemaining(Iterator.java:116)
at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79)
at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220)
at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188)
at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128)
at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:291)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:267)
at org.eclipse.test.UITestApplication.lambda$0(UITestApplication.java:103)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4095)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3762)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:48)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:118)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
at org.eclipse.equinox.launcher.Main.run(Main.java:1501)
at org.eclipse.equinox.launcher.Main.main(Main.java:1474)
at org.eclipse.core.launcher.Main.main(Main.java:37)
2.196
testScreenshotSuccess0.142
testReplaceLastLineSuccess0.000
textZoomIsNotSupportedForMultiPageEditorPartWithNonTextPageSuccess0.007
textZoomIsSupportedForMultiPageEditorPartWithAbstractTextEditorPageSuccess0.000
testAddThirdLineSuccess0.000
textZoomIsSupportedForAdaptableToAbstractTextEditorSuccess0.001
textZoomIsSupportedForAbstractTextEditorSuccess0.000
testHunkAtEndSuccess0.001
suspendSuspendsLineDifferSuccess0.001
textZoomIsNotSupportedForMultiEditorWithNonTextPageSuccess0.001
testFocusNotChangedWhenButtonMnemonicPressedSuccess0.001
testInternationalBackwardsSuccess0.027
testHunkRightAfterSuccess0.000
nonSuspendedLineDifferNotSuspendedAfterStartRewriteSessionSuccess0.001
test01InitialButtonStateSuccess7.675
testMinimapSetStylesSuccess0.066
testNoDiffSuccess0.000
testHunkAfterSuccess0.000
testDisableWholeWordIfNotWordSuccess0.082
textZoomIsNotSupportedForGenericObjectSuccess0.000
testMinimapSetStylesWithTextPresentationSuccess0.062
testSplitSuccess0.000
suspendedLineDifferStaysSuspendedAfterDocumentRewriteSessionSuccess0.001
testRemoveInnerLinesSuccess0.000
testAddInnerLinesSuccess0.000
testCompletionStateSuccess0.005
testIterationSuccess0.007
testSearchBackwards1Success0.002
testForwardSearchSuccess0.002
testIllegalOperationsSuccess0.002
testHunkOverStartSuccess0.000
testReplaceOverlappingRegionSuccess0.001
testLineDifferStateAfterConnectingDocumentSuccess0.014
testHunkOverEndSuccess0.000
textZoomIsSupportedForMultiEditorWithTextPageSuccess0.034
testShiftEnterReversesSearchDirectionSuccess3.388
testWindowsTaskManagerScreenshotsSuccess0.000
testSearchBackwards2Success0.010
testEmptySuccess0.000
testReplaceInnerLinesSuccess0.000
testIllegalSuccess0.000
testDisableWholeWordIfRegExSuccess0.088
testRemoveLastLineSuccess0.001
testForwardSearchInternationalSuccess0.001
testHunkInBetweenSuccess0.001
testHunkBeforeSuccess0.000
createNoneMinimapPageSuccess0.004
testSearchSuccess0.008
testSearchBackwards3Success0.002
testInternationalSuccess0.011
testShiftOneSuccess0.000
testRemoveFirstRegionSuccess0.000
createMinimapPageWithITextOperationTargetAdapterSuccess0.029
testReplaceFirstRegionSuccess0.000
testDagSuccess0.001
suspendedLineDifferStillSuspendedAfterStopRewriteSessionSuccess0.001
createMinimapPageWithITextViewerAdapterSuccess0.048
testAddFirstLineSuccess0.000
testSearch2Success0.006
testIllegalSplitSuccess0.000
testHunkCoveringSuccess0.000
testAddLastLineSuccess0.000
testHunkAtStartSuccess0.000
testCreationSuccess0.000
testRemoveOverlappingRegionSuccess0.000
testRemoveSecondLineSuccess0.000
testLegalOperationsSuccess0.001
testHunkRightBeforeSuccess0.003
testAddSecondLineSuccess0.002
testRemoveFirstLineSuccess0.000
Properties »

Back to top