Substring search assertion
Passes if the actual String contains the specified substring.
actual (String): The string value
to inspect.
substring (String): Substring to
search for.
Expect_pass when found; Expect_hold on NA;
Expect_stop if missing.
assert(expect_str_contains("hello world", "world"))