audk/UnitTestFrameworkPkg/Library/UnitTestDebugAssertLib
Michael D Kinney 2d144d7e14 UnitTestFrameworkPkg/UnitTestDebugAssertLib: Add GoogleTest support
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4683

Add an C++ implementation of UnitTestDebugAssert() API for
host-based environments. GoogleTest based environments throw
a C++ exception of type std::runtime_error when an ASSERT() is
triggered with a description that contains the filename, line
number, and the expression that triggered the ASSERT().

Cc: Michael Kubacki <mikuback@linux.microsoft.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
2024-02-14 02:37:16 +00:00
..
UnitTestDebugAssertLib.c
UnitTestDebugAssertLib.inf
UnitTestDebugAssertLib.uni
UnitTestDebugAssertLibHost.cpp UnitTestFrameworkPkg/UnitTestDebugAssertLib: Add GoogleTest support 2024-02-14 02:37:16 +00:00
UnitTestDebugAssertLibHost.inf UnitTestFrameworkPkg/UnitTestDebugAssertLib: Add GoogleTest support 2024-02-14 02:37:16 +00:00
UnitTestDebugAssertLibHost.uni UnitTestFrameworkPkg/UnitTestDebugAssertLib: Add GoogleTest support 2024-02-14 02:37:16 +00:00