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.
Many stub count checks call UT_GetStubCount directly, utilize UtAssert_True for the test and don't print the expected/actual stub count.
Describe the solution you'd like
Use the stub. The standard print is more useful.
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Many stub count checks call
UT_GetStubCount
directly, utilizeUtAssert_True
for the test and don't print the expected/actual stub count.Describe the solution you'd like
Use the stub. The standard print is more useful.
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: