On Sun Mar 23 02:04:55 2025 +0000, Connor McAdams wrote:
Is there any way to write tests for this? I understand the WinEvent one might be difficult to write a test for, but for `Accessible_accDoDefaultAction()` I'd mostly be curious to confirm that it returns `DISP_E_MEMBERNOTFOUND` since that's a unique return value to me.
Those should both be reasonable to test. I was going by MSDN for the return value.