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
This could be a better fit. Additionally this should deprecate the current Assertions and verify. Also consider a non breaking renaming of the current methods of the verifiers to fit the overall naming convention and since they currently act like assertions.
The text was updated successfully, but these errors were encountered:
Description
The current implemented Assertion feel wrong, aesthetically and and from the handling since they combine actual arguments and boundaries.
Consider instead doing:
or
or similar.
This could be a better fit. Additionally this should deprecate the current Assertions and
verify
. Also consider a non breaking renaming of the current methods of the verifiers to fit the overall naming convention and since they currently act like assertions.The text was updated successfully, but these errors were encountered: