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 provided AssertXXX macros seem to be written in a non-standard way - for some reason, they trigger when asserted expressions are true, instead of triggering on false. This is quite confusing, and caused me some debugging, that could be avoided if:
The macros were renamed to differentiate their behaviour from normal assertions
The macros were changed to behave in a more standard way
The text was updated successfully, but these errors were encountered:
The provided
AssertXXX
macros seem to be written in a non-standard way - for some reason, they trigger when asserted expressions aretrue
, instead of triggering onfalse
. This is quite confusing, and caused me some debugging, that could be avoided if:The text was updated successfully, but these errors were encountered: