Define STRCMP_CONTAINS

Define Documentation

STRCMP_CONTAINS(expected, actual)
[source]

Fail if actual does not contain the substring expected.

Parameters:
  • expected – Substring that must be present.

  • actual – String to search within.