Skip to content

Commit

Permalink
Fix #1124, add generic asserts from CFE coverage testing
Browse files Browse the repository at this point in the history
Migrates some of the assert extensions that were added for CFE
coverage testing to the UtAssert level, so they can be used
in a wider scope of tests, not just CFE coverage.

The existing macros (e.g. UtAssert_INT32_EQ) are updated to
use the same facility.

All macros are now also a single line and return the boolean
pass/fail status, which was a useful feature of the CFE macros.
  • Loading branch information
jphickey committed Jul 30, 2021
1 parent f11d049 commit 5b26ad4
Show file tree
Hide file tree
Showing 3 changed files with 577 additions and 54 deletions.
Loading

0 comments on commit 5b26ad4

Please sign in to comment.