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
I just spent some time trying to find a Unity test assertion macro that includes the failed condition source code in the logged message, as classic assertion macros do, for example
assert(a != NULL);
prints a message including "a != NULL". Is there an equivalent functionality in Unity test assertions, if not, any particular reason why not?
The text was updated successfully, but these errors were encountered:
I just spent some time trying to find a Unity test assertion macro that includes the failed condition source code in the logged message, as classic assertion macros do, for example
assert(a != NULL);
prints a message including "a != NULL". Is there an equivalent functionality in Unity test assertions, if not, any particular reason why not?
The text was updated successfully, but these errors were encountered: