libaurum: Add test case for new refresh interface 47/304547/2
authorWoochan Lee <wc0917.lee@samsung.com>
Fri, 19 Jan 2024 07:44:28 +0000 (16:44 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Fri, 26 Jan 2024 06:10:32 +0000 (15:10 +0900)
commitc10e2d6ae7a5505a5c33e0214ecc8a7ff8d7f47d
treeb867fbcc3bd20ec87f0fd581f0442a9ccfd73e93
parent1ca2745347f9ecc3758dabf1f63ee6608c48e1fb
libaurum: Add test case for new refresh interface

This patch contains the test case used for TDD when writing the patch below
which was missing when relfecting the previous patch.

libaurum: new interface applied to improve performance

In addition, it includes code deduplication and removal of unnecessary clear action to improve performance.

Change-Id: I68525d3d8d9bf03f3c94452de26f22f44063fcff
libaurum/src/Impl/Accessibility/AtspiAccessibleNode.cc
libaurum/src/Impl/Accessibility/MockAccessibleNode.cc
tests/Test_UiObject.cc