-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the following macros for UT assert: UtAssert_INT32_EQ - check equality as 32 bit signed int UtAssert_UINT32_EQ - check equality as 32 bit unsigned int UtAssert_NOT_NULL - check pointer not null UtAssert_NULL - check pointer is null UtAssert_NONZERO - check integer is nonzero UtAssert_ZERO - check integer is zero UtAssert_STUB_COUNT - check stub count These are all just wrappers around UtAssert_True for commonly-used asserts. The description message is auto generated so it is consistent.
- Loading branch information
Showing
1 changed file
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters