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 Aug 2, 2021
1 parent f11d049 commit 8f2fe0b
Show file tree
Hide file tree
Showing 4 changed files with 641 additions and 55 deletions.
Loading

0 comments on commit 8f2fe0b

Please sign in to comment.