summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_toolkit/AccessibleMenuItem.java
AgeCommit message (Collapse)Author
2015-06-11java:remove more unnecessary catch/re-throwNoel Grandin
Change-Id: Id9a13c7f4ae0fd53c95c551544e60af44bb3fb95 Reviewed-on: https://gerrit.libreoffice.org/16203 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin
and replacing them with a call to XToolkitExperimental:: processEventsToIdle Change-Id: I9fd6cb8af43d902587186310aebe78b5a5ee6932 Reviewed-on: https://gerrit.libreoffice.org/16201 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-06-09remove some unnecessary exception wrapping in the Java testsNoel Grandin
Modify createTestEnvironment so that it throws Exception. This is appropriate for unit testing. The wrapping adds no value and the calling method already has a catch(Exception) to handle anything. Change-Id: I430a414f63d2cbfc3b65ecfde0285509265e5192
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin
- remove the SHORT_WAIT test parameter, no-one is using it - inline the various independent shortWait() methods - use the util.utils.shortWait() utility method everywhere Change-Id: I93cd4a2580172a1441d2ff3d390f52b9505e2721
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin
since all of it's methods and fields are static. Change-Id: Ia2b652969489c5a21e01a35cda65c6e84346aac0
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
Change-Id: Ie41d6b0170a035a694dd270c311a137fd1810e74
2014-08-14java: remove commented out codeNoel Grandin
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
2014-08-04java: remove some unused variablesNoel Grandin
Change-Id: Ia9405d3e34e710059ff68bf850de91c36f4e1e1b
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin
where the return value is always cast to XMultiServiceFactory, so just do the cast in the method and avoid noise at the call sites. Change-Id: I3a2e06ac6edb3c6021eda6442032db57aaa22e13
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin
Change-Id: I8443aef43d82de33ac7cb47d40cc5b544f7c9c87
2012-08-28Java cleanup - remove unnecessary semi-colonsNoel Grandin
Change-Id: I20a79d3d8f71dc48fc2662563f9c890dd3d94aac
2012-06-29Java cleanup - remove unused local variablesNoel Grandin
Change-Id: Ied9c8635cde96d2d00d66a68cd8387799455c2ec
2012-06-29Java5 update - usage generics where possibleNoel Grandin
Change-Id: I12f8c448961919e153047e28fee2a0acf3af1002
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-10INTEGRATION: CWS changefileheader (1.15.58); FILE MERGEDRüdiger Timm
2008/03/31 16:51:18 rt 1.15.58.1: #i87441# Change license header to LPGL v3.
2005-11-02INTEGRATION: CWS qadev24 (1.13.12); FILE MERGEDKurt Zenker
2005/09/19 17:26:30 cn 1.13.12.2: RESYNC: (1.13-1.14); FILE MERGED 2005/08/19 07:39:52 cn 1.13.12.1: #i52213# declare instance variables as 'privte static'
2005-09-09INTEGRATION: CWS ooo19126 (1.13.16); FILE MERGEDRüdiger Timm
2005/09/05 15:47:47 rt 1.13.16.1: #i54170# Change license header: remove SISSL
2005-03-01INTEGRATION: CWS removedrafts (1.12.22); FILE MERGEDKurt Zenker
2005/02/18 12:51:06 sw 1.12.22.1: #i43060#
2004-11-02INTEGRATION: CWS qadev19 (1.11.70); FILE MERGEDPascal Junck
2004/10/21 12:10:06 cn 1.11.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added
2004-01-05INTEGRATION: CWS qadev15 (1.10.18); FILE MERGEDOliver Bolte
2003/12/18 17:20:07 sw 1.10.18.2: #114449# 2003/12/18 14:44:30 sw 1.10.18.1: #114449#
2003-09-08INTEGRATION: CWS qadev11 (1.9.14); FILE MERGEDRüdiger Timm
2003/09/04 13:58:47 sw 1.9.14.2: #112049# 2003/09/03 15:29:46 sw 1.9.14.1: #112049#
2003-05-28#100000# SW: added cast for MSFVladimir Glazounov
2003-05-22INTEGRATION: CWS uaa03 (1.7.8); FILE MERGEDVladimir Glazounov
2003/05/22 11:02:47 sw 1.7.8.1: #i14623# UAA API clean up
2003-04-28#100000# no drafts anymoreVladimir Glazounov
2003-03-26MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien
2003-03-26CHG: added ObjRelation for XAccessibleEventBroadcasterStephan Wunderlich
2003-03-26CHG: wait after menu is activated to ensure that it is visibleStephan Wunderlich
2003-03-26CHG: choosing another menu itemStephan Wunderlich
2003-03-26CHG: ensure that the item is visibleStephan Wunderlich
2003-01-27NEW: initial versionStephan Wunderlich