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
The constraint junit<4,5>:AssertionMustProvideMessage returns false positives, if assert methods are used having a return type which is not void. For example, the assertThrows(...) methods declared in org.junit.jupiter.api.Assertions return the corresponding Throwable instead of void.
The text was updated successfully, but these errors were encountered:
The constraint
junit<4,5>:AssertionMustProvideMessage
returns false positives, if assert methods are used having a return type which is notvoid
. For example, theassertThrows(...)
methods declared inorg.junit.jupiter.api.Assertions
return the correspondingThrowable
instead ofvoid
.The text was updated successfully, but these errors were encountered: