Vadim Zeitlin
|
fa5964c100
|
Use WaitFor() and new YieldForAWhile() helpers in the tests
Reuse the existing function (and another new one, which is even simpler)
instead of duplicating its code in many places in the tests.
No real changes.
|
2023-10-02 15:10:36 +02:00 |
|
Vadim Zeitlin
|
dc6085a808
|
Use WaitFor() in WaitForPaint::YieldUntilPainted()
No real changes, just refactor the existing code to call the new
function instead of duplicating it.
|
2023-10-01 21:32:09 +02:00 |
|
Vadim Zeitlin
|
1237322404
|
Add WaitFor() helper and use it in Button::Click unit test
This test also sporadically happens under AppVeyor, check if it happens
because we need to wait for some time before the event is processed.
|
2023-10-01 21:30:00 +02:00 |
|
Vadim Zeitlin
|
55e074f5bc
|
Rename tests/waitforpaint.h into just waitfor.h
No changes yet, just prepare for adding more "waiting" helpers.
|
2023-10-01 21:25:46 +02:00 |
|