Unit Test Results.

Downloads / Build / Test Results | org.eclipse.swt.tests_ep415I-unit-cen64-gtk3-java8_linux.gtk.x86_64_8.0.xmlDesigned for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
38961199.95%118.617
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.swt.tests.junit389611118.6172020-03-05T09:40:49

Package org.eclipse.swt.tests.junit

NameTestsErrorsFailuresTime(s)Time StampHost
AllBrowserTests1791147.2482020-03-05T09:40:49
AllNonBrowserTests37170071.3692020-03-05T09:39:58
Back to top


TestCase AllBrowserTests

NameStatusTypeTime(s)
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess1.187
test_BrowserFunction_callback_with_multipleValuesSuccess0.051
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.010
test_BrowserFunction_callback_with_integerSuccess0.036
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.010
test_OpenWindowListener_openHasValidEventDetailsSuccess0.043
test_backSuccess0.006
test_LocationListener_adapter_closeShellSuccess0.026
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.008
test_setUrl_remote_with_postFailureTest timed out. ProgressListener not fired Test log: checkInternet() passedSetting Browser url to:https://bugs.eclipse.org/bugs/buglist.cgi

java.lang.AssertionError: Test timed out. ProgressListener not fired
Test log:
checkInternet() passedSetting Browser url to:https://bugs.eclipse.org/bugs/buglist.cgi
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_browser_Browser.test_setUrl_remote_with_post(Test_org_eclipse_swt_browser_Browser.java:884)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
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:43)
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:82)
at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:53)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.start(CoreTestApplication.java:44)
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:401)
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:657)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
at org.eclipse.core.launcher.Main.main(Main.java:44)
35.539
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.010
test_LocationListener_ProgressListener_noExtraEventsSuccess0.619
test_setVisibility_and_sizingSuccess0.018
test_getMonitorSuccess0.011
test_computeSizeIISuccess0.009
test_isVisibleSuccess0.021
test_setVisibleZSuccess0.007
test_evaluate_array_stringsSuccess0.034
test_setSizeIISuccess0.008
test_setTabList$Lorg_eclipse_swt_widgets_ControlSuccess0.012
test_ProgressListener_newProgressAdapter_closeShellSuccess0.019
test_toControlIISuccess0.008
test_ProgressListener_addAndRemoveSuccess0.011
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.006
test_VisibilityWindowListener_addAndRemoveSuccess0.007
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.006
test_setTextDirectionSuccess0.008
test_CloseWindowListener_removeWithNullArgSuccess0.006
test_setJavascriptEnabled_multipleInstancesSuccess0.032
test_BrowserFunction_callbackSuccess0.029
test_packSuccess0.013
test_OpenWindowListener_addWithNulArgSuccess0.012
test_TitleListener_addwithNullSuccess0.011
test_evaluate_nullSuccess0.024
test_StatusTextListener_removeWithNullArgSuccess0.007
test_getLocationSuccess0.010
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.013
test_LocationListener_changingSuccess0.020
test_getBorderWidthSuccess0.009
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.009
test_ProgressListener_newListener_closeShellSuccess0.027
test_evaluate_number_negativeSuccess0.025
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.006
test_VisibilityWindowListener_newAdapterSuccess0.012
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.007
test_computeTrimIIIISuccess0.008
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.011
test_evaluate_number_normalSuccess0.043
test_CloseWindowListener_addAndRemoveSuccess0.013
test_VisibilityWindowListener_multiple_shellsSuccess0.094
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.011
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.010
test_OpenWindowListener_closeShellSuccess0.022
test_isForwardEnabledSuccess0.014
test_TitleListener_removeWithNullArgSuccess0.743
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.012
test_execute_and_closeListenerSuccess0.031
test_setUrl_remoteSuccess0.129
test_setEnabledZSuccess0.007
test_LocationListener_addWithNullArgSuccess0.008
test_evaluate_booleanSuccess0.027
test_TitleListener_addAndRemoveSuccess0.006
test_CloseWindowListener_closeShellSuccess0.025
test_LocationListener_addAndRemoveSuccess0.010
test_CloseWindowListener_addWithNullArgSuccess0.008
test_updateSuccess0.008
test_getText_scriptSuccess0.046
test_BrowserFunction_callback_afterPageReloadSuccess0.035
test_StatusTextListener_addWithNullSuccess0.009
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.007
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.008
test_refreshSuccess0.013
test_VisibilityWindowListener_newAdapter_closeShellSuccess0.021
test_evaluate_array_numbersSuccess0.027
test_execute_withNullArgSuccess0.015
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.752
test_setBoundsIIIISuccess0.011
test_BrowserFunction_callback_with_booleanSuccess0.024
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.014
test_getParentSuccess0.012
test_evaluate_stringSuccess0.295
test_StatusTextListener_hoverMouseOverLinkSuccess0.295
test_getChildrenSuccess0.022
test_LocationListener_evaluateInCallbackSuccess0.026
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.007
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.011
test_toStringSuccess0.012
test_ProgressListener_removeWithNullArgSuccess0.007
test_setRedrawZSuccess0.007
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.011
test_getTextSuccess0.016
test_CloseWindowListener_closeSuccess0.027
test_OpenWindow_Progress_Listener_ValidateEventOrderSuccess0.069
test_getVerticalBarSuccess0.008
test_LocationListener_changingAndOnlyThenChangedSuccess0.025
test_getHorizontalBarSuccess0.011
test_redrawIIIIZSuccess0.011
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.012
test_isBackEnabledSuccess0.258
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.006
test_OpenWindowListener_addAndRemoveSuccess0.013
test_evaluate_invalid_return_valueSuccess0.025
test_BrowserFunction_callback_with_StringSuccess0.032
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.015
test_isDisposedSuccess0.010
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.009
test_ProgressListener_completed_CalledSuccess0.015
test_OpenWindowListener_open_ChildPopupSuccess0.053
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.006
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.009
test_setToolTipTextLjava_lang_StringSuccess0.012
test_setFocus_toChild_beforeOpenSuccess0.009
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.012
test_VisibilityWindowListener_addWithNullSuccess0.012
test_toDisplayIISuccess0.008
test_getText_htmlSuccess0.034
test_OpenWindowListener_evaluateInCallbackSuccess0.022
test_LocationListener_ProgressListener_cancledLoadSuccess1.024
test_isEnabledSuccess0.013
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.013
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.010
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.007
test_getShellSuccess0.971
test_setJavascriptEnabledSuccess0.033
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.008
test_getAccessibleSuccess0.013
test_isReparentableSuccess0.007
test_isFocusControlSuccess0.009
test_forwardSuccess0.008
test_LocationListener_changedSuccess0.034
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.009
test_setFocusSuccess0.009
test_setTextSuccess0.016
test_stopSuccess1.006
test_evalute_CookiesError Script that was evaluated: function SWTWebkit2TempFunc211(){document.cookie = "cookie1=value1";}; SWTWebkit2TempFunc211()

org.eclipse.swt.SWTException:
Script that was evaluated:
function SWTWebkit2TempFunc211(){document.cookie = "cookie1=value1";}; SWTWebkit2TempFunc211()
at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1184)
at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.evaluate(WebKit.java:1127)
at org.eclipse.swt.browser.WebKit.evaluate(WebKit.java:1445)
at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:406)
at org.eclipse.swt.browser.Browser.evaluate(Browser.java:684)
at org.eclipse.swt.browser.Browser.evaluate(Browser.java:631)
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_browser_Browser.test_evalute_Cookies(Test_org_eclipse_swt_browser_Browser.java:154)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
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:43)
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:82)
at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:53)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.start(CoreTestApplication.java:44)
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:401)
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:657)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
at org.eclipse.core.launcher.Main.main(Main.java:44)
0.416
test_traverseISuccess0.921
test_TitleListener_addListener_closeShellSuccess0.019
test_requestLayoutLSuccess0.011
test_ProgressListener_newProgressAdapterSuccess0.009
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.007
test_getClientAreaSuccess0.009
test_getText_doctypeSuccess0.028
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.008
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.011
test_setUrlWithNullArgSuccess0.017
test_evaluate_returnMovedSuccess0.022
test_computeSizeIIZSuccess0.007
test_setDataLjava_lang_ObjectSuccess0.010
test_setLocationIISuccess0.012
test_TitleListener_eventSuccess0.023
test_setLayoutDataLjava_lang_ObjectSuccess0.011
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.016
test_VisibilityWindowListener_newListener_closeShellSuccess0.287
test_setCaptureZSuccess0.013
test_packZSuccess0.008
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.007
test_evaluate_array_mixedTypesSuccess0.063
test_setFocus_toChild_afterOpenSuccess0.008
test_OpenWindowListener_removeWithNullArgSuccess0.012
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.011
test_setUrl_localSuccess0.019
test_VisibilityWindowListener_eventSizeSuccess0.050
test_ClearAllSessionCookiesSuccess0.012
test_BrowserFunction_callback_with_javaReturningIntSuccess0.044
test_StatusTextListener_addAndRemoveSuccess0.007
test_LocationListener_removeWithNullArgSuccess0.012
test_evaluate_evaluation_failed_exceptionSuccess0.030
test_VisibilityWindowListener_removeWithNullArgSuccess0.013
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.010
test_ProgressListener_addWithNullArgSuccess0.009
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.008
test_getDisplaySuccess0.012
test_LocationListener_then_ProgressListenerSuccess0.029
test_getUrlSuccess0.016
test_evaluate_number_bigSuccess0.034
test_setTextNullSuccess0.011
test_get_set_CookiesSuccess0.007
test_redrawSuccess0.007
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.020
Properties »

Back to top

TestCase AllNonBrowserTests

NameStatusTypeTime(s)
test_getRGBsSuccess0.001
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.002
test_getDisplaySuccess0.008
test_getSelectionSuccess0.006
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.006
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.007
test_setDataLjava_lang_ObjectSuccess0.004
test_removeSelectionListenerLorg_eclipse_swt_events_SelectionListener[0]Success0.008
test_setTabList$Lorg_eclipse_swt_widgets_ControlSuccess0.005
test_computeSizeIISuccess0.003
test_ConstructorLorg_eclipse_swt_widgets_ShellISuccess0.006
test_isDisposedSuccess0.000
test_packZ[1]Success0.005
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.004
test_ConstructorLjava_lang_StringSuccess0.001
test_setForegroundILorg_eclipse_swt_graphics_ColorSuccess0.013
test_consistency_MouseSelection[1]Success0.018
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.006
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.003
test_indexOfLorg_eclipse_swt_widgets_MenuItemSuccess0.003
test_ConstructorLorg_eclipse_swt_graphics_DeviceLorg_eclipse_swt_graphics_RGBASuccess0.002
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.005
test_computeTrimIIIISuccess0.006
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.011
test_getMonitorSuccess0.003
test_setSelectionLorg_eclipse_swt_graphics_PointSuccess0.013
test_getEditableSuccess0.005
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.010
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.005
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.003
test_setLinesVisibleZSuccess0.005
test_getShellSuccess0.010
test_cutTextInBlockSelectionSuccess0.008
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.003
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.023
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.016
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.004
test_fillRoundRectangleIIIIIISuccess0.003
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.006
test_isReparentableSuccess0.003
test_pasteSuccess0.028
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListener[2]Success0.007
test_setEnabledZSuccess0.016
test_getHorizontalBarSuccess0.006
test_getRGBsSuccess0.000
test_ConstructorISuccess0.000
test_addSelectionListenerWidgetSelectedAdapterLorg_eclipse_swt_events_SelectionListenerSuccess0.004
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.004
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.007
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.000
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.008
test_traverseISuccess0.006
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.002
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListener[2]Success0.005
test_setForegroundAlphaLorg_eclipse_swt_graphics_Color[2]Success0.005
test_redrawSuccess0.005
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.004
test_consistency_PgdwnSelectionSuccess0.014
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_setBoundsIIIISuccess0.003
test_setBoundsLorg_eclipse_swt_graphics_Rectangle[0]Success0.007
test_setRedrawZSuccess0.007
test_setDataLjava_lang_ObjectSuccess0.004
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.004
test_setBackgroundDateDateTime[1]Success0.010
test_getDisplaySuccess0.006
test_scrollIIIIIIZSuccess0.005
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_getAlignmentSuccess0.005
test_consistency_DragDetectSuccess0.004
test_getDoubleClickTimeSuccess0.222
test_consistency_DragDetect[1]Success0.024
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.007
test_variableToFixedLineHeightSuccess1.135
test_getShellSuccess0.007
test_setParentLorg_eclipse_swt_widgets_Composite[0]Success0.017
test_setFocusSuccess0.006
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.003
test_isDisposedSuccess0.006
test_ConstructorLorg_eclipse_swt_widgets_EventSuccess0.002
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_isEnabled[0]Success0.006
test_setStyleRangeLorg_eclipse_swt_custom_StyleRangeSuccess0.087
test_addVerifyListenerLorg_eclipse_swt_events_VerifyListenerSuccess0.112
test_toDisplayIISuccess0.005
test_getItemCountSuccess0.020
test_getParentSuccess0.007
test_setSelectionForegroundLorg_eclipse_swt_graphics_ColorSuccess0.004
test_toControlII[0]Success0.006
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.006
test_getShellSuccess0.003
test_toDisplayIISuccess0.007
test_ConstructorISuccess0.003
test_consistency_DragDetectSuccess0.004
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_Color[2]Success0.004
test_ConstructorLorg_eclipse_swt_widgets_TreeItemISuccess0.008
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.003
test_getTextIISuccess0.008
test_consistency_MenuDetectSuccess0.008
test_deselectAllSuccess0.006
test_addVerifyKeyListenerLorg_eclipse_swt_custom_VerifyKeyListenerSuccess0.009
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.003
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.005
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.005
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.004
test_getLocationSuccess0.006
test_setRedrawZSuccess0.006
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.003
test_drawTextLjava_lang_StringIISuccess0.005
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.006
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_setTextLjava_lang_StringSuccess0.004
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.006
test_equalsLjava_lang_ObjectSuccess0.000
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.004
test_setFocusSuccess0.208
test_getGridLineWidthSuccess0.006
test_isEnabledSuccess0.023
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.005
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.008
test_removeAllSuccess0.008
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.003
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.004
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.004
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.011
test_addLjava_lang_StringSuccess0.021
test_consistency_KeySelectionSuccess0.009
test_packZSuccess0.007
test_drawArcIIIIIISuccess0.005
test_requestLayoutLSuccess0.005
test_indexOfLorg_eclipse_swt_widgets_TableItemSuccess0.037
test_getLinePixelSuccess0.007
test_ConstructorSuccess0.246
test_intersectLorg_eclipse_swt_graphics_RectangleSuccess0.000
test_getMessageLjava_lang_StringSuccess0.002
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_isReparentableSuccess0.004
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.006
test_toDisplayIISuccess0.014
test_packSuccess0.024
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.003
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.005
test_setForegroundAlphaCalendarDateTime[1]Success0.007
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.005
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.004
test_computeTrimIIIISuccess0.011
test_isFocusControlSuccess0.004
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.008
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.007
test_isEnabledSuccess0.005
test_getAccessibleSuccess0.003
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.004
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.007
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_getTopPixelSuccess0.042
test_getClientAreaSuccess0.006
test_showSelectionSuccess0.007
test_setForegroundAlphaCheckButtonSuccess0.004
test_setHeaderForegroundLorg_eclipse_swt_graphics_ColorSuccess0.006
test_trippleClickSelectsSentanceSuccess0.004
test_setFocusSuccess0.004
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.007
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_consistency_DragDetectSuccess0.005
test_ConstructorLorg_eclipse_swt_widgets_ShellSuccess0.006
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.006
test_isDisposedSuccess0.007
test_getLocationSuccess0.009
test_toControlII[1]Success0.008
test_getBorderWidth[2]Success0.008
testLittleFontSeveralRangesSuccess0.005
test_redrawIIIIZSuccess0.005
test_getLocationSuccess0.006
test_addImageLoaderListenerLorg_eclipse_swt_graphics_ImageLoaderListenerSuccess0.003
test_getMonitorSuccess0.006
test_traverseISuccess0.044
test_setExpandedZSuccess0.009
test_getBorderWidthSuccess0.004
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_getColumnsSuccess0.009
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_toControlIISuccess0.003
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.006
test_getVerticalBarSuccess0.007
test_consistency_MouseSelectionSuccess0.021
test_setEnabledZ[1]Success0.005
test_setSelectionISuccess0.005
test_setLineBackgroundIILorg_eclipse_swt_graphics_ColorSuccess0.020
test_getDisplaySuccess0.004
test_getLocationSuccess0.003
test_setFocus[2]Success0.005
test_getDisplaySuccess0.006
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.011
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.003
test_packZSuccess0.005
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListener[0]Success0.006
test_consistency_MenuDetectSuccess0.003
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.009
test_setCaretLorg_eclipse_swt_widgets_CaretSuccess0.006
test_setCursorLocationIISuccess0.413
test_packZSuccess0.003
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.004
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.004
test_addSelectionListenerLorg_eclipse_swt_events_SelectionListenerSuccess0.006
test_setToolTipTextLjava_lang_StringSuccess0.006
test_isReparentableSuccess0.003
test_isEnabledSuccess0.005
test_toStringSuccess0.004
test_setEnabledZSuccess0.020
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.005
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.017
test_setDataLjava_lang_ObjectSuccess0.009
test_closeSuccess0.031
test_computeSizeIISuccess0.003
test_toStringSuccess0.001
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.005
test_addShellListenerShellActivatedAdapterLorg_eclipse_swt_events_ShellListenerSuccess0.010
test_addSelectionListenerLorg_eclipse_swt_events_SelectionListenerSuccess0.006
test_setSizeIISuccess0.002
test_getChildrenSuccess0.007
test_setVisibility_and_sizingSuccess0.012
test_getHorizontalBarSuccess0.006
test_consistency_MouseSelectionSuccess0.005
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.002
test_removeLjava_lang_StringSuccess0.026
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.003
test_errorILjava_lang_ThrowableSuccess0.000
test_syncExecLjava_lang_RunnableSuccess0.249
test_toStringSuccess0.003
test_getSelectionSuccess0.003
test_isReparentable[2]Success0.007
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_toStringSuccess0.004
test_getDisplaySuccess0.005
test_setSelectionISuccess0.011
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.004
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.003
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.004
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.004
test_isEnabledSuccess0.006
test_computeSizeIIZSuccess0.008
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.005
test_setRedrawZSuccess0.003
test_getOffsetAtLocationLorg_eclipse_swt_graphics_PointSuccess0.005
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.007
test_redrawSuccess0.005
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.003
test_getDisplaySuccess0.003
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.013
test_cutAndPasteInBlockSelectionSuccess0.022
test_removeListenerILorg_eclipse_swt_widgets_Listener[2]Success0.006
test_packSuccess0.005
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.006
test_redrawSuccess0.003
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.006
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.003
test_ConstructorLorg_eclipse_swt_graphics_DeviceLorg_eclipse_swt_graphics_RectangleSuccess0.000
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.004
test_mapLorg_eclipse_swt_widgets_ControlLorg_eclipse_swt_widgets_ControlIIIISuccess0.392
test_packZSuccess0.015
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.024
test_isEnabledSuccess0.004
test_setDataLjava_lang_ObjectSuccess0.004
test_toStringSuccess0.008
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.018
test_getTransparencyTypeSuccess0.001
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.006
test_addSelectionListenerLorg_eclipse_swt_events_SelectionListenerSuccess0.012
test_packZSuccess0.004
test_setFocusSuccess0.004
test_toStringSuccess0.004
test_isEnabledSuccess0.272
test_equalsLjava_lang_ObjectSuccess0.029
test_getLineHeightSuccess0.021
test_setEnabledZ[2]Success0.005
test_setBoundsIIIISuccess0.003
test_getSelectionSuccess0.030
test_setVisibleZSuccess0.004
test_addShellListenerShellDeactivatedAdapterLorg_eclipse_swt_events_ShellListenerSuccess0.009
test_getRGBISuccess0.000
test_toStringSuccess0.000
test_toString[1]Success0.006
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.006
test_setMessageLjava_lang_StringSuccess0.003
test_computeTrimIIIISuccess0.005
test_getSelectionBackgroundSuccess0.028
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.004
test_getDoubleClickEnabledSuccess0.006
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.003
test_requestLayoutLSuccess0.004
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.006
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.004
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.006
test_setVisibility_and_sizingSuccess0.015
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.008
test_setTabList$Lorg_eclipse_swt_widgets_ControlSuccess0.004
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.004
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.012
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.009
test_ConstructorLorg_eclipse_swt_widgets_MenuISuccess0.007
test_getDisplaySuccess0.009
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListener[0]Success0.006
test_setBackgroundAlphaCalendarDateTime[2]Success0.005
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.006
test_ConstructorLjava_io_InputStreamSuccess0.001
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_chevronAppearanceChangedSuccess0.050
test_toDisplayIISuccess0.011
test_setCaptureZSuccess0.024
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.003
test_getDisplaySuccess0.004
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.003
test_setBackgroundAlphaTimeDateTime[1]Success0.007
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.004
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.005
test_isVisible[2]Success0.017
test_getStyleSuccess0.011
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.006
test_setTabList$Lorg_eclipse_swt_widgets_ControlSuccess0.006
test_hashCodeSuccess0.002
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.006
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.004
test_consistency_ModifySuccess0.080
test_toControlIISuccess0.003
test_setSelectionISuccess0.005
test_getLineBoundsSuccess0.003
test_setMenuLorg_eclipse_swt_widgets_Menu[1]Success0.008
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.005
test_getLineIndexSuccess0.001
test_isEnabledSuccess0.003
test_getHorizontalBarSuccess0.004
test_equalsLjava_lang_ObjectSuccess0.001
test_addKeyListenerLorg_eclipse_swt_events_KeyListener[1]Success0.005
test_ConstructorLorg_eclipse_swt_widgets_ShellISuccess0.005
test_setLayoutDataLjava_lang_ObjectSuccess0.005
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.009
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.006
test_traverseISuccess0.003
test_computeTrimIIIISuccess0.004
test_getParentSuccess0.005
test_setDataLjava_lang_ObjectSuccess0.013
test_requestLayoutLSuccess0.003
test_getHorizontalBarSuccess0.011
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.008
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.007
test_getDisplaySuccess0.034
test_setDefaultButtonLorg_eclipse_swt_widgets_ButtonSuccess0.007
test_disposeItemNotTriggerSelectionSuccess3.037
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.004
test_setVisibleZSuccess0.004
test_getAccessibleSuccess0.003
test_setForegroundILorg_eclipse_swt_graphics_ColorSuccess0.008
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.004
test_requestLayoutLSuccess0.013
test_setBackgroundCalendarDateTime[0]Success0.012
test_addListenerILorg_eclipse_swt_widgets_Listener[1]Success0.007
test_setFocus_toChild_beforeOpenSuccess0.022
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.004
test_getLocationSuccess0.003
test_packZSuccess0.008
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.006
test_removeIISuccess0.065
test_setFocus_toChild_beforeOpenSuccess0.025
test_getDisplaySuccess0.009
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.005
test_getParentItemSuccess0.008
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_WidgetI[0]Success0.007
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.008
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.004
test_setLocationIISuccess0.003
test_showSelectionSuccess0.027
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.003
test_setLayoutDataLjava_lang_ObjectSuccess0.007
test_getDisplaySuccess0.004
test_isFocusControlSuccess0.003
test_traverseISuccess0.003
test_getSelectionCountInBlockSelectionSuccess0.008
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.004
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.007
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.004
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.005
test_ConstructorLorg_eclipse_swt_widgets_DisplayISuccess0.044
test_getSizeSuccess0.022
test_setCaptureZSuccess0.009
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.022
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.005
test_getMinimumSuccess0.003
test_computeSizeIIZ[0]Success0.006
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.011
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.005
test_setCaptureZSuccess0.004
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.004
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.004
test_setDateIII[0]Success0.012
test_setVisibleZSuccess0.005
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_setEnabledZSuccess0.009
test_redrawSuccess0.007
test_getLocationSuccess0.006
test_setRedrawZ[2]Success0.003
test_setToolTipTextLjava_lang_StringSuccess0.003
test_setLayoutDataLjava_lang_ObjectSuccess0.002
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.007
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.010
test_getSyncThreadSuccess0.446
test_setIncrementISuccess0.032
test_setLocationIISuccess0.004
test_requestLayoutLSuccess0.006
test_setLocationIISuccess0.009
test_equalsLjava_lang_ObjectSuccess0.000
test_getSegmentsSuccess0.001
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.017
test_computeSizeII[2]Success0.008
test_setLayoutDataLjava_lang_ObjectSuccess0.007
test_toStringSuccess0.006
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.004
test_ConstructorLorg_eclipse_swt_graphics_DeviceLorg_eclipse_swt_graphics_ImageDataLorg_eclipse_swt_graphics_ImageDataSuccess0.001
test_ConstructorLorg_eclipse_swt_graphics_DeviceLjava_lang_StringIISuccess0.001
test_setDateIII[2]Success0.005
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.004
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.003
test_getKeyBindingISuccess0.005
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.003
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.005
test_toStringSuccess0.004
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.006
test_setTopIndexISuccess0.005
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.005
test_getSelectionCountSuccess0.012
test_indexOfLjava_lang_StringSuccess0.007
test_setLayoutDataLjava_lang_ObjectSuccess0.006
test_toDisplayIISuccess0.004
test_getTopIndexSuccess0.006
test_setAlignmentSuccess0.024
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_getItemCountSuccess0.005
test_computeSizeIIZSuccess0.006
test_getShellSuccess0.005
test_setFontILorg_eclipse_swt_graphics_FontSuccess0.011
test_setSizeIISuccess0.007
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.007
test_consistency_MouseExpandSuccess0.009
test_isReparentable[1]Success0.006
test_addSelectionListenerWidgetSelectedAdapterLorg_eclipse_swt_events_SelectionListener[0]Success0.007
test_setSizeIISuccess0.013
test_printStackTraceSuccess0.002
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.008
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.004
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.004
test_setCaretOffsetISuccess0.007
test_ConstructorISuccess0.000
test_computeTrimIIIISuccess0.010
test_removeIISuccess0.021
test_forceActiveSuccess0.009
test_getParentSuccess0.008
test_getOrientationSuccess0.005
test_addSelectionListenerLorg_eclipse_swt_events_SelectionListenerSuccess0.012
test_getHorizontalBarSuccess0.004
test_getItemHeightSuccess0.015
test_toStringSuccess0.006
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.005
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.006
test_getParent[0]Success0.005
test_setFocus_toChild_beforeOpenSuccess0.012
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.007
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.004
test_setBoundsIIIISuccess0.009
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.004
test_isDisposedSuccess0.003
test_ConstructorISuccess0.000
test_getTextHeightSuccess0.011
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.011
test_setToolTipTextLjava_lang_StringSuccess0.006
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_setFocus_toChild_afterOpenSuccess0.030
test_setRedrawZSuccess0.003
test_setVisibility_and_sizingSuccess0.016
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.007
test_setEnabledZSuccess0.018
test_addLineBackgroundListenerLorg_eclipse_swt_custom_LineBackgroundListenerSuccess0.007
test_setAlphaSuccess0.023
test_removeVerifyKeyListenerLorg_eclipse_swt_custom_VerifyKeyListenerSuccess0.007
test_setEnabledZSuccess0.006
test_setText$Ljava_lang_StringSuccess0.019
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.002
test_toDisplayIISuccess0.007
test_setLocationIISuccess0.006
test_computeSizeIISuccess0.006
test_fillRectangleLorg_eclipse_swt_graphics_RectangleSuccess0.004
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.004
test_setRedrawZ[0]Success0.005
test_getBorderWidthSuccess0.009
test_ConstructorLorg_eclipse_swt_widgets_TableISuccess0.009
test_setBackgroundTimeDateTime[1]Success0.011
test_getDigitsSuccess0.006
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.005
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.007
test_getItemsSuccess0.018
test_toDisplayIISuccess0.005
test_ConstructorLorg_eclipse_swt_widgets_ControlSuccess0.003
test_setBoundsIIIISuccess0.004
test_setSelection$Lorg_eclipse_swt_widgets_TreeItemSuccess0.012
test_setLocationIISuccess0.011
test_getSelectionSuccess0.011
test_redrawSuccess0.010
test_setRedrawZSuccess0.002
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.014
test_scrollIIIIIIZSuccess0.007
test_ConstructorLorg_eclipse_swt_widgets_EventSuccess0.003
test_beepSuccess0.257
test_ConstructorLorg_eclipse_swt_widgets_TreeIISuccess0.008
test_setCaptureZSuccess0.003
test_getLocation[2]Success0.004
test_setEnabledZSuccess0.003
test_setFocus_toChild_beforeOpenSuccess0.013
test_setDataLjava_lang_ObjectSuccess0.003
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.008
test_selectAllInBlockSelectionModeSuccess0.010
test_setVisibleZSuccess0.006
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_setFocus_toChild_beforeOpenSuccess0.021
test_toString[0]Success0.006
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_removeModifyListenerLorg_eclipse_swt_events_ModifyListenerSuccess0.012
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.007
test_redrawSuccess0.014
test_setLayoutDataLjava_lang_ObjectSuccess0.004
test_setImageIndentISuccess0.008
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.004
test_getDisplaySuccess0.006
test_setSizeIISuccess0.004
test_getItemCountSuccess0.007
test_setTextLjava_lang_StringSuccess0.006
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.011
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListener[1]Success0.007
test_setForegroundAlphaLorg_eclipse_swt_graphics_Color[0]Success0.006
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.004
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.006
test_requestLayoutLSuccess0.006
test_traverseISuccess0.004
test_setTextDirection[1]Success0.010
test_redrawSuccess0.006
test_isDisposedSuccess0.014
test_getMonitorSuccess0.004
test_setEditableZSuccess0.014
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_setYearI[2]Success0.005
test_getToolTipTextSuccess0.008
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.007
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListener[2]Success0.009
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.003
test_toStringSuccess0.004
test_getDisplaySuccess0.002
test_setSelectionForegroundLorg_eclipse_swt_graphics_ColorSuccess0.014
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.015
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.003
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.004
test_updateSuccess0.257
test_getVersionSuccess0.002
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.008
test_getColumnCountSuccess0.008
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.010
test_isDisposedSuccess0.006
test_ConstructorLorg_eclipse_swt_widgets_EventSuccess0.002
test_getVerticalBarSuccess0.020
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.007
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.003
test_setSelectionISuccess0.005
test_selectAllSuccess0.008
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListener[1]Success0.005
test_checkSizeSuccess0.000
test_setEnabledZSuccess0.004
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.004
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_ConstructorIIISuccess0.003
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.003
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.005
test_toStringSuccess0.000
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListener[0]Success0.006
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.008
test_getDisplaySuccess0.004
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.003
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.005
test_setFocusSuccess0.003
test_setLocationII[0]Success0.005
test_loadLjava_lang_StringSuccess0.000
test_setContentSuccess0.009
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.008
test_computeTrimIIIISuccess0.004
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.003
test_getDefaultSuccess0.322
test_setPixelsIII$IISuccess0.000
test_updateSuccess0.003
test_getShellSuccess0.004
test_deselectIISuccess0.008
test_getShellSuccess0.004
test_getActiveShellSuccess0.415
test_getParentSuccess0.003
test_addBidiSegmentListenerLorg_eclipse_swt_custom_BidiSegmentListenerSuccess0.006
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.007
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.026
test_isFocusControlSuccess0.005
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.021
test_setValuesSuccess0.010
test_addFocusListenerLorg_eclipse_swt_events_FocusListener[2]Success0.003
test_update[0]Success0.006
test_setFocusSuccess0.005
test_setAlignmentISuccess0.004
test_isFocusControlSuccess0.003
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.004
test_addSelectionListenerWidgetSelectedAdapterLorg_eclipse_swt_events_SelectionListenerSuccess0.005
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_selectISuccess0.013
test_setCaptureZ[0]Success0.005
test_getParentSuccess0.004
test_isDisposedSuccess0.006
test_getShellSuccess0.003
test_setTopIndexISuccess0.011
test_setRedrawZSuccess0.006
test_getTopIndexSuccess0.005
test_getPrinterDataSuccess0.000
test_ConstructorLorg_eclipse_swt_widgets_ShellSuccess0.007
test_setFocusSuccess0.008
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.004
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.003
test_setVisibleZ[1]Success0.005
test_removeSelectionListenerLorg_eclipse_swt_events_SelectionListenerSuccess0.008
test_isTextSelectedInBlockSelectionSuccess0.006
test_setTextDirection[0]Success0.006
test_setAlphaIIISuccess0.000
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_getMessageSuccess0.000
test_getTabsSuccess0.031
test_addCaretListener_CaretListenerCalledSuccess0.015
test_setDayI[1]Success0.007
test_setCursorLocationLorg_eclipse_swt_graphics_PointSuccess0.411
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_getSelectionIndicesSuccess0.010
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.006
test_setSizeIISuccess0.010
test_setTextDirectionSuccess0.005
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.012
test_setLocationIISuccess0.004
test_getItemISuccess0.006
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_setItemILjava_lang_StringSuccess0.006
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.004
test_computeSizeII[0]Success0.006
test_redrawIIIIZSuccess0.004
test_packSuccess0.006
test_consistency_EnterSelectionSuccess0.009
test_setLayoutDataLjava_lang_ObjectSuccess0.005
test_addPaintListenerLorg_eclipse_swt_events_PaintListener[2]Success0.004
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.007
test_toStringSuccess0.004
test_setDataLjava_lang_ObjectSuccess0.092
test_setLocationIISuccess0.004
test_getShellSuccess0.006
test_isUnstyledSuccess0.000
test_getPlatformSuccess0.000
test_setTabsISuccess0.019
test_ConstructorLorg_eclipse_swt_widgets_CompositeI[1]Success0.029
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.004
test_setItemCountISuccess0.007
test_getLocationSuccess0.001
test_isDisposedSuccess0.008
test_requestLayoutLSuccess0.007
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.005
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.004
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.007
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.006
test_addAccessibleListenerLorg_eclipse_swt_accessibility_AccessibleListenerSuccess0.003
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListener[1]Success0.006
test_getVerticalBarSuccess0.007
test_isReparentable[0]Success0.005
test_traverseI[1]Success0.005
test_getSelectionIndexSuccess0.009
test_setForegroundAfterBackgroundSuccess0.033
test_consistency_SpaceSelectionSuccess0.007
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.002
test_setNameLjava_lang_StringSuccess0.000
test_computeSizeIIZSuccess0.012
test_isEnabledSuccess0.006
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.007
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.008
test_setToolTipTextLjava_lang_StringSuccess0.004
test_drawLineIIIISuccess0.027
test_setTimeIII[1]Success0.007
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.005
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.002
test_consistency_MenuDetectSuccess0.008
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.003
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.008
test_getShell[2]Success0.008
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.012
test_addSelectionListenerLorg_eclipse_swt_events_SelectionListenerSuccess0.025
test_consistency_PgupSelectionSuccess0.017
test_toStringSuccess0.003
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.004
test_consistency_DragDetect[0]Success0.023
test_setLineStyleISuccess0.004
test_setBlockSelectionBounds_updatesNormalSelectionIfNotInBlockModeSuccess0.020
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.006
test_addSelectionListenerWidgetSelectedAdapterLorg_eclipse_swt_events_SelectionListenerSuccess0.004
test_setFocusSuccess0.004
test_getAccessibleSuccess0.003
test_toControlIISuccess0.015
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.036
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_packZSuccess0.004
test_setRedrawZSuccess0.004
test_getShellSuccess0.008
test_getParentSuccess0.010
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.021
test_setLayoutDataLjava_lang_ObjectSuccess0.006
test_getMonitorSuccess0.017
test_marginsCorrectSuccess0.010
test_getTransparencyMaskSuccess0.001
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.024
test_ConstructorLorg_eclipse_swt_graphics_DeviceISuccess0.235
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.007
test_ConstructorLorg_eclipse_swt_widgets_EventSuccess0.004
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.009
test_setVisibleZSuccess0.004
test_getMonitorSuccess0.004
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.005
test_isReparentableSuccess0.004
test_getSelectionCountSuccess0.011
test_getItemISuccess0.007
test_indexOfLjava_lang_StringISuccess0.007
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.004
test_ConstructorSuccess0.000
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.024
test_setKeyBindingIISuccess0.006
test_toStringSuccess0.003
test_packZSuccess0.008
test_deselectIISuccess0.015
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.005
test_isDisposedSuccess0.023
test_selectIISuccess0.013
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.004
test_hashCodeSuccess0.000
test_getAccessibleSuccess0.003
test_consistency_EnterSelectionSuccess0.013
test_setRedrawZSuccess0.007
test_setFocusSuccess0.005
test_setTextLjava_lang_StringSuccess0.007
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.040
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.009
test_ConstructorSuccess0.000
test_packZSuccess0.003
test_updateSuccess0.008
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.007
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListener[0]Success0.006
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.020
test_updateSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_TreeISuccess0.008
test_getDisplaySuccess0.008
test_setFocus[1]Success0.007
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.005
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.004
test_getBoundsSuccess0.000
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.098
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.006
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.004
test_consistency_MouseSelectionSuccess0.012
test_getHorizontalBarSuccess0.005
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.004
test_consistency_DoubleClickSuccess0.011
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.004
test_getMinimumSuccess0.007
test_setRedrawZSuccess0.003
test_addModifyListenerLorg_eclipse_swt_events_ModifyListenerSuccess0.013
test_setHeaderBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.008
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.084
test_getChildrenSuccess0.013
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.005
test_isDisposedSuccess0.003
test_postLorg_eclipse_swt_widgets_EventSuccess0.000
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.008
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.027
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.003
test_setLayoutDataLjava_lang_Object[2]Success0.007
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.008
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.022
test_getHorizontalBarSuccess0.003
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.004
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.003
test_getItemHeightSuccess0.006
test_redrawIIIIZSuccess0.005
test_isReparentableSuccess0.006
test_getShellSuccess0.004
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.002
test_getHorizontalBarSuccess0.022
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.004
test_getCharWidthCSuccess0.004
test_getClientAreaSuccess0.004
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.003
test_setTabList$Lorg_eclipse_swt_widgets_ControlSuccess0.010
test_isEnabledSuccess0.006
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.007
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.004
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.008
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.006
test_updateSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.003
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_deselectAllSuccess0.009
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.004
test_setBackgroundAlphaRadioButtonSuccess0.004
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.005
test_setLocationIISuccess0.007
test_isVisibleSuccess0.072
test_isVisible[1]Success0.014
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.017
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.013
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.004
test_getMonitorSuccess0.003
test_getItemCountSuccess0.008
test_getChildrenSuccess0.006
test_getDisplaySuccess0.006
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.004
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.009
test_intersectsLorg_eclipse_swt_graphics_RectangleSuccess0.000
test_getChildrenSuccess0.007
test_removeISuccess0.009
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.005
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.003
test_setTabList$Lorg_eclipse_swt_widgets_ControlSuccess0.005
test_setEnabledZSuccess0.004
test_getItemISuccess0.013
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.007
test_setLayoutSuccess0.005
test_getChildrenSuccess0.005
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.004
test_deselectISuccess0.007
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.003
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_Color[0]Success0.006
test_getLocationSuccess0.004
test_addControlListenerLorg_eclipse_swt_events_ControlListener[1]Success0.008
test_getTextSuccess0.000
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.024
test_getWarningsSuccess0.288
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.009
test_consistency_ThumbSelectionSuccess0.003
test_getOriginSuccess0.014
test_getAccessibleSuccess0.005
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.004
test_redrawIIIIZ[1]Success0.006
test_updateSuccess0.003
test_scrollIIIIIIZSuccess0.010
test_remove$ISuccess0.009
test_setVisibleZSuccess0.003
test_addMenuListenerMenuShownAdapterLorg_eclipse_swt_events_MenuListenerSuccess0.004
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.003
test_getAccessibleSuccess0.003
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.006
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.004
test_getEchoCharSuccess0.025
test_setPixelsIII$BISuccess0.000
test_getItemHeightSuccess0.008
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.009
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.009
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_setImageLorg_eclipse_swt_graphics_ImageSuccess0.010
test_addTreeListenerTreeCollapsedAdapterLorg_eclipse_swt_events_TreeListenerSuccess0.007
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_isDisposed[0]Success0.008
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.007
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.003
test_setLinesVisibleZSuccess0.007
test_setEnabledZ[0]Success0.007
test_setCaptureZSuccess0.005
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.005
test_getShellSuccess0.012
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.003
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.011
test_copySuccess0.016
test_isReparentableSuccess0.005
test_setForegroundAlphaDateDateTime[2]Success0.007
test_getTextSuccess0.009
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.009
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.023
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.003
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_consistency_EnterSelectionSuccess0.024
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.007
test_isEnabledSuccess0.004
test_setBoundsIIIISuccess0.010
test_disposeExecLjava_lang_RunnableSuccess0.276
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.004
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.008
test_consistency_DoubleClickSuccess0.005
test_toStringSuccess0.004
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.006
test_getParentSuccess0.006
test_getSelectionForegroundSuccess0.012
test_setVisibility_and_sizingSuccess0.010
test_traverseISuccess0.004
test_setDataLjava_lang_ObjectSuccess0.011
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.022
test_ConstructorLorg_eclipse_swt_widgets_ShellSuccess0.006
test_isReparentableSuccess0.004
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.003
test_getAccessibleSuccess0.011
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.007
test_getLocationSuccess0.006
test_getParent[1]Success0.005
test_setControlLorg_eclipse_swt_widgets_ControlSuccess0.009
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.006
test_ConstructorIILorg_eclipse_swt_graphics_ColorLorg_eclipse_swt_graphics_ColorISuccess0.000
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.012
test_toStringSuccess0.004
test_consistency_DragDetectSuccess0.037
test_getStyleSuccess0.004
test_computeSizeIIZSuccess0.004
test_getClientAreaSuccess0.003
test_setDataLjava_lang_ObjectSuccess0.003
test_getShellSuccess0.003
test_setSelectionIISuccess0.015
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.003
test_getPageIncrementSuccess0.005
test_getHorizontalBarSuccess0.007
test_getCursorControlSuccess0.280
test_getAccessibleSuccess0.005
test_getMonitorSuccess0.005
test_getClientAreaSuccess0.003
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.006
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.007
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.003
test_packSuccess0.003
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.006
test_removeLineBackgroundListenerLorg_eclipse_swt_custom_LineBackgroundListenerSuccess0.006
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.006
test_getParentSuccess0.003
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.018
test_isDisposedSuccess0.003
test_setCaptureZSuccess0.004
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.004
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.010
test_getAverageCharWidthSuccess0.004
test_addMouseListenerLorg_eclipse_swt_events_MouseListener[2]Success0.003
test_cutSuccess0.020
test_setDataLjava_lang_ObjectSuccess0.022
test_getParentSuccess0.003
test_setEnabledZSuccess0.003
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.006
test_setRedrawZSuccess0.004
test_toStringSuccess0.004
test_getItemCountSuccess0.011
test_isReparentableSuccess0.004
test_getTextSuccess0.014
test_getChildrenSuccess0.006
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.004
test_getVerticalBarSuccess0.004
test_setCaptureZSuccess0.003
test_toStringSuccess0.003
test_setAlignmentISuccess0.013
test_updateSuccess0.015
test_computeSizeIIZSuccess0.004
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.026
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.015
test_getMonitorSuccess0.006
test_computeSizeIIZSuccess0.007
test_ConstructorFFFFSuccess0.000
test_computeTrimIIIISuccess0.008
test_getBorderWidthSuccess0.003
test_toStringSuccess0.006
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.004
test_setMinSizeSuccess0.003
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.009
test_isEnabledSuccess0.006
test_ConstructorLorg_eclipse_swt_graphics_Device_ImageDataProviderSuccess0.002
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.006
test_setDataLjava_lang_ObjectSuccess0.005
test_ConstructorIISuccess0.000
test_packSuccess0.003
test_addSelectionListenerWidgetSelectedListenerLorg_eclipse_swt_events_SelectionListenerSuccess0.010
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_clickUpdatesCaretPositionSuccess0.005
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_setSelectionZSuccess0.005
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.005
test_setRGBLorg_eclipse_swt_graphics_RGBSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.003
test_setBoundsIIIISuccess0.003
test_getEditableSuccess0.031
test_drawRoundRectangleIIIIIISuccess0.006
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.009
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.006
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.003
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.003
test_setTextDirectionSuccess0.003
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.005
test_isVisibleSuccess0.019
test_setVisibleZSuccess0.003
test_setActiveSuccess0.007
test_ConstructorLjava_lang_ObjectSuccess0.006
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.012
test_computeSizeIISuccess0.003
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_getAccessibleSuccess0.003
test_setForegroundAlphaCalendarDateTime[0]Success0.007
test_getBoundsSuccess0.249
test_selectAllSuccess0.006
test_computeTrimIIIISuccess0.003
test_getNextOffset2Success0.000
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.003
test_setForegroundDateDateTime[2]Success0.009
test_getParentSuccess0.005
test_fillArcIIIIIISuccess0.008
test_packSuccess0.006
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.009
test_ConstructorLorg_eclipse_swt_widgets_TableIISuccess0.008
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.003
test_getGridLineWidthSuccess0.006
test_setBackgroundCalendarDateTime[2]Success0.009
test_consistency_DragDetectSuccess0.010
test_computeSizeIIZSuccess0.003
test_setBoundsIIII[2]Success0.007
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.005
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.039
test_setForegroundLorg_eclipse_swt_graphics_Color[2]Success0.008
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.006
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.006
test_setVisibility_and_sizingSuccess0.011
test_ConstructorLorg_eclipse_swt_graphics_DeviceLorg_eclipse_swt_graphics_ImageDataSuccess0.001
test_setTextLjava_lang_StringSuccess0.003
test_setFilterNames$Ljava_lang_StringSuccess0.003
test_toDisplayIISuccess0.003
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.003
test_consistency_TroughSelectionSuccess0.003
test_setTextLjava_lang_StringSuccess0.007
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.006
test_setFocus_toChild_afterOpenSuccess0.025
test_getImageBoundsISuccess0.030
test_setSelectionISuccess0.018
test_redrawIIIIZSuccess0.003
test_ConstructorLorg_eclipse_swt_graphics_Device_ImageFileNameProviderSuccess0.003
test_toDisplayIISuccess0.031
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.003
testFontSuccess0.008
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.006
test_setRedrawZSuccess0.012
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_setDataLjava_lang_ObjectSuccess0.003
test_intersectLorg_eclipse_swt_graphics_RegionSuccess0.000
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.008
test_consistency_KeySelectionSuccess0.010
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.030
test_getBorderWidthSuccess0.004
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.006
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.012
test_getColumnsSuccess0.008
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.004
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.007
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.014
test_toStringSuccess0.000
test_toStringSuccess0.003
test_getBoundsSuccess0.000
test_consistency_MenuDetectSuccess0.008
test_getMonitorSuccess0.006
test_getShellSuccess0.004
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.004
test_setLayoutDataLjava_lang_ObjectSuccess0.003
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.004
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_WidgetI[2]Success0.022
test_consistency_MenuDetectSuccess0.003
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.004
test_drawOvalIIIISuccess0.004
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.072
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.017
test_getTextLimitSuccess2.966
test_setHorizontalPixelISuccess0.009
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.004
test_openSuccess0.027
test_packZSuccess0.003
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.006
test_computeSizeIIZSuccess0.003
test_addExtendedModifyListenerLorg_eclipse_swt_custom_ExtendedModifyListenerSuccess0.006
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.004
test_setTextLjava_lang_StringSuccess0.005
test_setTextLimitISuccess0.008
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_isDisposed[2]Success0.008
test_isDisposedSuccess0.006
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.006
test_setTextDirectionSuccess0.012
test_getLineCountSuccess0.004
test_getControlSuccess0.008
test_setStyleRanges$Lorg_eclipse_swt_custom_StyleRangeSuccess0.005
test_setToolTipTextLjava_lang_String[1]Success0.005
test_setCaptureZSuccess0.006
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.003
test_removeISuccess0.013
test_setToolTipTextLjava_lang_StringSuccess0.022
test_setEnabledZSuccess0.004
test_getHeaderHeightSuccess0.007
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.023
test_setFocus_toChild_beforeOpenSuccess0.019
test_setTextLjava_lang_StringSuccess0.005
test_isTextSelectedSuccess0.046
test_computeTrimIIIISuccess0.008
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.003
test_setRedrawZSuccess0.033
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.008
test_ConstructorLorg_eclipse_swt_graphics_DeviceIIISuccess0.000
test_setAlignmentISuccess0.008
test_setImeInputModeISuccess0.009
testRiseSuccess0.006
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.005
test_setTopItemLorg_eclipse_swt_widgets_TreeItemSuccess0.065
test_removeLineStyleListenerLorg_eclipse_swt_custom_LineStyleListenerSuccess0.005
test_computeSizeIISuccess0.003
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.006
test_toControlLorg_eclipse_swt_graphics_Point[0]Success0.021
test_setLocationIISuccess0.004
test_getMonitorSuccess0.023
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_consistency_TroughSelectionSuccess0.003
test_getBorderWidthSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.003
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.003
test_setRedrawZSuccess0.007
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_printLorg_eclipse_swt_printing_PrinterSuccess0.019
test_getTopPixelSuccess0.005
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.005
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.005
test_getParentSuccess0.003
test_requestLayoutLSuccess0.018
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.006
test_getLineHeightSuccess0.008
test_setSizeIISuccess0.003
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.006
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.017
test_getChildrenSuccess0.009
test_redrawSuccess0.006
test_removeLjava_lang_StringSuccess0.011
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.004
test_setBackgroundAlphaCalendarDateTime[1]Success0.009
test_loadLjava_io_InputStreamSuccess0.003
test_isVisibleSuccess0.017
test_addLorg_eclipse_swt_graphics_RectangleSuccess0.000
test_isDisposedSuccess0.003
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.003
test_selectAllSuccess0.055
test_consistency_MouseSelectionSuccess0.009
test_isDisposedSuccess0.003
test_getParentSuccess0.004
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.003
test_getParentSuccess0.022
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.012
test_setPageIncrementISuccess0.004
test_setTextLjava_lang_StringSuccess0.008
test_setBackgroundAlphaLorg_eclipse_swt_graphics_Color[0]Success0.012
test_toStringSuccess0.003
test_toDisplayIISuccess0.003
test_setBoundsIIIISuccess0.015
test_isReparentableSuccess0.004
test_computeSizeIIZSuccess0.027
test_setFocusSuccess0.007
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.009
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.004
test_setCaptureZSuccess0.005
test_getClientAreaSuccess0.005
test_setRedrawZSuccess0.006
test_getMonitorSuccess0.007
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.003
test_traverseISuccess0.006
test_isDisposedSuccess0.003
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.044
test_setSelectionBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.005
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_isReparentableSuccess0.022
test_isVisibleSuccess0.009
test_isEnabledSuccess0.003
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_traverseI[2]Success0.007
test_deselectAllSuccess0.034
test_containsIISuccess0.000
test_setTabList$Lorg_eclipse_swt_widgets_ControlSuccess0.004
test_setDataLjava_lang_ObjectSuccess0.006
test_setLocationLorg_eclipse_swt_graphics_Point[1]Success0.007
test_subtractLorg_eclipse_swt_graphics_RectangleSuccess0.000
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.004
test_drawStringLjava_lang_StringIISuccess0.007
test_setForegroundAlphaSimpleComboSuccess0.016
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.004
test_addSelectionListenerLorg_eclipse_swt_events_SelectionListener[2]Success0.005
test_setVisibleZSuccess0.003
test_addWordMovementListener_passingNullThrowsExceptionSuccess0.007
test_packSuccess0.006
test_ConstructorLorg_eclipse_swt_widgets_MenuIISuccess0.006
test_setFocusSuccess0.038
test_moveAboveLorg_eclipse_swt_widgets_Control[0]Success0.006
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.004
test_ConstructorFFFSuccess0.000
test_setSelectionIISuccess0.005
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.002
test_setCaptureZSuccess0.012
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.012
test_printSuccess0.005
test_setFocus_toChild_beforeOpenSuccess0.021
test_requestLayoutLSuccess0.021
test_computeSizeIIZSuccess0.004
test_setSizeIISuccess0.008
test_childDisposesParentSuccess0.037
test_getImageSuccess0.007
test_setBoundsIIIISuccess0.003
test_asyncExecLjava_lang_Runnable_disposeSuccess0.244
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.004
test_setEnabledZSuccess0.003
test_addModifyListenerLorg_eclipse_swt_events_ModifyListenerSuccess0.025
test_getPixelsIII$IISuccess0.000
test_setForegroundDateDateTime[0]Success0.112
test_getSelectionRangesInBlockSelectionSuccess0.007
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.003
test_setImageLorg_eclipse_swt_graphics_ImageSuccess0.008
test_getFileNamesSuccess0.003
test_toControlIISuccess0.021
test_setVisibleZSuccess0.007
test_isReparentableSuccess0.004
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.004
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.008
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.008
test_setFocus_toChild_beforeOpenSuccess0.022
test_requestLayoutLSuccess0.005
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.006
test_getHorizontalBarSuccess0.004
test_setVisibleZSuccess0.003
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.003
test_toStringSuccess0.033
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.005
test_getBorderWidthSuccess0.006
test_setFocus_toChild_afterOpenSuccess0.012
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.003
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_EventSuccess0.003
test_setTabList$Lorg_eclipse_swt_widgets_ControlSuccess0.006
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.004
test_setBackgroundAlphaDropDownComboSuccess0.013
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.003
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.003
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_packSuccess0.003
test_setEnabledZSuccess0.006
test_getItemISuccess0.010
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.015
test_getParentItemSuccess0.006
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.004
test_getShellSuccess0.003
test_addFilterILorg_eclipse_swt_widgets_ListenerSuccess0.255
test_setVisibleZSuccess0.002
test_getHorizontalBarSuccess0.006
test_setForegroundAlphaCalendarDateTime[2]Success0.005
test_getAccessibleSuccess0.041
test_isDisposedSuccess0.004
test_setVisibleZSuccess0.005
test_ConstructorLjava_lang_StringSuccess0.001
test_getBoundsSuccess0.001
test_hashCodeSuccess0.015
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.004
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.009
test_setImage$Lorg_eclipse_swt_graphics_ImageSuccess0.020
test_getHorizontalIndexSuccess0.016
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.003
test_getBorderWidthSuccess0.003
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.004
test_getSegmentsCharsSuccess0.001
test_setBackgroundAlphaSimpleComboSuccess0.007
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.006
test_computeTrimIIIISuccess0.003
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListener[1]Success0.007
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.011
test_getShellSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.004
test_consistency_EnterSelectionSuccess0.009
test_consistency_SegmentsSuccess0.012
test_getParentSuccess0.022
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.003
test_setControlSuccess0.007
test_executeLjava_lang_StringSuccess0.005
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.004
test_computeTrimIIIISuccess0.004
test_getParentSuccess0.003
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.004
test_getLocation[1]Success0.005
test_isReparentableSuccess0.003
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.009
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListener[2]Success0.007
test_redrawSuccess0.008
test_packZSuccess0.006
test_setLayoutDataLjava_lang_ObjectSuccess0.003
test_computeSizeIISuccess0.004
test_verticalIndent_changeRelativeBoundsSuccess0.201
test_isVisibleSuccess0.018
test_setForegroundSimpleComboSuccess0.008
test_redrawSuccess0.004
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.004
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.008
test_setFocus_toChild_afterOpenSuccess0.029
test_addSelectionListenerWidgetSelectedAdapterLorg_eclipse_swt_events_SelectionListenerSuccess0.006
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.008
test_setDataLjava_lang_ObjectSuccess0.003
test_setLocationIISuccess0.003
test_ConstructorSuccess0.000
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.023
test_toStringSuccess0.002
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.003
test_setBoundsIIII[1]Success0.006
test_getItemsSuccess0.013
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.003
test_TabFolder_getChildrenSuccess0.023
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.006
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.011
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.003
test_removeWordMovementListener_invokeActionSelectWordCallsNoMethodsSuccess0.005
test_setFilterExtensions$Ljava_lang_StringSuccess0.003
test_setMonthI[1]Success0.008
test_isDisposed[1]Success0.006
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.003
test_getItemHeightSuccess0.004
test_toStringSuccess0.004
test_toDisplayLorg_eclipse_swt_graphics_Point[2]Success0.004
test_getImageDataSuccess0.057
test_getBackgroundSuccess0.000
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.013
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.003
test_selectAllSuccess0.005
test_toStringSuccess0.003
test_setBoundsSuccess0.006
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.006
test_setForegroundCheckButtonSuccess0.004
test_getEnabledSuccess0.008
test_setBackgroundLorg_eclipse_swt_graphics_Color[1]Success0.007
test_ConstructorLorg_eclipse_swt_widgets_ToolBarISuccess0.010
test_isDisposedSuccess0.013
test_computeSizeIISuccess0.004
test_isVisibleSuccess0.032
test_getHorizontalBarSuccess0.003
test_toStringSuccess0.010
test_setImageLorg_eclipse_swt_graphics_ImageSuccess0.005
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_isFocusControlSuccess0.003
test_ConstructorLorg_eclipse_swt_widgets_TabFolderIISuccess0.006
test_removeExtendedModifyListenerLorg_eclipse_swt_custom_ExtendedModifyListenerSuccess0.005
test_isDisposedSuccess0.004
test_addAccessibleControlListenerLorg_eclipse_swt_accessibility_AccessibleControlListenerSuccess0.004
test_setForegroundCalendarDateTime[2]Success0.011
test_getDisplaySuccess0.003
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.006
test_setItemILjava_lang_StringSuccess0.010
test_computeTrimIIIISuccess0.003
test_isDisposedSuccess0.008
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.028
test_computeTrimIIIISuccess0.004
test_redrawIIIIZSuccess0.004
test_getLocationSuccess0.011
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.004
test_setCaretLorg_eclipse_swt_widgets_CaretSuccess0.006
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.005
test_isDisposedSuccess0.000
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.009
test_setCaptureZSuccess0.004
test_getItemsSuccess0.014
test_addLorg_eclipse_swt_graphics_RectangleSuccess0.000
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.006
test_setBackgroundLorg_eclipse_swt_graphics_Color[0]Success0.008
test_setFocus_toChild_beforeOpenSuccess0.021
test_setTextDirectionSuccess0.004
test_drawFocusIIIISuccess0.005
test_addHelpListenerLorg_eclipse_swt_events_HelpListener[0]Success0.006
test_addPaintListenerLorg_eclipse_swt_events_PaintListener[1]Success0.006
test_setLocationIISuccess0.006
test_getSelectionCountSuccess0.021
test_getAccessibleSuccess0.010
test_isFocusControlSuccess0.004
test_setImageLorg_eclipse_swt_graphics_ImageSuccess0.006
test_consistency_SpaceSelectionSuccess0.011
test_setHeightISuccess0.002
test_getItemsSuccess0.013
test_setSynchronizerLorg_eclipse_swt_widgets_SynchronizerSuccess0.264
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.006
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.004
test_setMaximumISuccess0.029
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.009
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.025
test_isDisposedSuccess0.004
test_consistency_DragDetectSuccess0.010
test_openSuccess0.002
test_getLineAtOffsetISuccess0.005
test_toControlIISuccess0.006
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.013
test_ConstructorIIISuccess0.000
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.003
test_getAlignmentSuccess0.000
test_getMonitor[0]Success0.005
test_computeTrimIIIISuccess0.008
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.007
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_getTextLimitSuccess0.014
test_setVisibleZ[0]Success0.006
test_pasteSuccess0.013
test_getParentSuccess0.005
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_ShellSuccess0.017
test_getDisplaySuccess0.003
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.012
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_ConstructorLjava_lang_ObjectSuccess0.004
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.003
test_getDisplaySuccess0.007
test_getExpandedSuccess0.009
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.002
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.003
test_setToolTipTextLjava_lang_StringSuccess0.003
test_fillOvalIIIISuccess0.004
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.006
test_consistency_MenuDetect[0]Success0.022
test_getTextSuccess0.112
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.007
test_bug551335_lostStylesSuccess0.279
test_getMonitorSuccess0.012
test_isFocusControlSuccess0.003
test_indexOfLorg_eclipse_swt_widgets_ToolItemSuccess0.009
test_isVisibleSuccess0.020
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.007
test_drawTextLjava_lang_StringIIZSuccess0.004
test_getMonitor[2]Success0.011
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.005
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.007
test_removeSelectionListenerLorg_eclipse_swt_events_SelectionListenerSuccess0.004
test_setRedrawZSuccess0.006
test_select$ISuccess0.008
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.004
test_setDataLjava_lang_ObjectSuccess0.004
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.012
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.009
test_getParentSuccess0.007
test_toStringSuccess0.003
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListener[1]Success0.007
test_isFocusControlSuccess0.005
test_getDisplaySuccess0.003
test_consistency_DragDetectSuccess0.005
test_consistency_DragDetectSuccess0.009
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.002
test_toStringSuccess0.004
test_consistency_DragDetect[2]Success0.026
test_getBorderWidthSuccess0.006
testBigFontSeveralRangesSuccess0.005
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.015
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.003
test_isDisposedSuccess0.005
test_hashCodeSuccess0.000
test_equalsLjava_lang_ObjectSuccess0.000
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.005
test_clearSelectionSuccess0.005
test_intersectionLorg_eclipse_swt_graphics_RectangleSuccess0.000
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.007
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.003
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.003
test_setBoundsIIIISuccess0.007
test_setTextLjava_lang_StringSuccess0.008
test_isReparentableSuccess0.005
test_packZSuccess0.003
test_setDoubleClickEnabledZSuccess0.004
test_getClientAreaSuccess0.006
test_requestLayoutLSuccess0.004
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListener[0]Success0.006
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_Color[0]Success0.009
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.021
test_updateSuccess0.005
test_setDataLjava_lang_ObjectSuccess0.240
test_ConstructorLjava_lang_ObjectSuccess0.003
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.004
test_getShowFocusedControlSuccess0.003
test_traverseISuccess0.010
test_redrawIIIIZ[0]Success0.005
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.003
test_getCharCountSuccess0.014
test_sleepSuccess3.257
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.003
test_consistency_EnterSelection[2]Success0.028
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.008
test_isDisposedSuccess0.280
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.003
test_deselect$ISuccess0.009
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.003
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.010
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.006
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.003
test_add_intArraySuccess0.001
test_getDPISuccess0.261
test_removeAllSuccess0.009
test_consistency_IconifySuccess0.018
test_isDisposedSuccess0.006
test_setCaptureZSuccess0.005
test_setSizeIISuccess0.003
test_ConstructorSuccess0.000
test_setSelection$Lorg_eclipse_swt_widgets_TableItemSuccess0.013
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.004
test_isFocusControlSuccess0.004
test_update[1]Success0.004
test_ConstructorLorg_eclipse_swt_graphics_DeviceDataSuccess0.572
test_getSelectionSuccess0.013
test_openSuccess0.002
test_wakeSuccess0.001
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.007
test_setRedrawZSuccess0.003
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.007
test_drawPointIISuccess0.005
test_consistency_ArrowSelectionSuccess0.004
test_addSelectionListenerWidgetSelectedAdapterLorg_eclipse_swt_events_SelectionListenerSuccess0.029
test_toStringSuccess0.033
test_consistency_MenuDetectSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_CanvasISuccess0.003
test_toControlLorg_eclipse_swt_graphics_Point[2]Success0.004
test_isReparentableSuccess0.004
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_setVisibleZSuccess0.008
test_launchLjava_lang_StringSuccess0.000
test_setPixelIIISuccess0.000
test_consistency_OpenSuccess0.012
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_setEnabledZSuccess0.008
test_consistency_DragDetectSuccess0.003
test_setForegroundAlphaTimeDateTime[2]Success0.008
test_computeSizeIIZSuccess0.003
test_setToolTipTextLjava_lang_StringSuccess0.006
test_setCaretLorg_eclipse_swt_widgets_CaretSuccess0.005
test_showItemLorg_eclipse_swt_widgets_TreeItemSuccess0.012
test_setEnabledZSuccess0.005
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.005
test_ConstructorLorg_eclipse_swt_widgets_EventSuccess0.003
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.003
test_packSuccess0.004
test_setSizeIISuccess0.004
test_setImageILorg_eclipse_swt_graphics_ImageSuccess0.009
test_getBorderWidthSuccess0.006
test_getClientAreaSuccess0.005
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.003
test_consistency_MenuDetectSuccess0.004
test_toStringSuccess0.003
test_getParentSuccess0.005
test_ConstructorLorg_eclipse_swt_graphics_Device$Lorg_eclipse_swt_graphics_FontDataSuccess0.000
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.003
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.003
test_setFocus_toChild_afterOpenSuccess0.015
test_getMaximumSuccess0.006
test_getItemISuccess0.008
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.004
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.004
test_consistency_DragDetectSuccess0.004
test_setFocus_toChild_beforeOpenSuccess0.033
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.003
test_showSelectionSuccess0.006
test_addTreeListenerTreeExpandedAdapterLorg_eclipse_swt_events_TreeListenerSuccess0.007
test_getOffsetSuccess0.002
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.005
test_setDisabledImageSuccess0.009
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.004
test_setSecondsI[2]Success0.004
test_addPaintListenerLorg_eclipse_swt_events_PaintListener[0]Success0.007
test_setTabList$Lorg_eclipse_swt_widgets_ControlSuccess0.004
test_isEnabledSuccess0.004
test_setSizeLorg_eclipse_swt_graphics_Point[1]Success0.006
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.012
test_trippleClickDoesNotSelectIfDoubleClickIsDisabledSuccess0.004
test_getSelectionSuccess0.008
test_consistency_MenuDetectSuccess0.018
test_redrawSuccess0.004
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.008
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.003
test_packSuccess0.004
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.006
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.004
test_setFocusSuccess0.004
test_consistency_MenuDetectSuccess0.008
test_fillPolygon$ISuccess0.005
test_GlyphMetricsOnTab_Bug549110Success0.099
test_consistency_KeySelectionSuccess0.005
test_toControlIISuccess0.020
test_getOrientationSuccess0.000
test_setEnabledZSuccess0.002
test_getParentSuccess0.003
test_computeTrimIIIISuccess0.004
test_consistency_DragDetectSuccess0.005
test_ConstructorLorg_eclipse_swt_widgets_EventSuccess0.003
test_consistency_DragDetectSuccess0.006
test_setRGBLorg_eclipse_swt_graphics_RGBSuccess0.004
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.004
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.004
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.007
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_setLayoutDataLjava_lang_ObjectSuccess0.027
test_updateSuccess0.003
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.005
test_packZSuccess0.002
test_getDisplaySuccess0.003
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.007
test_updateSuccess0.008
test_setXORModeZSuccess0.003
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.022
test_addSelectionListenerWidgetSelectedAdapterLorg_eclipse_swt_events_SelectionListenerSuccess0.005
test_isEnabledSuccess0.003
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_consistency_MenuDetectSuccess0.006
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.008
test_getParentSuccess0.003
test_setLocationIISuccess0.003
test_getAccessibleSuccess0.007
test_addAccessibleTextListenerLorg_eclipse_swt_accessibility_AccessibleTextListenerSuccess0.004
test_addLjava_lang_StringISuccess0.030
test_setEnabledZSuccess0.003
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.003
test_getBorderWidthSuccess0.003
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.008
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.021
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.007
test_setBackgroundLorg_eclipse_swt_graphics_Color[2]Success0.009
test_setVisibleZSuccess0.004
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.091
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.004
test_getChildrenSuccess0.012
test_setDataLjava_lang_StringLjava_lang_Object[0]Success0.011
test_caretSizeAndPositionVariableGlyphMetricsSuccess0.006
test_setMoveableZSuccess0.009
test_toStringSuccess0.003
test_computeSizeAlignmentSuccess0.006
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.006
test_toControlIISuccess0.014
test_setFocus_toChild_beforeOpenSuccess0.011
test_setGrayedZSuccess0.011
test_packSuccess0.024
test_getClientAreaSuccess0.005
test_setBackgroundDropDownComboSuccess0.018
test_setFocus_toChild_afterOpenSuccess0.015
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.003
test_setLocationIISuccess0.003
test_consistency_MouseSelectionSuccess0.015
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.018
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.003
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.003
test_getZoomSuccess0.001
test_removeSelectionListenerLorg_eclipse_swt_events_SelectionListener[1]Success0.006
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.004
test_setTextLimitISuccess0.014
test_setImageLorg_eclipse_swt_graphics_ImageSuccess0.004
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.011
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.024
test_getFontListLjava_lang_StringZSuccess0.250
test_toStringSuccess0.003
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.004
test_ConstructorLorg_eclipse_swt_graphics_DeviceLjava_io_InputStreamSuccess0.012
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.010
test_redrawIIIIZSuccess0.003
test_notifyListenersILorg_eclipse_swt_widgets_Event[2]Success0.008
test_isDisposedSuccess0.003
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.004
test_setTextLjava_lang_StringSuccess0.004
test_getClientAreaSuccess0.258
test_subtract$ISuccess0.001
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_addSelectionListenerWidgetSelectedAdapterLorg_eclipse_swt_events_SelectionListenerSuccess0.022
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.003
test_getChildrenSuccess0.008
test_addVerifyListenerLorg_eclipse_swt_events_VerifyListenerSuccess0.007
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.006
test_getDisplaySuccess0.003
test_computeSizeIIZ[1]Success0.005
test_setVisibility_and_sizingSuccess0.022
test_setForegroundCalendarDateTime[1]Success0.006
test_setBackgroundAlphaCheckButtonSuccess0.004
test_setToolTipTextLjava_lang_StringSuccess0.007
test_ConstructorLorg_eclipse_swt_widgets_TreeItemIISuccess0.008
test_setEditableZSuccess0.007
test_moveBelowLorg_eclipse_swt_widgets_Control[1]Success0.013
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.014
test_getAccessibleSuccess0.003
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.012
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_ShellSuccess0.004
test_packZSuccess0.005
test_consistency_KeySelectionSuccess0.017
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.006
test_setVisibleZSuccess0.003
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_VirtualSuccess7.336
test_setForegroundAlphaLorg_eclipse_swt_graphics_Color[1]Success0.005
test_InsertWhenDisabledSuccess0.012
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.006
test_traverseISuccess0.003
test_fillRectangleIIIISuccess0.020
test_getLocationSuccess0.006
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.012
test_setBackgroundILorg_eclipse_swt_graphics_ColorSuccess0.009
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.006
test_getImageSuccess0.004
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_addControlListenerLorg_eclipse_swt_events_ControlListener[0]Success0.005
test_ExceptionsThrownInDisposeListenerDontPreventDisposal[0]Success0.005
test_toStringSuccess0.000
test_intersectsIIIISuccess0.000
test_replaceTextRangeIILjava_lang_StringSuccess0.009
test_setCaptureZSuccess0.007
test_setClippingLorg_eclipse_swt_graphics_RectangleSuccess0.004
test_toControlIISuccess0.005
test_setSizeCustomResizeSuccess0.013
test_setStyleISuccess0.003
test_getShellsSuccess0.012
test_getHeaderHeightSuccess0.007
test_traverseISuccess0.007
test_setSizeLorg_eclipse_swt_graphics_Point[0]Success0.006
test_setForegroundTimeDateTime[0]Success0.012
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.004
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_addSelectionListenerLorg_eclipse_swt_events_SelectionListenerSuccess0.021
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_toStringSuccess0.009
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.004
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.005
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.003
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.002
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListener[2]Success0.005
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.006
test_errorISuccess0.002
test_setTopIndexISuccess0.010
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.003
test_setFocusSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.003
test_setOrientationISuccess0.005
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.006
test_isDisposedSuccess0.003
test_getImeInputModeSuccess0.028
test_setDataLjava_lang_ObjectSuccess0.006
test_getLocationSuccess0.003
test_redraw[0]Success0.006
test_setSizeIISuccess0.004
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.004
test_Constructor$Lorg_eclipse_swt_graphics_RGBSuccess0.000
test_cutSuccess0.006
test_getLineDelimiterSuccess0.004
test_isFocusControlSuccess0.004
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.003
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.004
test_setBoundsIIIISuccess0.004
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.004
test_toDisplayII[2]Success0.004
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.005
test_requestLayoutLSuccess0.004
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.003
test_toControlIISuccess0.004
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.006
test_getBoundsISuccess0.009
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.003
test_setEchoCharCSuccess0.020
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_getMonitorSuccess0.004
test_addSelectionListenerLorg_eclipse_swt_events_SelectionListenerSuccess0.024
test_getImageDataCurrentZoomSuccess0.001
test_ConstructorLorg_eclipse_swt_widgets_EventSuccess0.003
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_getBorderWidthSuccess0.003
test_ConstructorILjava_lang_StringSuccess0.000
test_ConstructorSuccess0.010
test_setValuesIIIIIISuccess0.118
test_setMinimizedZSuccess0.012
test_toDisplayIISuccess0.003
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_toControlLorg_eclipse_swt_graphics_Point[1]Success0.007
test_getColumnCountSuccess0.007
test_setToolTipTextLjava_lang_StringSuccess0.011
test_getSelectionTextSuccess0.005
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.004
test_setTabList$Lorg_eclipse_swt_widgets_ControlSuccess0.005
test_ConstructorLorg_eclipse_swt_widgets_ShellISuccess0.003
test_getParentSuccess0.006
test_setText$Ljava_lang_StringSuccess0.015
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.005
test_setVisibility_and_sizingSuccess0.011
test_getLocationSuccess0.005
test_setTextLjava_lang_StringSuccess0.003
test_setTextLjava_lang_StringSuccess0.005
test_setBoundsIIIISuccess0.003
test_getSelectionIndexSuccess0.009
test_lineStyleListener_invalidStyles_renderSuccess0.049
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.003
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.013
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.004
test_computeSizeIIZSuccess0.003
test_setToolTipTextLjava_lang_StringSuccess0.003
test_setToolTipTextLjava_lang_StringSuccess0.012
test_getCaretLocationSuccess0.025
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListener[2]Success0.005
test_appendLjava_lang_StringSuccess0.006
test_setBackgroundCheckButtonSuccess0.004
test_getCharCountSuccess0.007
test_removeSelectionListenerLorg_eclipse_swt_events_SelectionListenerSuccess0.015
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.011
test_getClientAreaSuccess0.000
test_consistency_MouseSelectionSuccess0.006
test_getAcceleratorSuccess0.006
test_redrawSuccess0.026
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.003
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_isReparentableSuccess0.004
test_getIconDepthSuccess0.236
test_setForegroundAlphaRadiokButtonSuccess0.004
test_setStyleRanges_renderSuccess0.136
test_setSelectionRangeIISuccess0.005
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.252
test_setTextDirectionSuccess0.011
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.014
test_containsIISuccess0.000
test_setForegroundDropDownComboSuccess0.007
test_setBackgroundSimpleComboSuccess0.011
test_setColumnOrder$ISuccess0.010
test_setSizeIISuccess0.010
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListener[0]Success0.006
test_setTextDirectionSuccess0.003
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.004
test_toControlIISuccess0.003
test_setItems$Ljava_lang_StringSuccess0.006
test_setTextLimitISuccess0.008
test_ConstructorSuccess0.000
test_setMonthI[0]Success0.006
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.006
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.003
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.002
test_getExtensionsSuccess0.000
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.012
test_setCaptureZ[1]Success0.007
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.313
test_redrawSuccess0.003
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.008
test_getLocationAtOffsetISuccess0.011
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.004
test_consistency_CloseSuccess0.019
test_setEnabledZSuccess0.018
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.003
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.025
test_setLayoutDataLjava_lang_ObjectSuccess0.006
test_selectISuccess0.009
test_setHeaderVisibleZSuccess0.006
test_setSizeIISuccess0.024
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.006
test_getAverageCharacterWidthSuccess0.005
test_selectionIsClearedOnCaretMoveWhenInBlockSelectionSuccess0.005
test_getLocationSuccess0.005
test_getMonitor[1]Success0.009
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_setToolTipTextLjava_lang_StringSuccess0.004
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.008
test_computeSizeIIZ[2]Success0.007
test_getMenuBarSuccess0.007
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.007
test_toControlIISuccess0.008
test_computeSizeIISuccess0.007
test_packSuccess0.014
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.005
test_computeSizeIISuccess0.006
test_setBoundsIIIISuccess0.006
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.005
test_getWordWrapSuccess0.008
test_getBoundsISuccess0.009
test_getAccessibleSuccess0.003
test_getShellSuccess0.003
test_consistency_EnterSelectionSuccess0.019
test_setCursorLorg_eclipse_swt_graphics_Cursor[1]Success0.007
test_ConstructorLjava_lang_StringIISuccess0.000
test_getLocationSuccess0.004
test_isFocusControlSuccess0.007
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.010
test_getDisplaySuccess0.033
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.013
test_isReparentableSuccess0.011
test_setToolTipTextLjava_lang_StringSuccess0.013
test_isVisibleSuccess0.009
test_setDataLjava_lang_ObjectSuccess0.004
test_consistency_MenuDetectSuccess0.004
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_getBoundsInPixelsSuccess0.002
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.003
test_mapLorg_eclipse_swt_widgets_ControlLorg_eclipse_swt_widgets_ControlLorg_eclipse_swt_graphics_RectangleSuccess0.390
test_getTextRangeIISuccess0.004
test_traverseISuccess0.011
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListener[0]Success0.006
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.003
test_setBoundsIIIISuccess0.009
test_isDisposedSuccess0.246
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.003
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.006
test_setEnabledSuccess0.006
test_setLayoutDataLjava_lang_ObjectSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_EventSuccess0.003
test_toDisplayIISuccess0.004
test_getChildrenSuccess0.006
test_getShellSuccess0.023
test_toStringSuccess0.004
test_setToolTipTextLjava_lang_StringSuccess0.007
test_setFocus_toChild_afterOpenSuccess0.013
test_setFontLorg_eclipse_swt_graphics_Font[2]Success0.003
test_setTextDirectionSuccess0.004
test_toStringSuccess0.003
test_setFileNameLjava_lang_StringSuccess0.004
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.003
test_getClientAreaSuccess0.000
test_toDisplayII[1]Success0.007
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.004
test_getMonitorsSuccess0.225
test_isDisposedSuccess0.003
test_toDisplayIISuccess0.003
test_getColumnISuccess0.008
test_setFocus_toChild_beforeOpenSuccess0.021
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.006
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.007
test_setLayoutDataLjava_lang_ObjectSuccess0.005
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.008
test_isReparentableSuccess0.006
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.004
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_drawRectangleLorg_eclipse_swt_graphics_RectangleSuccess0.006
test_ConstructorISuccess0.049
test_getParentSuccess0.005
test_addKeyListenerLorg_eclipse_swt_events_KeyListener[2]Success0.005
test_toStringSuccess0.006
test_doubleClickWithRightMouseButtonDoesNotSelectWordSuccess0.017
test_isFocusControl[1]Success0.005
test_traverseISuccess0.010
test_copySuccess0.011
test_equalsLjava_lang_ObjectSuccess0.003
test_computeSizeIIZSuccess0.004
test_consistency_MouseSelection[0]Success0.022
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_ControlISuccess0.003
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_getDisplay[2]Success0.008
test_setCaptureZSuccess0.004
test_equalsLjava_lang_ObjectSuccess0.000
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.010
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.004
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.005
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.007
test_setTabList$Lorg_eclipse_swt_widgets_ControlSuccess0.007
test_computeSizeIISuccess0.006
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.010
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListener[0]Success0.005
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.008
test_redrawIIIIZSuccess0.006
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.014
test_setBackgroundAlphaCalendarDateTime[0]Success0.008
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.004
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.003
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.003
test_setTextDirectionSuccess0.006
test_textExtentLjava_lang_StringSuccess0.006
test_consistency_MouseSelection[2]Success0.017
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.004
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.004
test_setVisibility_and_sizingSuccess0.019
test_setSelectionLorg_eclipse_swt_graphics_PointSuccess0.013
test_getBorderWidthSuccess0.012
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_isTextSelectedInBlockSelectionForLingleEmptyLineSuccess0.007
test_getItemISuccess0.011
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.005
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.006
test_getFontMetricsSuccess0.003
test_setFocus_toChild_afterOpenSuccess0.021
test_getMonitorSuccess0.006
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.002
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.006
test_getCursorLocationSuccess0.266
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.004
test_setBackgroundDateDateTime[2]Success0.009
test_setTextDirectionSuccess0.003
test_getDisplaySuccess0.005
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.021
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.003
test_setRedrawZSuccess0.012
test_getGreenSuccess0.000
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.006
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.011
test_isFocusControlSuccess0.006
test_fillGradientRectangleIIIIZSuccess0.004
test_getShellSuccess0.005
test_setRedrawZSuccess0.003
test_addMenuListenerMenuHiddenAdapterLorg_eclipse_swt_events_MenuListenerSuccess0.004
test_isReparentableSuccess0.005
test_computeSizeII[1]Success0.005
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.038
test_consistency_DragDetectSuccess0.007
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.005
test_isEnabledSuccess0.158
test_requestLayoutLSuccess0.003
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_setWarningsZSuccess0.237
test_equalsLjava_lang_ObjectSuccess0.000
test_redrawIIIIZSuccess0.003
test_getSelectionSuccess0.011
test_getMonitorSuccess0.004
test_setToolTipTextLjava_lang_StringSuccess0.020
test_getDisplaySuccess0.005
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.006
test_setImageLorg_eclipse_swt_graphics_ImageSuccess0.012
test_isEnabledSuccess0.003
test_addLjava_lang_StringSuccess0.012
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.004
test_addControlListenerLorg_eclipse_swt_events_ControlListener[2]Success0.004
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.008
test_setDataLjava_lang_ObjectSuccess0.003
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.006
test_setCursorLorg_eclipse_swt_graphics_Cursor[2]Success0.009
test_computeTrimIIIISuccess0.000
test_removeLjava_lang_StringSuccess0.007
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_toControlIISuccess0.004
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.003
test_getHeightSuccess0.005
test_disposeSuccess0.000
test_setTextDirectionSuccess0.005
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_setCaptureZSuccess0.003
test_ConstructorLorg_eclipse_swt_graphics_DrawableISuccess0.028
test_requestLayoutL[2]Success0.009
test_consistency_SpaceSelectionSuccess0.004
test_setLocaleLjava_lang_StringSuccess0.000
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_consistency_SegmentsSuccess0.108
test_packSuccess0.004
test_toControlIISuccess0.003
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.003
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.006
test_computeSizeIIZSuccess0.002
test_getTextLimitSuccess0.008
test_getMonitorSuccess0.004
test_consistency_DragDetectSuccess0.030
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.011
test_setFocusSuccess0.012
test_updateSuccess0.004
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.004
test_getMinWidthSuccess0.004
test_getBlockSelectionlundsInBlockSelectionSuccess0.013
test_setFontILorg_eclipse_swt_graphics_FontSuccess0.009
test_toStringSuccess0.003
test_ConstructorLorg_eclipse_swt_printing_PrinterDataSuccess0.000
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListener[0]Success0.008
test_equalsLjava_lang_ObjectSuccess0.001
test_redrawIIIIZSuccess0.003
test_setBackgroundAlphaTimeDateTime[2]Success0.009
test_getShell[0]Success0.006
test_ConstructorLorg_eclipse_swt_widgets_MenuSuccess0.003
test_getParentSuccess0.009
test_getBorderWidthSuccess0.005
test_setFocus_toChild_afterOpenSuccess0.027
test_updateSuccess0.003
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.003
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.005
test_getAlphaIISuccess0.001
test_consistency_DragDetectSuccess0.008
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.003
test_getTextLimitSuccess0.007
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.008
test_getVerticalBarSuccess0.008
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.007
test_getBoundsSuccess0.008
test_setExpandedZSuccess0.007
test_getSelectionRangeSuccess0.012
test_isReparentableSuccess0.002
test_setTabList$Lorg_eclipse_swt_widgets_ControlSuccess0.007
test_setCursorLorg_eclipse_swt_graphics_Cursor[0]Success0.007
test_setEnabledZSuccess0.004
test_traverseISuccess0.003
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.004
test_isVisibleSuccess0.069
test_packZSuccess0.013
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.009
test_ConstructorLorg_eclipse_swt_widgets_EventSuccess0.003
test_setBackgroundDateDateTime[0]Success0.014
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.005
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.006
test_consistency_MenuDetectSuccess0.003
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.008
test_ConstructorLorg_eclipse_swt_graphics_DeviceIISuccess0.000
test_setSizeII[0]Success0.005
test_getRedSuccess0.000
test_updateSuccess0.006
test_redrawIIIIZSuccess0.031
test_packZSuccess0.005
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.004
test_disposeSuccess0.012
test_isFocusControlSuccess0.003
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_getParentSuccess0.003
test_setDataLjava_lang_Object[2]Success0.010
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.006
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.003
test_redrawSuccess0.003
test_GlyphMetricsOnTabSuccess0.005
test_redrawIIIIZSuccess0.005
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.004
test_cloneSuccess0.001
test_consistency_KeySelectionSuccess0.029
test_getLocationSuccess0.003
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.003
test_getDisplaySuccess0.003
test_getNameSuccess0.033
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.003
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.003
test_setToolTipTextLjava_lang_StringSuccess0.013
test_getShellSuccess0.005
test_ConstructorLorg_eclipse_swt_widgets_ControlSuccess0.003
test_isFocusControlSuccess0.004
test_setLayoutDataLjava_lang_ObjectSuccess0.004
test_setLocationIISuccess0.009
test_getParentSuccess0.003
test_getChildrenSuccess0.005
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.007
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.007
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.007
test_getWidthSuccess0.010
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.004
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.004
test_setFocus_toChild_beforeOpenSuccess0.019
test_redrawIIIIZSuccess0.003
test_addListenerILorg_eclipse_swt_widgets_Listener[0]Success0.005
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.005
test_selectISuccess0.008
test_isDisposedSuccess0.003
test_computeSizeIIZSuccess0.004
test_getDisplay[0]Success0.006
test_packZSuccess0.004
test_computeSizeIIZSuccess0.003
test_requestLayoutLSuccess0.003
test_getParentSuccess0.006
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.003
test_getTextDirectionSuccess0.000
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.014
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.004
test_consistency_EnterSelectionSuccess0.015
test_addSelectionListenerWidgetSelectedAdapterLorg_eclipse_swt_events_SelectionListenerSuccess0.004
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_setLocationII[1]Success0.013
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.003
test_setBoundsIIIISuccess0.006
test_removeVerifyListenerLorg_eclipse_swt_events_VerifyListenerSuccess0.008
test_isDisposedSuccess0.011
test_setForegroundLorg_eclipse_swt_graphics_Color[0]Success0.006
test_getTextHeightSuccess0.017
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.003
test_computeSizeIISuccess0.018
test_toStringSuccess0.006
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.086
test_setDataLjava_lang_Object[1]Success0.006
test_toStringSuccess0.004
test_getTextIISuccess0.026
test_isFocusControl[0]Success0.006
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.004
test_getBoundsSuccess0.000
test_indexOfLjava_lang_StringISuccess0.006
test_ConstructorLorg_eclipse_swt_widgets_EventSuccess0.003
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.007
test_setSizeIISuccess0.005
test_setBoundsIIIISuccess0.004
test_setRedrawZSuccess0.015
test_toDisplayIISuccess0.002
test_addMenuListenerLorg_eclipse_swt_events_MenuListenerSuccess0.003
test_ConstructorLorg_eclipse_swt_graphics_DeviceLorg_eclipse_swt_graphics_ImageDataLorg_eclipse_swt_graphics_ImageDataIISuccess0.477
test_getItemHeightSuccess0.011
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.003
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.005
test_getMonitorSuccess0.003
test_redrawIIIIZSuccess0.011
test_updateSuccess0.026
test_consistency_MenuDetect[1]Success0.018
test_setMenuLorg_eclipse_swt_widgets_Menu[2]Success0.008
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.004
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.036
test_setBoundsIIIISuccess0.059
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.005
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.006
test_computeSizeIISuccess0.003
test_getMaximumSuccess0.004
test_isDisposedSuccess0.008
test_isVisibleSuccess0.016
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.008
test_consistency_MouseSelectionSuccess0.020
test_requestLayoutLSuccess0.003
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.007
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.004
test_setHeightISuccess0.010
test_ConstructorLorg_eclipse_swt_widgets_TabFolderISuccess0.007
test_toDisplayII[0]Success0.006
test_getBorderWidthSuccess0.021
test_getChildrenSuccess0.013
test_getSelectionIndexSuccess0.005
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListener[0]Success0.005
test_computeSizeIISuccess0.026
test_setTabList$Lorg_eclipse_swt_widgets_ControlSuccess0.018
test_packSuccess0.004
test_getStyleSuccess0.005
test_getDepthSuccess0.274
test_traverseISuccess0.002
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.006
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_ConstructorLorg_eclipse_swt_widgets_CompositeI[0]Success0.032
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.005
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.005
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.003
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.007
test_toStringSuccess0.001
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.004
test_isVisibleSuccess0.009
test_isVisibleSuccess0.021
test_setToolTipTextLjava_lang_StringSuccess0.002
test_computeSizeIISuccess0.003
test_getAlphaSuccess0.001
test_scrollIIIIIIZSuccess0.007
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.007
test_getTabsSuccess0.006
test_packSuccess0.006
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.022
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.010
test_getBorderWidthSuccess0.009
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListener[2]Success0.008
test_addListenerILorg_eclipse_swt_widgets_Listener[2]Success0.005
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.004
test_setBackgroundAlphaTimeDateTime[0]Success0.009
test_setTextLjava_lang_StringSuccess0.002
test_pack[1]Success0.005
test_isVisibleSuccess0.023
test_setCaptureZSuccess0.003
test_requestLayoutLSuccess0.007
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.003
test_setControlLorg_eclipse_swt_widgets_ControlSuccess0.015
test_computeSizeIISuccess0.006
test_getItemsSuccess0.007
test_setImageLorg_eclipse_swt_graphics_ImageSuccess0.006
test_getItemsSuccess0.012
test_toStringSuccess0.009
test_openSuccess0.006
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.015
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.004
test_addSelectionListenerWidgetSelectedAdapterLorg_eclipse_swt_events_SelectionListener[2]Success0.005
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.007
test_hashCodeSuccess0.000
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.003
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.012
test_isVisibleSuccess0.044
test_isEnabledSuccess0.005
test_getStyleSuccess0.005
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.009
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.003
test_similarToLorg_eclipse_swt_custom_StyleRangeSuccess0.000
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.004
test_isDisposedSuccess0.003
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.004
test_requestLayoutLSuccess0.005
test_ExceptionsThrownInDisposeListenerDontPreventDisposal[2]Success0.006
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.004
test_traverseISuccess0.003
test_setMinutesI[0]Success0.006
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.003
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.005
test_redraw[2]Success0.004
test_addSelectionListenerLorg_eclipse_swt_events_SelectionListener[1]Success0.008
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.009
test_consistency_MenuDetectSuccess0.013
test_setCheckedZSuccess0.013
test_ConstructorLorg_eclipse_swt_widgets_ExpandItemIISuccess0.007
test_mapLorg_eclipse_swt_widgets_ControlLorg_eclipse_swt_widgets_ControlIISuccess0.354
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.025
test_setTabsISuccess0.005
test_doubleClickDoesNotSelectIfDoubleClickIsDisabledSuccess0.006
test_getDefaultButtonSuccess0.008
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.006
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.003
test_setFocusSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.003
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.015
test_isVisibleSuccess0.011
test_toStringSuccess0.000
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.004
test_getChildrenSuccess0.012
test_setVisibility_and_sizingSuccess0.011
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.003
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.007
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.004
test_ConstructorLorg_eclipse_swt_graphics_DeviceLorg_eclipse_swt_graphics_RGBSuccess0.000
test_getParentItemSuccess0.003
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.008
test_setLocationIISuccess0.006
test_nestedTabHighlightingSuccess0.039
test_packSuccess0.003
test_setFocus_toChild_afterOpenSuccess0.029
test_ConstructorSuccess0.001
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.003
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.004
test_setTextLjava_lang_StringSuccess0.007
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_getParentSuccess0.007
test_getMonitorSuccess0.003
test_getCaretOffsetSuccess0.008
test_isAutoScalableSuccess0.000
test_setBoundsIIIISuccess0.003
test_setCaptureZSuccess0.008
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.003
test_isDisposedSuccess0.011
test_getSelectionSuccess0.011
test_setVisibility_and_sizingSuccess0.007
test_setFocusSuccess0.005
test_hashCodeSuccess0.000
test_redrawSuccess0.005
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListener[2]Success0.006
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.023
test_setDataLjava_lang_ObjectSuccess0.006
test_getStyleSuccess0.003
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.004
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.007
test_getSelectionCountSuccess0.009
test_setFocus_toChild_beforeOpenSuccess0.040
test_setImage$Lorg_eclipse_swt_graphics_ImageSuccess0.019
test_setHoursI[0]Success0.007
test_getStyleRangesIISuccess0.008
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.012
test_setVisibility_and_sizingSuccess0.009
test_getHorizontalBarSuccess0.004
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.007
test_isSelectedISuccess0.015
test_getItemISuccess0.013
test_setLocationIISuccess0.008
test_setDataLjava_lang_StringLjava_lang_Object[2]Success0.006
test_setLocationIISuccess0.003
test_bug558652_scrollBarNPESuccess0.054
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.009
test_getItemCountSuccess0.008
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.008
test_setSizeIISuccess0.004
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.003
test_traverseISuccess0.009
test_consistency_DisposeSuccess0.027
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.015
test_redrawSuccess0.005
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.007
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.006
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.008
test_consistency_DragDetectSuccess0.009
test_computeSizeIIZSuccess0.011
test_setVisibleZSuccess0.015
test_addFocusListenerLorg_eclipse_swt_events_FocusListener[1]Success0.008
test_isVisibleSuccess0.011
test_getAccessibleSuccess0.003
test_setGrayedZSuccess0.011
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.004
test_computeSizeIISuccess0.008
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.003
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.008
test_redrawSuccess0.003
test_toStringSuccess0.003
test_computeTrimIIIISuccess0.026
test_appendLjava_lang_StringSuccess0.026
test_getBorderWidthSuccess0.003
test_setVisibility_and_sizingSuccess0.018
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.033
test_setFocus_toChild_afterOpenSuccess0.012
test_setMinimumISuccess0.005
test_setMessageLjava_lang_StringSuccess0.005
test_traverseISuccess0.006
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.005
test_toControlIISuccess0.006
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.004
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.007
test_isVisibleSuccess0.012
test_consistency_EnterSelection[1]Success0.024
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.003
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_getEditableSuccess0.039
test_setAcceleratorISuccess0.005
test_setBackgroundTimeDateTime[2]Success0.008
test_getItemCountSuccess0.005
test_setLayoutDataLjava_lang_ObjectSuccess0.003
test_setTimeIII[2]Success0.004
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.005
test_getHorizontalPixelSuccess0.011
test_getSystemFontSuccess0.265
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.003
test_replaceTextRangeSuccess0.005
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.008
test_setSelectionISuccess0.009
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.003
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_ConstructorLorg_eclipse_swt_widgets_ShellISuccess0.048
test_moveBelowLorg_eclipse_swt_widgets_Control[0]Success0.005
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.004
test_setFocus[0]Success0.006
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.009
test_setDataLjava_lang_Object[0]Success0.005
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.004
test_setLocationIISuccess0.008
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.002
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_setLayoutDataLjava_lang_ObjectSuccess0.011
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.004
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.003
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.004
test_getLocationSuccess0.003
test_addMouseListenerLorg_eclipse_swt_events_MouseListener[1]Success0.006
test_cutSuccess0.028
test_requestLayoutLSuccess0.003
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.003
test_getBorderWidthSuccess0.004
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.011
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.004
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.006
test_setParentLorg_eclipse_swt_widgets_Composite[1]Success0.017
test_setForegroundTimeDateTime[2]Success0.008
test_toStringSuccess0.000
test_setForegroundAlphaDropDownComboSuccess0.008
test_setTextDirectionSuccess0.003
test_setDataLjava_lang_ObjectSuccess0.003
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.003
test_addSelectionListenerLorg_eclipse_swt_events_SelectionListener[0]Success0.007
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.021
test_getBorderWidthSuccess0.009
test_requestLayoutLSuccess0.004
test_getRGBSuccess0.001
test_consistency_PgdwnSelectionSuccess0.015
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.004
test_getClientAreaSuccess0.007
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.003
test_setDataLjava_lang_ObjectSuccess0.005
test_getStyleSuccess0.008
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.021
test_ConstructorLorg_eclipse_swt_widgets_ShellISuccess0.003
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListener[2]Success0.005
test_getCaretPositionSuccess0.017
test_setDataLjava_lang_ObjectSuccess0.005
test_getLocationSuccess0.003
test_setTextLimitISuccess0.045
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.008
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.003
test_setBoundsIIII[0]Success0.006
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.005
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.007
test_setVisibleZSuccess0.003
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.004
test_getAccessibleSuccess0.004
test_getPageIncrementSuccess0.004
test_setLocationIISuccess0.005
test_isDisposedSuccess0.018
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.008
test_setCaptureZSuccess0.005
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.007
test_insertInBlockSelectionSuccess0.017
test_isEnabledSuccess0.004
test_setLocationIISuccess0.004
test_getParentSuccess0.006
test_setSizeIISuccess0.003
test_setSpacingISuccess0.003
test_setBoundsIIIISuccess0.003
test_drawImageLorg_eclipse_swt_graphics_ImageIIIIIIIISuccess0.025
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.038
test_isVisibleSuccess0.026
test_equalsLjava_lang_ObjectSuccess0.002
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListener[0]Success0.007
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.004
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.004
test_getShell[1]Success0.004
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.034
test_getClientAreaSuccess0.004
test_activateEventSendSuccess0.006
test_setTextLjava_lang_StringSuccess0.014
test_computeSizeIIZSuccess0.007
test_setDataLjava_lang_ObjectSuccess0.009
test_setBackgroundAlphaLorg_eclipse_swt_graphics_Color[1]Success0.005
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.005
test_getLineIndexSuccess0.007
test_setTopPixelISuccess0.007
test_setToolTipTextLjava_lang_String[2]Success0.008
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.006
test_consistency_ThumbSelectionSuccess0.004
test_updateSuccess0.003
test_setCaptureZSuccess0.003
test_setTextLjava_lang_StringSuccess0.007
test_addShellListenerShellDeiconifiedAdapterLorg_eclipse_swt_events_ShellListenerSuccess0.013
test_redrawSuccess0.006
test_ConstructorSuccess0.000
test_getStyleRanges_Bug549110Success0.006
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.007
test_requestLayoutL[0]Success0.005
test_getVerticalBarSuccess0.006
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.006
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.014
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.004
test_trippleClickInBlockSelectionSelectsLineSuccess0.006
test_consistency_MenuDetect[2]Success0.025
test_isEmptySuccess0.000
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.003
test_requestLayoutLSuccess0.005
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.003
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_ShellSuccess0.004
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.004
test_ConstructorISuccess0.000
test_getDisplaySuccess0.011
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.012
test_toControlIISuccess0.007
test_packZSuccess0.003
test_getBorderWidthSuccess0.003
test_setBoundsIIIISuccess0.004
test_addHelpListenerLorg_eclipse_swt_events_HelpListener[1]Success0.005
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.008
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.004
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.004
test_getAdvanceWidthCSuccess0.003
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.009
test_setMinutesI[1]Success0.006
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.003
test_isVisibleSuccess0.029
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.006
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListener[1]Success0.005
test_setLinkForegroundLorg_eclipse_swt_graphics_ColorSuccess0.013
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.008
test_getOffsetAtPointLorg_eclipse_swt_graphics_PointSuccess0.006
test_setForegroundLorg_eclipse_swt_graphics_Color[1]Success0.007
test_setBackgroundAlphaDateDateTime[2]Success0.009
test_update[2]Success0.004
test_getClientAreaSuccess0.005
test_setTextLjava_lang_StringSuccess0.006
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.004
test_addWordMovementListener_invokeActionSelectWordNextCallsGetNextOffsetSuccess0.004
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_ConstructorLorg_eclipse_swt_graphics_ImageLoaderLorg_eclipse_swt_graphics_ImageDataIZSuccess0.000
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.005
test_packSuccess0.003
test_getLocationSuccess0.004
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.070
test_redraw[1]Success0.005
test_toControlIISuccess0.006
test_consistency_MenuDetectSuccess0.019
test_isVisibleSuccess0.019
test_equalsLjava_lang_ObjectSuccess0.005
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.003
test_setRedrawZ[1]Success0.006
test_getHorizontalBarSuccess0.004
test_isFocusControlSuccess0.005
test_toStringSuccess0.003
test_ConstructorLorg_eclipse_swt_widgets_ControlIISuccess0.007
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.004
test_removeListenerILorg_eclipse_swt_widgets_Listener[0]Success0.007
test_subtractLorg_eclipse_swt_graphics_RegionSuccess0.000
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.006
test_setRedrawZSuccess0.003
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.004
test_toStringSuccess0.004
test_toStringSuccess0.007
test_updateSuccess0.003
test_getShellSuccess0.005
test_setToolTipTextLjava_lang_StringSuccess0.014
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_setDataLjava_lang_ObjectSuccess0.003
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.009
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.004
test_textExtentLjava_lang_StringISuccess0.003
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.004
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.012
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.005
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.004
test_packSuccess0.006
test_toControlIISuccess0.003
test_drawImageLorg_eclipse_swt_graphics_ImageIISuccess0.007
test_setBoundsIIIISuccess0.006
test_deselectISuccess0.010
test_setHorizontalIndexISuccess0.015
test_setEnabledZSuccess0.003
test_isFocusControlSuccess0.011
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.013
test_setBackgroundRadioButtonSuccess0.004
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.004
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.003
test_setBoundsIIIISuccess0.035
test_setFocusSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.008
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.003
test_addArmListenerLorg_eclipse_swt_events_ArmListenerSuccess0.015
test_setSelectionISuccess0.009
test_setItems$Ljava_lang_StringSuccess0.012
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListener[2]Success0.008
test_setFocusSuccess0.006
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_isEnabledSuccess0.013
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.008
test_setMenuLorg_eclipse_swt_widgets_Menu[0]Success0.006
test_getParentSuccess0.007
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.012
test_ConstructorIISuccess0.003
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.003
test_traverseISuccess0.003
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.004
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.004
test_getStyleRangeAtOffsetISuccess0.005
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.007
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.003
test_getHorizontalBarSuccess0.004
test_setYearI[1]Success0.005
test_pasteInsertsTextInBlockSelectionAsBlockSuccess0.007
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.003
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.008
test_setDataLjava_lang_ObjectSuccess0.004
test_getAccessibleSuccess0.003
test_getBorderWidthSuccess0.003
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.013
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.014
test_setHeaderBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.006
test_ConstructorLorg_eclipse_swt_graphics_DeviceSuccess0.000
test_getItemsSuccess0.004
test_getContentSuccess0.005
test_setFocusSuccess0.004
test_ConstructorIIILorg_eclipse_swt_graphics_PaletteDataSuccess0.000
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.004
test_setDayI[2]Success0.004
test_hashCodeSuccess0.000
test_setSelectionEmptySuccess0.004
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.005
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.003
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.007
test_getItemCountSuccess0.008
test_getAccessibleSuccess0.004
test_toControlIISuccess0.003
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.004
test_copySuccess0.017
test_getThreadSuccess0.283
test_isReparentableSuccess0.005
test_setTabList$Lorg_eclipse_swt_widgets_ControlSuccess0.009
test_computeSizeIISuccess0.003
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.003
test_getImageBoundsISuccess0.034
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.005
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.011
test_addLineStyleListenerLorg_eclipse_swt_custom_LineStyleListenerSuccess0.006
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.005
test_setSelection$ISuccess0.010
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.003
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.005
test_setMinimumISuccess0.004
test_addSelectionListenerWidgetSelectedAdapterLorg_eclipse_swt_events_SelectionListenerSuccess0.007
test_setMonthI[2]Success0.004
test_moveAboveLorg_eclipse_swt_widgets_Control[2]Success0.007
test_isVisibleSuccess0.009
test_getParentMenuSuccess0.003
test_isEnabledSuccess0.004
test_getDisplaySuccess0.010
test_toStringSuccess0.008
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_isFocusControlSuccess0.003
test_computeSizeIIZSuccess0.004
test_getRangesSuccess0.023
test_setSecondsI[1]Success0.006
test_setTextDirectionSuccess0.003
test_setVisibleZSuccess0.005
test_getMinHeightSuccess0.004
test_stringExtentLjava_lang_StringSuccess0.014
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.014
test_getParentSuccess0.006
test_computeSizeIISuccess0.003
test_syncExecLjava_lang_Runnable_disposeSuccess0.397
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.013
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_toStringSuccess0.026
test_indexOfLjava_lang_StringSuccess0.011
test_pasteSuccess0.014
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.004
test_packZ[2]Success0.011
test_consistency_MenuDetectSuccess0.008
test_selectISuccess0.014
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.006
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.007
test_getMonitorSuccess0.004
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.048
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.003
test_lineStyleListener_styles_renderSuccess0.043
test_getBorderWidthSuccess0.005
test_ConstructorLjava_lang_StringSuccess0.000
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.009
test_ConstructorLorg_eclipse_swt_widgets_MenuItemSuccess0.003
test_getVerticalBarSuccess0.005
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListener[1]Success0.006
test_copySuccess0.027
test_getLineOffsetsSuccess0.000
test_getIncrementSuccess0.003
test_setRedrawZSuccess0.009
test_intersectsLorg_eclipse_swt_graphics_RectangleSuccess0.000
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.005
test_setSizeIISuccess0.006
test_consistency_KeySelectionSuccess0.004
test_getTextSuccess0.003
test_saveLjava_lang_StringISuccess0.000
test_getItemCountSuccess0.012
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.004
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.003
test_drawStringLjava_lang_StringIIZSuccess0.004
test_setClippingIIIISuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_TableIISuccess0.008
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.011
test_drawPolyline$ISuccess0.005
test_addLjava_lang_StringSuccess0.007
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.004
test_computeTrimIIIISuccess0.005
test_setEnabledZSuccess0.002
test_setForegroundCalendarDateTime[0]Success0.009
test_redrawIIIIZSuccess0.006
test_unionLorg_eclipse_swt_graphics_RectangleSuccess0.000
test_ConstructorLorg_eclipse_swt_widgets_EventSuccess0.003
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.003
test_consistency_KeyExpandSuccess0.009
test_computeSizeIISuccess0.006
test_hashCodeSuccess0.000
test_toControlIISuccess0.005
test_setBoundsIIIISuccess0.004
test_updateSuccess0.015
test_consistency_DragDetectSuccess0.018
test_setYearI[0]Success0.008
test_setTextDirectionSuccess0.005
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.005
test_toStringSuccess0.003
test_requestLayoutLSuccess0.004
test_isReparentableSuccess0.003
test_setLocationIISuccess0.086
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.004
test_getItemsSuccess0.005
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.003
test_setFocus_toChild_afterOpenSuccess0.023
test_toDisplayIISuccess0.013
test_getLocationSuccess0.005
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.004
test_setVisibleZSuccess0.003
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.006
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.006
test_setMaximumISuccess0.006
test_findDisplayLjava_lang_ThreadSuccess0.339
test_consistency_DoubleClickSuccess0.020
test_updateSuccess0.003
test_addHelpListenerLorg_eclipse_swt_events_HelpListener[2]Success0.006
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.004
test_copyAreaLorg_eclipse_swt_graphics_ImageIISuccess0.005
test_getBorderWidthSuccess0.006
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.014
test_setSizeLorg_eclipse_swt_graphics_Point[2]Success0.012
test_getItemsSuccess0.011
test_findProgramLjava_lang_StringSuccess0.030
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.002
test_computeTrimIIIISuccess0.005
test_setOrientationISuccess0.043
test_consistency_MouseSelectionSuccess0.025
test_getColumnISuccess0.008
test_getLeadingSuccess0.005
test_toStringSuccess0.003
test_consistency_MenuDetectSuccess0.015
test_addWordMovementListener_invokeActionSelectWordPreviousCallsGetPreviousOffsetSuccess0.006
test_toStringSuccess0.000
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.004
test_getPixelsIII$BISuccess0.001
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.005
test_disposeSuccess0.000
test_isFocusControl[2]Success0.009
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.003
test_getClientAreaSuccess0.013
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_setTabList$Lorg_eclipse_swt_widgets_ControlSuccess0.006
test_isDisposedSuccess0.003
test_toStringSuccess0.001
test_setBoundsIIIISuccess0.004
test_requestLayoutL[1]Success0.006
test_getParentSuccess0.007
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.003
test_getAccessibleSuccess0.004
test_setLocationIISuccess0.006
test_drawPolygon$ISuccess0.004
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.010
test_isFocusControlSuccess0.007
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.005
test_updateSuccess0.017
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.003
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.004
test_requestLayoutLSuccess0.003
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.003
test_VirtualSuccess3.677
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.002
test_isEnabled[2]Success0.004
test_setForegroundAlphaTimeDateTime[1]Success0.007
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.018
test_getLocationSuccess0.003
test_setSizeIISuccess0.004
test_getShellSuccess0.003
test_containsLorg_eclipse_swt_graphics_PointSuccess0.000
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.004
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.007
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.076
test_getVerticalBarSuccess0.004
test_getTextSuccess0.012
test_getAccessibleSuccess0.013
test_disposeSuccess0.003
test_ConstructorLorg_eclipse_swt_widgets_DisplaySuccess0.011
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.003
test_notifyListenersILorg_eclipse_swt_widgets_Event[1]Success0.005
test_getPrinterListSuccess0.000
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.003
test_redrawIIIIZSuccess0.003
test_redrawIIIIZSuccess0.007
test_setLocationIISuccess0.004
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.005
test_getSystemColorISuccess0.242
test_setTopIndexSuccess0.017
test_ConstructorLorg_eclipse_swt_widgets_CompositeI[2]Success0.045
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.017
test_setEnabledZSuccess0.006
test_setToolTipTextLjava_lang_StringSuccess0.002
test_consistency_MouseSelectionSuccess0.008
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.006
test_getLocationSuccess0.118
test_toControlIISuccess0.003
test_deselectAllSuccess0.025
test_setToolTipTextLjava_lang_StringSuccess0.004
test_setSizeIISuccess0.003
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.005
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListener[2]Success0.008
test_intersectsIIIISuccess0.001
test_setMaximumISuccess0.007
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.005
test_ExceptionsThrownInDisposeListenerDontPreventDisposal[1]Success0.005
test_getControlSuccess0.003
test_setSelectionISuccess0.004
test_addSelectionListenerWidgetSelectedAdapterLorg_eclipse_swt_events_SelectionListener[1]Success0.009
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.004
test_isDisposedSuccess0.004
test_getMessageSuccess0.000
test_getTopIndexSuccess0.027
test_setCaptureZ[2]Success0.003
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.004
test_getFontDataSuccess0.000
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListener[0]Success0.006
test_select$ISuccess0.008
test_setTextDirectionSuccess0.004
test_traverseISuccess0.008
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.003
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.004
test_getAlwaysShowScrollBarsSuccess0.004
test_isFocusControlSuccess0.004
test_setImageLorg_eclipse_swt_graphics_ImageSuccess0.007
test_getStyleSuccess0.004
test_setForegroundAlphaDateDateTime[1]Success0.010
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.003
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_Color[1]Success0.008
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.019
test_packZSuccess0.003
test_setFontDataLorg_eclipse_swt_graphics_FontDataSuccess0.003
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.004
test_redrawIIIIZSuccess0.018
test_indexOfLorg_eclipse_swt_widgets_TabItemSuccess0.026
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.005
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.004
test_closeSuccess0.224
test_getAccessible[2]Success0.007
test_computeSizeIIZSuccess0.003
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.012
test_setLayoutDataLjava_lang_Object[1]Success0.005
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.006
test_updateSuccess0.012
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.003
test_consistency_DragDetectSuccess0.013
test_ConstructorSuccess0.000
test_isVisible[0]Success0.018
test_redrawRangeIIZSuccess0.007
test_setHighlightEnabledSuccess0.004
test_addSelectionListenerLorg_eclipse_swt_events_SelectionListenerSuccess0.003
test_hashCodeSuccess0.000
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.007
test_setSelection$Ljava_lang_StringSuccess0.012
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.007
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.005
test_removeAllSuccess0.009
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.006
test_setTabList$Lorg_eclipse_swt_widgets_ControlSuccess0.008
test_setFocus_toChild_afterOpenSuccess0.014
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.004
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.003
test_setTextDirectionSuccess0.004
test_setFontLorg_eclipse_swt_graphics_Font[1]Success0.006
test_getItemISuccess0.015
test_addModifyListenerLorg_eclipse_swt_events_ModifyListenerSuccess0.007
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.015
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.005
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.010
test_getBlueSuccess0.000
test_setVisibleZSuccess0.003
test_isVisibleSuccess0.021
test_ConstructorSuccess0.000
test_setHeaderVisibleZSuccess0.006
test_setParentLorg_eclipse_swt_widgets_Composite[2]Success0.022
test_redrawIIIIZ[2]Success0.008
test_addModifyListenerLorg_eclipse_swt_events_ModifyListenerSuccess0.074
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.026
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.010
test_redrawSuccess0.002
test_ConstructorLjava_lang_StringLjava_lang_StringSuccess0.000
test_redrawIIIIZSuccess0.003
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListener[1]Success0.006
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.003
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.006
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.009
test_setTextLjava_lang_StringSuccess0.003
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.005
test_toDisplayIISuccess0.005
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_toDisplayLorg_eclipse_swt_graphics_Point[1]Success0.006
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.015
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.009
test_addSelectionListenerSuccess0.007
test_toDisplayLorg_eclipse_swt_graphics_Point[0]Success0.006
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.012
test_setSelectionLorg_eclipse_swt_graphics_PointSuccess0.008
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.005
test_getMonitorSuccess0.004
test_toStringSuccess0.003
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.006
test_isEnabledSuccess0.006
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.006
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.003
test_setEnabledZSuccess0.007
test_toStringSuccess0.004
test_hashCodeSuccess0.000
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.003
test_deselectAllSuccess0.006
test_scaledToIISuccess0.000
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_ConstructorILjava_lang_StringSuccess0.000
test_addLjava_lang_StringISuccess0.007
test_setDataLjava_lang_ObjectSuccess0.003
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListener[0]Success0.006
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.012
test_setFontLorg_eclipse_swt_graphics_Font[0]Success0.007
test_getAccessibleSuccess0.004
test_setVisibility_and_sizingSuccess0.012
test_packZSuccess0.003
test_toControlIISuccess0.004
test_getChildrenSuccess0.009
test_getLocation[0]Success0.006
test_packZ[0]Success0.006
test_getDismissalAlignmentSuccess0.252
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.003
test_setItemCountISuccess0.012
test_addShellListenerLorg_eclipse_swt_events_ShellListenerSuccess0.011
test_getParentSuccess0.003
test_setLayoutDataLjava_lang_ObjectSuccess0.009
test_consistency_KeySelectionSuccess0.012
test_setForegroundAlphaDateDateTime[0]Success0.009
test_redrawIIIIZSuccess0.006
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.004
test_updateSuccess0.006
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.005
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_setThumbISuccess0.186
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.008
test_setTextLjava_lang_StringSuccess0.005
test_setImageLorg_eclipse_swt_graphics_ImageSuccess0.008
test_setPageIncrementISuccess0.044
test_removeSelectionListenerLorg_eclipse_swt_events_SelectionListener[2]Success0.005
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.013
test_ConstructorIISuccess0.000
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.006
test_redrawIIIIZSuccess0.015
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.003
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_requestLayoutLSuccess0.003
test_consistency_MenuDetectSuccess0.018
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.008
test_getRowCountSuccess0.004
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.008
test_packSuccess0.004
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListener[1]Success0.006
test_setForegroundRadioButtonSuccess0.004
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.007
test_consistency_EnterSelectionSuccess0.011
test_addExpandListenerLorg_eclipse_swt_events_ExpandListenerSuccess0.005
test_setRedrawZSuccess0.004
test_toDisplayIISuccess0.011
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.018
test_isClippedSuccess0.003
test_getItemISuccess0.007
test_setToolTipTextLjava_lang_StringSuccess0.008
test_setFilterPathLjava_lang_StringSuccess0.003
test_packSuccess0.003
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.004
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.004
test_getLineDelimiterSuccess0.025
test_setVisibleZSuccess0.004
test_packSuccess0.006
test_getCaretLineNumberSuccess0.024
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.022
test_getClientAreaSuccess0.005
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.006
test_getTextLimitSuccess0.016
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.004
test_computeSizeIIZSuccess0.006
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.004
test_insertLjava_lang_StringSuccess0.114
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.003
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.006
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.003
test_toControlIISuccess0.008
test_timerExecILjava_lang_RunnableSuccess3.288
test_traverseISuccess0.003
test_redrawSuccess0.011
test_showSelectionSuccess0.008
test_isVisibleSuccess0.017
test_computeSizeIIZSuccess0.006
test_isFocusControlSuccess0.003
test_cutSuccess0.009
test_setLayoutDataLjava_lang_ObjectSuccess0.003
test_setDataLjava_lang_ObjectSuccess0.003
test_clearSelectionSuccess0.044
test_setLayoutDataLjava_lang_Object[0]Success0.005
test_setSizeII[1]Success0.008
test_intersectLorg_eclipse_swt_graphics_RectangleSuccess0.000
test_ConstructorLorg_eclipse_swt_graphics_DrawableSuccess0.007
test_getMonitorSuccess0.022
test_setDataLjava_lang_ObjectSuccess0.007
test_getFocusIndexSuccess0.006
test_getDisplaySuccess0.006
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.005
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.006
test_asyncExecLjava_lang_RunnableSuccess0.228
test_getSelectionSuccess0.005
test_drawTextLjava_lang_StringIIISuccess0.007
test_setTextDirectionSuccess0.003
test_isFocusControlSuccess0.005
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.005
test_setCheckedZSuccess0.011
test_isFocusControlSuccess0.003
test_getMonitorSuccess0.003
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.003
test_getDisplaySuccess0.003
test_setCaptureZSuccess0.004
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.011
test_setLineSpacingProviderSuccess0.003
test_toStringSuccess0.003
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.008
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_getParentSuccess0.010
test_selectionIsMaintainedOnDisableOfBlockSelectionSuccess0.006
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_toStringSuccess0.006
test_setRedrawZSuccess0.003
test_getParentSuccess0.005
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.004
test_ConstructorLorg_eclipse_swt_graphics_DeviceLorg_eclipse_swt_graphics_FontDataSuccess0.000
test_remove$ISuccess0.007
test_selectAllSuccess0.010
test_updateSuccess0.007
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.014
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.005
test_toDisplayIISuccess0.003
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_removeAllSuccess0.007
test_traverseISuccess0.006
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.003
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.006
test_getParentSuccess0.005
test_getBorderWidthSuccess0.004
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.006
test_copyAreaIIIIIISuccess0.008
test_indexOfLjava_lang_StringSuccess0.011
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.008
test_setCaptureZSuccess0.003
test_moveBelowLorg_eclipse_swt_widgets_Control[2]Success0.007
test_setCaretLorg_eclipse_swt_widgets_CaretSuccess0.008
test_setHoursI[2]Success0.003
test_isReparentableSuccess0.003
test_isSelectedISuccess0.007
test_setToolTipTextLjava_lang_String[0]Success0.006
test_getImageData_100Success0.002
test_setBackgroundAlphaDateDateTime[1]Success0.008
test_consistency_DragDetectSuccess0.017
test_getShellSuccess0.004
test_addMouseTrackListenerMouseEnterAdapterLorg_eclipse_swt_events_MouseTrackListener[1]Success0.006
test_saveLjava_io_OutputStreamISuccess0.000
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.524
test_setAppNameLjava_lang_StringSuccess0.001
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.054
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.006
test_setSelection$ISuccess0.011
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.003
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.013
test_toDisplayIISuccess0.005
test_setMaximumISuccess0.005
test_getParent[2]Success0.008
test_setTextDirection[2]Success0.003
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.013
test_setToolTipTextLjava_lang_StringSuccess0.007
test_removeModifyListenerLorg_eclipse_swt_events_ModifyListenerSuccess0.025
test_setLocationIISuccess0.003
test_getIncrementSuccess0.006
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.007
test_packSuccess0.003
test_getLocationSuccess0.003
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.007
test_isVisibleSuccess0.035
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.009
test_getShellsSuccess0.287
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.008
test_getMonitorSuccess0.003
test_setFocus_toChild_afterOpenSuccess0.017
test_requestLayoutLSuccess0.003
test_addSelectionListenerLorg_eclipse_swt_events_SelectionListenerSuccess0.006
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.009
test_setTabList$Lorg_eclipse_swt_widgets_ControlSuccess0.006
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.004
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.007
test_setLocationIISuccess0.003
test_getVerticalBarSuccess0.004
test_toStringSuccess0.001
test_toControlIISuccess0.006
test_setWordWrapZSuccess0.005
test_setEnabledZSuccess0.005
test_setSizeIISuccess0.003
test_hashCodeSuccess0.001
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.013
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.004
test_getParentSuccess0.005
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.011
test_add$ISuccess0.000
test_clearSelectionSuccess0.030
test_getDisplaySuccess0.003
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.012
test_setFilterPathLjava_lang_StringSuccess0.003
test_pack[2]Success0.004
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.030
test_isReparentableSuccess0.004
test_setDefaultItemLorg_eclipse_swt_widgets_MenuItemSuccess0.003
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.003
test_setImageLorg_eclipse_swt_graphics_ImageSuccess0.003
test_removeFilterILorg_eclipse_swt_widgets_ListenerSuccess0.272
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListener[2]Success0.003
test_getHorizontalBarSuccess0.004
test_setToolTipTextLjava_lang_StringSuccess0.005
test_isEnabledSuccess0.009
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.004
test_pack[0]Success0.006
test_setImageLorg_eclipse_swt_graphics_ImageSuccess0.010
test_toDisplayIISuccess0.002
test_setDayI[0]Success0.010
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.021
test_addKeyListenerLorg_eclipse_swt_events_KeyListener[0]Success0.006
test_setItems$Ljava_lang_StringSuccess0.006
test_getStyleSuccess0.023
test_setSelectionIISuccess0.010
test_getChildrenSuccess0.006
test_setForegroundDateDateTime[1]Success0.011
test_setLocationIISuccess0.007
test_getVerticalBarSuccess0.003
test_computeSizeIISuccess0.006
test_toDisplayIISuccess0.004
test_equalsLjava_lang_ObjectSuccess0.000
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.003
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.004
test_ConstructorLjava_lang_StringSuccess0.000
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.014
test_getLineSpacingSuccess0.000
test_toStringSuccess0.000
test_cloneSuccess0.000
test_consistency_SpaceSelectionSuccess0.016
test_setFocusSuccess0.004
test_setVisibleZSuccess0.028
test_getHSBSuccess0.000
test_getAccessibleSuccess0.007
test_setTextDirectionSuccess0.003
test_replaceStyleRangesII$Lorg_eclipse_swt_custom_StyleRangeSuccess0.028
test_getPrimaryMonitorSuccess0.234
test_getStyleRangesSuccess0.041
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.005
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.011
test_updateSuccess0.003
test_toString[2]Success0.007
test_setTextILjava_lang_StringSuccess0.025
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_getParentSuccess0.003
test_isEnabled[1]Success0.009
test_trippleClickOnLastLineSelectsSentanceSuccess0.006
test_setLayoutDataLjava_lang_ObjectSuccess0.003
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_packZSuccess0.006
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.003
test_addSelectionListenerWidgetDefaultSelectedAdapterLorg_eclipse_swt_events_SelectionListenerSuccess0.031
test_ConstructorIIILorg_eclipse_swt_graphics_PaletteDataI$BSuccess0.001
test_setImageILorg_eclipse_swt_graphics_ImageSuccess0.025
test_consistency_MenuDetectSuccess0.003
test_getPixelIISuccess0.000
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.009
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.004
test_setBackgroundAlphaDateDateTime[0]Success0.009
test_setVisibility_and_sizingSuccess0.009
test_setDataLjava_lang_StringLjava_lang_Object[1]Success0.006
test_toControlIISuccess0.005
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListener[2]Success0.012
test_getDisplaySuccess0.003
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_setVisibleZSuccess0.021
test_setLayoutDataLjava_lang_ObjectSuccess0.004
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.022
test_setDataLjava_lang_ObjectSuccess0.006
test_setForegroundTimeDateTime[1]Success0.008
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.026
test_isEnabledSuccess0.003
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.006
test_toStringSuccess0.008
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_setLayoutDataLjava_lang_ObjectSuccess0.003
test_ConstructorSuccess0.000
test_getItemsSuccess0.039
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.006
test_removeIISuccess0.008
test_getBoundsSuccess0.003
test_setLocationLorg_eclipse_swt_graphics_Point[0]Success0.006
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.020
test_setFocusSuccess0.006
test_ConstructorLorg_eclipse_swt_widgets_EventSuccess0.003
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.003
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.004
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.004
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.006
test_redrawSuccess0.004
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.004
test_consistency_PgupSelectionSuccess0.015
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.008
test_isFocusControlSuccess0.015
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.003
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.003
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.003
test_consistency_EnterSelectionSuccess0.005
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_ConstructorLorg_eclipse_swt_widgets_DecorationsISuccess0.003
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.003
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.005
test_redrawSuccess0.012
test_addExpandListenerItemCollapsedAdapterLorg_eclipse_swt_events_ExpandListenerSuccess0.005
test_setTextDirectionSuccess0.006
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_toStringSuccess0.003
test_getSelectionIndicesSuccess0.009
test_setDataLjava_lang_ObjectSuccess0.023
test_consistency_SpaceSelectionSuccess0.009
test_addExpandListenerItemExpandedAdapterLorg_eclipse_swt_events_ExpandListenerSuccess0.005
test_isDisposedSuccess0.006
test_setRedrawZSuccess0.003
test_bug547529Success0.007
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.021
test_toStringSuccess0.000
test_consistency_EnterSelection[0]Success0.021
test_addShellListenerShellIconifiedAdapterLorg_eclipse_swt_events_ShellListenerSuccess0.019
test_setDataLjava_lang_ObjectSuccess0.021
test_addMouseTrackListenerMouseExitAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.008
test_addFocusListenerLorg_eclipse_swt_events_FocusListener[0]Success0.006
test_setSelectionISuccess0.033
test_containsLorg_eclipse_swt_graphics_PointSuccess0.000
test_readAndDispatchSuccess0.001
test_ConstructorLorg_eclipse_swt_widgets_ExpandItemISuccess0.007
test_getSelectionTextSuccess0.016
test_setFocus_toChild_beforeOpenSuccess0.025
test_getLocationSuccess0.015
test_getChildrenSuccess0.006
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.003
test_toStringSuccess0.003
test_addMouseListenerLorg_eclipse_swt_events_MouseListener[0]Success0.006
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.014
test_ExceptionsThrownInDisposeListenerDontPreventDisposalSuccess0.003
test_setCaptureZSuccess0.003
test_getDoubleClickEnabledSuccess0.047
test_getTextSuccess0.006
test_setFocusSuccess0.003
test_getSelectionCountSuccess0.012
test_setSizeIISuccess0.003
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.004
test_getCurrentSuccess0.243
test_getVerticalBarSuccess0.002
test_setContentLorg_eclipse_swt_custom_StyledTextContentSuccess0.009
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.007
test_packSuccess0.004
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.006
test_isReparentableSuccess0.003
test_notifyListenersILorg_eclipse_swt_widgets_Event[0]Success0.005
test_setLayoutDataLjava_lang_ObjectSuccess0.005
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.006
test_redrawIIIIZSuccess0.004
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.005
test_isVisibleSuccess0.071
test_selectIISuccess0.010
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.005
test_computeSizeIISuccess0.003
test_setSizeIISuccess0.005
test_setTextLjava_lang_StringSuccess0.013
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_Color[1]Success0.007
test_computeSizeIISuccess0.007
test_setEnabledZSuccess0.064
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.004
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.008
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.003
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.008
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.007
test_getDisplaySuccess0.004
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.006
test_hasFocusSuccess0.005
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.006
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.009
test_getHSBASuccess0.000
test_ConstructorLorg_eclipse_swt_widgets_WidgetI[1]Success0.006
test_getParentSuccess0.003
test_isDisposedSuccess0.003
test_toDisplayIISuccess0.005
test_setVisibleZSuccess0.004
test_getBorderWidth[0]Success0.006
test_addLjava_lang_StringISuccess0.005
test_setVisibility_and_sizingSuccess0.012
test_isDisposedSuccess0.006
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.010
test_indexOfLorg_eclipse_swt_widgets_ExpandItemSuccess0.014
test_setBackgroundTimeDateTime[0]Success0.009
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.008
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.021
test_setLineWidthISuccess0.017
test_setCaptureZSuccess0.005
test_addFocusListenerFocusGainedAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.003
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.003
test_getVerticalBarSuccess0.005
test_setTextDirectionSuccess0.007
test_ConstructorLorg_eclipse_swt_widgets_ShellSuccess0.006
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.004
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.004
test_packZSuccess0.012
test_getPixelLorg_eclipse_swt_graphics_RGBSuccess0.001
test_packZSuccess0.012
test_getDisplaySuccess0.005
test_indexOfLjava_lang_StringISuccess0.045
test_ConstructorLorg_eclipse_swt_graphics_DeviceLjava_lang_StringSuccess0.009
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.013
test_insertLjava_lang_StringSuccess0.010
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_Color[2]Success0.010
test_toStringSuccess0.008
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.006
test_computeSizeIIZSuccess0.003
test_setTextLjava_lang_StringSuccess0.009
test_setSizeIISuccess0.006
test_deselectISuccess0.007
test_getExpandHorizontalSuccess0.003
test_setTextLjava_lang_StringSuccess0.005
test_getVerticalBarSuccess0.003
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.007
test_getDescentSuccess0.004
test_setSelectionZSuccess0.039
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.006
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.003
test_setBackgroundCalendarDateTime[1]Success0.012
test_setDataLjava_lang_ObjectSuccess0.006
test_addHelpListenerLorg_eclipse_swt_events_HelpListenerSuccess0.003
test_setBoundsIIIISuccess0.004
test_setFocus_toChild_beforeOpenSuccess0.015
test_setFocusSuccess0.007
test_setLocationLorg_eclipse_swt_graphics_Point[2]Success0.007
test_getHorizontalBarSuccess0.004
test_getParentSuccess0.007
test_getFocusControlSuccess0.268
test_consistency_KeySelectionSuccess0.005
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.012
test_equalsLjava_lang_ObjectSuccess0.000
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.013
test_getClientAreaSuccess0.004
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.002
test_getLineCountSuccess0.026
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.005
test_getClientAreaSuccess0.006
test_showSelectionSuccess0.006
test_ConstructorIIIISuccess0.000
test_getImageDataSuccess0.004
test_setThumbISuccess0.006
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.005
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.008
test_isEnabledSuccess0.004
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.003
test_setCursorLorg_eclipse_swt_graphics_CursorSuccess0.003
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.009
test_traverseISuccess0.003
test_toStringSuccess0.003
test_redrawIIIIZSuccess0.005
test_updateSuccess0.004
test_equalsLjava_lang_ObjectSuccess0.000
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.007
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.018
test_getItemISuccess0.016
test_setTextLjava_lang_StringSuccess0.021
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_toStringSuccess0.003
test_getAccessible[0]Success0.005
test_isReparentableSuccess0.004
test_setMenuBarLorg_eclipse_swt_widgets_MenuSuccess0.008
test_ConstructorIISuccess0.000
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.006
test_getAscentSuccess0.006
test_lineStyleListener_stylesAndRanges_renderSuccess0.023
test_setSizeII[2]Success0.004
test_mapLorg_eclipse_swt_widgets_ControlLorg_eclipse_swt_widgets_ControlLorg_eclipse_swt_graphics_PointSuccess0.330
test_isVisibleSuccess0.022
test_toStringSuccess0.004
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.003
test_isDisposedSuccess0.003
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.009
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.003
test_setTextILjava_lang_StringSuccess0.021
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.005
test_isEmptySuccess0.000
test_removeCaretListener_CaretListenerNotCalledSuccess0.004
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.004
test_addLorg_eclipse_swt_graphics_RegionSuccess0.000
test_isSystemDarkThemeSuccess0.001
test_toStringSuccess0.004
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.013
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.005
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.003
test_redrawIIIIZSuccess0.003
test_getShellSuccess0.003
test_getSelectionIndexSuccess0.012
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.009
test_setVisibleZSuccess0.008
test_getImageData_200Success0.002
test_ConstructorLorg_eclipse_swt_widgets_EventSuccess0.003
test_redrawSuccess0.003
test_isFocusControlSuccess0.004
test_setDataLjava_lang_ObjectSuccess0.003
test_setBoundsIIIISuccess0.005
test_ConstructorIIIISuccess0.000
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.006
test_setEnabledZSuccess0.006
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.004
test_getTextSuccess0.012
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.008
test_getAccessibleSuccess0.006
test_setDataLjava_lang_ObjectSuccess0.003
test_setVisibility_and_sizingSuccess0.009
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.005
test_getLocationSuccess0.003
test_consistency_ModifySuccess0.004
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.008
test_setDataLjava_lang_ObjectSuccess0.008
test_ConstructorLorg_eclipse_swt_widgets_EventSuccess0.003
test_isEnabledSuccess0.002
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.004
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.005
test_addPaintListenerLorg_eclipse_swt_events_PaintListenerSuccess0.004
test_consistency_KeySelectionSuccess0.003
test_setFocus_toChild_afterOpenSuccess0.012
test_getStyleSuccess0.004
test_drawRectangleIIIISuccess0.003
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.004
test_traverseISuccess0.003
test_toDisplayIISuccess0.004
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.006
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.003
test_ConstructorSuccess0.000
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.003
test_getAccessibleSuccess0.003
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.003
test_setMenuLorg_eclipse_swt_widgets_MenuSuccess0.003
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.004
test_setSizeIISuccess0.003
test_setDateIII[1]Success0.007
test_addListenerILorg_eclipse_swt_widgets_ListenerSuccess0.006
test_getShellSuccess0.006
test_setDataLjava_lang_ObjectSuccess0.008
test_getAccessible[1]Success0.005
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.006
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.007
test_consistency_DragDetectSuccess0.037
test_clipboardCarryoverSuccess0.011
test_getTabsSuccess0.001
test_moveBelowLorg_eclipse_swt_widgets_ControlSuccess0.008
test_setForegroundLorg_eclipse_swt_graphics_ColorSuccess0.005
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.004
test_setEditableZSuccess0.014
test_ConstructorLorg_eclipse_swt_widgets_TableISuccess0.009
test_toDisplayIISuccess0.004
test_setBoundsLorg_eclipse_swt_graphics_Rectangle[2]Success0.003
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.005
test_setEnabledZSuccess0.003
test_getShellSuccess0.005
test_printStackTraceSuccess0.001
test_setDataLjava_lang_StringLjava_lang_ObjectSuccess0.013
test_setLocationLorg_eclipse_swt_graphics_PointSuccess0.025
test_traverseISuccess0.004
test_setDoubleClickEnabledZSuccess0.034
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.024
test_setToolTipTextLjava_lang_StringSuccess0.004
test_getVerticalBarSuccess0.013
test_setTextDirectionSuccess0.004
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.008
test_getVerticalBarSuccess0.004
test_redrawIIIIZSuccess0.004
test_computeSizeIISuccess0.004
test_isDisposedSuccess0.003
test_isDisposedSuccess0.003
test_addFocusListenerLorg_eclipse_swt_events_FocusListenerSuccess0.037
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.004
test_setTimeIII[0]Success0.008
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.008
test_getLevelSuccess0.000
test_getClientAreaSuccess0.028
test_setForegroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.003
test_setMinimumISuccess0.006
test_traverseI[0]Success0.005
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.006
test_ConstructorLorg_eclipse_swt_widgets_EventSuccess0.003
test_removeBidiSegmentListenerLorg_eclipse_swt_custom_BidiSegmentListenerSuccess0.007
test_packZSuccess0.008
test_setEnabledZSuccess0.011
test_addSelectionListenerLorg_eclipse_swt_events_SelectionListenerSuccess0.049
test_setVisibleZ[2]Success0.008
test_setStyleSuccess0.000
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.007
test_setVisibleZSuccess0.026
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_ConstructorIIISuccess0.001
test_setBoundsIIIISuccess0.005
test_isFocusControlSuccess0.011
test_setFocus_toChild_afterOpenSuccess0.015
test_setForegroundAlphaTimeDateTime[0]Success0.014
test_hashCodeSuccess0.001
test_getLineBackgroundISuccess0.004
test_addControlListenerControlMovedAdapterLorg_eclipse_swt_events_ControlListenerSuccess0.019
test_setLayoutDataLjava_lang_ObjectSuccess0.004
test_setSelectionIISuccess0.025
test_setTextDirectionSuccess0.027
test_updateSuccess0.006
test_removeListenerILorg_eclipse_swt_widgets_Listener[1]Success0.006
test_traverseISuccess0.003
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListener[1]Success0.005
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.010
test_pasteSuccess0.006
test_setToolTipTextLjava_lang_StringSuccess0.006
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.006
test_getBorderWidthSuccess0.010
test_getVerticalBarSuccess0.057
test_getDisplaySuccess0.003
test_packZSuccess0.003
test_setMinimumISuccess0.034
test_getVerticalBarSuccess0.004
test_setBackgroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.004
test_addSelectionListenerLorg_eclipse_swt_events_SelectionListenerSuccess0.004
test_setSelectionLorg_eclipse_swt_graphics_PointSuccess0.020
test_setCaptureZSuccess0.004
test_setEnabledZSuccess0.011
test_setToolTipTextLjava_lang_StringSuccess0.003
test_ConstructorIILorg_eclipse_swt_graphics_ColorLorg_eclipse_swt_graphics_ColorSuccess0.000
test_consistency_MenuDetectSuccess0.024
test_setAlphasIII$BISuccess0.000
test_computeSizeIIZSuccess0.006
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.009
test_consistency_MenuDetectSuccess0.014
test_setLayoutDataLjava_lang_ObjectSuccess0.003
test_redrawSuccess0.003
test_setBackgroundAlphaLorg_eclipse_swt_graphics_Color[2]Success0.004
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.007
test_setMaximizedZSuccess0.007
test_isEnabledSuccess0.021
test_getAccessibleSuccess0.004
test_computeSizeIIZSuccess0.004
test_getBorderWidthSuccess0.004
test_setValuesIIIIIISuccess0.004
test_toDisplayIISuccess0.004
test_notifyListenersILorg_eclipse_swt_widgets_EventSuccess0.003
test_addMouseTrackListenerLorg_eclipse_swt_events_MouseTrackListenerSuccess0.003
test_setFontLorg_eclipse_swt_graphics_FontSuccess0.007
test_removeListenerILorg_eclipse_swt_widgets_ListenerSuccess0.006
test_setHoursI[1]Success0.006
test_addMouseMoveListenerLorg_eclipse_swt_events_MouseMoveListenerSuccess0.022
test_getDisplay[1]Success0.005
test_getClientAreaSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.043
test_getBorderWidth[1]Success0.006
test_ConstructorSuccess0.000
test_addKeyListenerLorg_eclipse_swt_events_KeyListenerSuccess0.004
test_getProgramsSuccess0.004
test_addKeyListenerKeyPressedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_consistency_MenuDetectSuccess0.006
test_addDisposeListenerLorg_eclipse_swt_events_DisposeListenerSuccess0.006
test_setVisibleZSuccess0.004
test_doubleClickSelectsWordSuccess0.007
test_redrawIIIIZSuccess0.002
test_setHeaderForegroundLorg_eclipse_swt_graphics_ColorSuccess0.005
test_setBoundsLorg_eclipse_swt_graphics_RectangleSuccess0.006
test_removeAllSuccess0.020
test_setFocusSuccess0.005
test_getHorizontalBarSuccess0.006
test_ConstructorSuccess0.000
test_setSecondsI[0]Success0.007
test_moveAboveLorg_eclipse_swt_widgets_ControlSuccess0.014
test_getMonitorSuccess0.007
test_setItemILjava_lang_StringSuccess0.013
test_setSizeIISuccess0.010
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.003
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.018
test_setSizeIISuccess0.007
test_requestLayoutLSuccess0.012
test_getClientAreaSuccess0.004
test_packSuccess0.007
test_equalsLjava_lang_ObjectSuccess0.000
test_redrawSuccess0.009
test_addKeyListenerKeyReleasedAdapterLorg_eclipse_swt_events_KeyListenerSuccess0.003
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.023
test_toDisplayLorg_eclipse_swt_graphics_PointSuccess0.004
test_getVerticalBarSuccess0.006
test_toControlLorg_eclipse_swt_graphics_PointSuccess0.013
test_getLocationSuccess0.011
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.296
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListenerSuccess0.003
test_deselect$ISuccess0.010
test_getDPISuccess0.000
test_isVisibleSuccess0.012
test_consistency_MouseSelectionSuccess0.014
test_moveAboveLorg_eclipse_swt_widgets_Control[1]Success0.006
test_getNextOffsetSuccess0.003
test_setResizableZSuccess0.008
test_getAlphasIII$BISuccess0.000
test_computeSizeIISuccess0.003
test_addTraverseListenerLorg_eclipse_swt_events_TraverseListener[1]Success0.005
test_toControlII[2]Success0.006
test_addCaretListener_passingNullThrowsExceptionSuccess0.004
test_addFocusListenerFocusLostAdapterLorg_eclipse_swt_events_FocusListenerSuccess0.016
test_getShellSuccess0.004
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.004
test_consistency_MouseSelectionSuccess0.004
test_getDisplaySuccess0.003
test_addControlListenerLorg_eclipse_swt_events_ControlListenerSuccess0.004
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.006
test_toStringSuccess0.000
test_hashCodeSuccess0.011
test_addShellListenerShellClosedAdapterLorg_eclipse_swt_events_ShellListenerSuccess0.010
test_setBackgroundAlphaLorg_eclipse_swt_graphics_ColorSuccess0.003
test_setParentLorg_eclipse_swt_widgets_CompositeSuccess0.030
test_deselectISuccess0.031
test_addMouseTrackListenerMouseHoverAdapterLorg_eclipse_swt_events_MouseTrackListenerSuccess0.005
test_toControlIISuccess0.007
test_setBackgroundLorg_eclipse_swt_graphics_ColorSuccess0.008
test_consistency_DragDetectSuccess0.003
test_setSizeLorg_eclipse_swt_graphics_PointSuccess0.004
test_setFocusSuccess0.004
test_setMinutesI[2]Success0.007
test_setForegroundDisposedColorLorg_eclipse_swt_graphics_ColorSuccess0.006
test_getSelectionIndexSuccess0.015
test_setBackgroundILorg_eclipse_swt_graphics_ColorSuccess0.009
test_removeIISuccess0.007
test_setLocationII[2]Success0.007
test_ConstructorLorg_eclipse_swt_widgets_CompositeISuccess0.005
test_computeSizeIISuccess0.009
test_getExpandVerticalSuccess0.007
test_invokeActionISuccess0.026
test_addMouseListenerLorg_eclipse_swt_events_MouseListenerSuccess0.005
test_getOffsetAtLineISuccess0.012
test_getMonitorSuccess0.004
test_setTextDirectionSuccess0.003
test_setTextDirectionSuccess0.004
test_addControlListenerControlResizedAdapterLorg_eclipse_swt_events_ControlListener[1]Success0.006
test_setCaptureZSuccess0.002
test_setRedrawZSuccess0.004
test_packSuccess0.006
test_updateSuccess0.004
test_setTextDirectionSuccess0.011
test_isEnabledSuccess0.007
test_setBoundsLorg_eclipse_swt_graphics_Rectangle[1]Success0.008
test_setTextDirectionSuccess0.005
test_ConstructorLorg_eclipse_swt_widgets_WidgetISuccess0.003
Properties »

Back to top