Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not all of the DS coverage tests have logged function calls #125

Closed
3 tasks done
chillfig opened this issue Feb 15, 2024 · 0 comments · Fixed by #126
Closed
3 tasks done

Not all of the DS coverage tests have logged function calls #125

chillfig opened this issue Feb 15, 2024 · 0 comments · Fixed by #126
Assignees

Comments

@chillfig
Copy link
Contributor

Checklist (Please check before submitting)

  • I reviewed the Contributing Guide.
  • I reviewed the README file to see if the feature is in the major future work.
  • I performed a cursory search to see if the feature request is relevant, not redundant, nor in conflict with other tickets.

Is your feature request related to a problem? Please describe.
In the coverage tests of DS, there are a number of tests that do not check for/assert on function calls. The call should still be logged to the output to record the fact that the function was invoked.

Describe the solution you'd like
Wrap each void function call in the coverage with UtAssert_VOIDCALL so that we record the function invocation.

Describe alternatives you've considered
Leave as is.

Additional context
N/A

Requester Info
Justin Figueroa, Vantage Systems

@chillfig chillfig self-assigned this Feb 15, 2024
chillfig pushed a commit to chillfig/DS that referenced this issue Feb 15, 2024
dzbaker added a commit that referenced this issue Feb 15, 2024
Fix #125, Adds utassert macro for logging function calls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant