office-gobmx/uitest
Noel Grandin 5ec7c4eecf fix comparison of UIObject's inside UITests
using == to compare them doesnt work, because we return
a new one with every call to getTopFocusWindow and similar.
So add a equals() method to the UNO interface to do the comparison.

Change-Id: Ie909fe9b4e84fe07f4ca87bbebf65b56d3da8f78
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165436
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-03-28 17:17:32 +01:00
..
demo_ui
impress_tests tdf#97361 Make unittests more pythonic: XIndexAccess 2024-01-23 14:00:46 +01:00
libreoffice improve logging in UITests 2024-03-28 06:43:54 +01:00
math_tests tdf#111705: Add Arabic math symbols to the symbols catalogue 2023-09-18 23:05:23 +02:00
packaging
ui_logger_dsl tdf#158803 Fix issues detected by pyflakes 2023-12-27 13:48:47 +01:00
uitest fix comparison of UIObject's inside UITests 2024-03-28 17:17:32 +01:00
__init__.py
loginterpreter.py
Makefile
Module_uitest.mk
README.md
test_main.py uitest: add a way to optionally use the same soffice process for a testsuite 2023-03-20 12:40:22 +00:00
UITest_demo_ui.mk uitest: Clean up redundant usage of gb_UITest_use_oneprocess 2023-11-06 09:26:43 +01:00
UITest_impress_demo.mk uitest: Clean up redundant usage of gb_UITest_use_oneprocess 2023-11-06 09:26:43 +01:00
UITest_math_demo.mk uitest: Clean up redundant usage of gb_UITest_use_oneprocess 2023-11-06 09:26:43 +01:00

UI Testing Framework

The code for the UI testing framework and the UI tests.