For tests that declare expected exception like ``` @Test(expectedExceptions = SomeException.class) public void testThrowsException() { ``` the framework does wrong test resolution as failed test: <img width="1191" height="327" alt="Image" src="https://github.com/user-attachments/assets/a8cd02d8-9ab6-42a8-b8f8-905b6195d87b" />