I20250814-1800
The UITestCase currently contains a bunch of static utility functionality. Since UITestCase is a leftover from JUnit 3 times where test cases were defined in inheritance hierarchies, this class is about to be removed. In order to prepare for that, this moves the utility functions to a separate UITestUtil class. This also includes making some methods static that were effectively static before.