Assert that a string does not contain the given substring. @param message the message to fail with if the substring is present in the target string. @param needle the string to search for. @param haystack the string to search in.
(String message, String needle, String haystack)