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
If the returned Throwable of Junit's assertThrows is used for further checks, the build breaks when the "Prefer AssertJ" conversion is applied. This is because AssertJ's assertThatThrownBy does not return a Throwable.
What happened?
If the returned Throwable of Junit's
assertThrows
is used for further checks, the build breaks when the "Prefer AssertJ" conversion is applied. This is because AssertJ'sassertThatThrownBy
does not return a Throwable.Example from a PR:
The text was updated successfully, but these errors were encountered: