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
S3431 implementation now checks if an assertion is done in a catch or finally block (see here). The detection is very similar but less thorough than S2699 (TestMethodShouldContainAssertion)
This detection should be extracted so it can be reused in both rules.
The text was updated successfully, but these errors were encountered:
S3431 implementation now checks if an assertion is done in a catch or finally block (see here). The detection is very similar but less thorough than S2699 (TestMethodShouldContainAssertion)
This detection should be extracted so it can be reused in both rules.
The text was updated successfully, but these errors were encountered: