libaurum: Add test case for new refresh interface accepted/tizen/8.0/unified/20240201.164548
authorWoochan Lee <wc0917.lee@samsung.com>
Fri, 19 Jan 2024 07:44:28 +0000 (16:44 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Fri, 26 Jan 2024 06:43:32 +0000 (15:43 +0900)
commit9af4f9c2e6d413bcdd0391fea83ca5daf3c8c520
treeb867fbcc3bd20ec87f0fd581f0442a9ccfd73e93
parent41a5d8e665bd24f3db03c534286d9528e0b62b86
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