shouldNotContain

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void shouldNotContain(string[] haystack, string needle, string file, size_t line)
    void
    shouldNotContain
    (
    string[] haystack
    ,
    in string needle
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
  2. void shouldNotContain(string haystack, string needle, string file, size_t line)

Meta