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
Currently, Hamcrest's assertThat family of methods is defined on MatcherAssert.
It would be better to rename this to MatcherAssertions, to align with JUnit 5's Assertions which defines the assert family of methods.
The text was updated successfully, but these errors were encountered:
Currently, Hamcrest's
assertThat
family of methods is defined onMatcherAssert
.It would be better to rename this to
MatcherAssertions
, to align with JUnit 5'sAssertions
which defines theassert
family of methods.The text was updated successfully, but these errors were encountered: