You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think we can provide a good codefix here is it mostly depends on user intent. We have a test method marked with ExpectedException attribute but can't statically "guess" at which line the exception is expected. The best the codefix can do is to wrap the whole test method with Assert.ThrowsException, but it's not ideal.
AB#2200928
The text was updated successfully, but these errors were encountered: