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
Is your feature request related to a problem? Please describe.
I have to add UtAssert_True as an outer shell to any of the asserts that do not use dynamic arguments.
Describe the solution you'd like
Update all the macros (except for UtAssert_Simple) to use UtAssertEx as the base function, removing description and adding VA_ARGS.
Describe alternatives you've considered
UtAssert_True wrapper around calls, but this results in two asserts per check which is unnecessary.
Additional context
Wrote up the change and did not see any issues while building or running tests.
Requester Info
Alan Gibson NASA GSFC/587
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have to add UtAssert_True as an outer shell to any of the asserts that do not use dynamic arguments.
Describe the solution you'd like
Update all the macros (except for UtAssert_Simple) to use UtAssertEx as the base function, removing description and adding VA_ARGS.
Describe alternatives you've considered
UtAssert_True wrapper around calls, but this results in two asserts per check which is unnecessary.
Additional context
Wrote up the change and did not see any issues while building or running tests.
Requester Info
Alan Gibson NASA GSFC/587
The text was updated successfully, but these errors were encountered: