Define STRCMP_EQUAL¶
Defined in File Shell.hpp
Define Documentation¶
-
STRCMP_EQUAL(expected, actual)¶
[source] Fail if the C strings
expectedandactualdiffer (strcmp).Use this instead of CHECK_EQUAL for
constchar* values — CHECK_EQUAL compares the pointer addresses, not the string content.See also
- Parameters:
expected – Expected C string (may be nullptr).
actual – Actual C string (may be nullptr).