summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrlEntry.java
AgeCommit message (Collapse)Author
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-12java: add @Override annotation to overriding methodsNoel Grandin
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
2014-08-04java: remove some unused import statementsNoel Grandin
Change-Id: Id6342be66221c81b05aee9af519c800e51a286b3
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-09-26typo fixes in commentsAndras Timar
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
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-08-20Java update - cleanup javadoc @see tagsNoel Grandin
Change-Id: Ibe162afcf95682286e1a66a8029dd4b1d6ad7cfc
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-09-30CWS-TOOLING: integrate CWS qadev33Vladimir Glazounov
2008-04-10INTEGRATION: CWS changefileheader (1.6.62); FILE MERGEDRüdiger Timm
2008/03/31 16:50:54 rt 1.6.62.1: #i87441# Change license header to LPGL v3.
2005-09-09INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGEDRüdiger Timm
2005/09/05 15:47:01 rt 1.5.16.1: #i54170# Change license header: remove SISSL
2005-03-01INTEGRATION: CWS removedrafts (1.4.108); FILE MERGEDKurt Zenker
2005/02/18 12:50:58 sw 1.4.108.1: #i43060#
2003-09-08INTEGRATION: CWS qadev11 (1.3.14); FILE MERGEDRüdiger Timm
2003/09/03 15:34:21 sw 1.3.14.1: #112049#
2003-05-27INTEGRATION: CWS qadev6 (1.2.2); FILE MERGEDVladimir Glazounov
2003/05/21 10:57:59 sg 1.2.2.1: #109819# prepare devide of runner
2003-04-28#100000# no drafts anymoreVladimir Glazounov
2003-01-27NEW: initial versionStephan Wunderlich