edk2/UnitTestFrameworkPkg/Include/Library
Michael D Kinney b4e5860fd5 UnitTestFrameworkPkg/GoogleTestLib: Enhance unit test NULL checks
gtest.h uses standard includes that define NULL to __null. This
is different that the C++ standard that uses nullptr. Redefine
NULL in GoogleTestLib.h to use C++ form of nullptr. This allows
NULL to be used in checks and mocks without explicit typecasts.

Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
2025-06-24 19:32:41 +00:00
..
FunctionMockLib.h UnitTestFrameworkPkg: Add gmock support to GoogleTestLib 2023-04-10 05:59:02 +00:00
GoogleTestLib.h UnitTestFrameworkPkg/GoogleTestLib: Enhance unit test NULL checks 2025-06-24 19:32:41 +00:00
HostMemoryAllocationBelowAddressLib.h UnitTestFrameworkPkg/MemoryAllocationLibPosix: Add allocate below address 2025-01-21 05:02:38 +00:00
SubhookLib.h UnitTestFrameworkPkg: Add subhook submodule required for gmock 2023-04-10 05:59:02 +00:00
UnitTestPersistenceLib.h UnitTestFrameworkPkg: Modify APIs in UnitTestPersistenceLib 2022-12-14 13:34:33 +00:00