Define CHECK_EQUAL_STRING

Define Documentation

CHECK_EQUAL_STRING(expected, actual)
[source]

Fail if the C strings expected and actual differ (strcmp).

Parameters:
  • expected – Expected C string.

  • actual – Actual C string.