Overload List

  NameDescription
DoesNotContain<(Of <(T>)>)(IEnumerable<(Of <(T>)>), T)
Verifies that unexpectedValue is not in the enumeration enumeration.
DoesNotContain(String, String)
Verifies that a string does not contain some unexpected substring.
DoesNotContain(String, String, StringComparison)
Verifies that a string does not contain some unexpected substring.
DoesNotContain<(Of <(T>)>)(IEnumerable<(Of <(T>)>), T, String, array<Object>[]()[])
Verifies that unexpectedValue is not in the enumeration enumeration.
DoesNotContain(String, String, String, array<Object>[]()[])
Verifies that a string does not contain some unexpected substring.
DoesNotContain(String, String, StringComparison, String, array<Object>[]()[])
Verifies that a string does not contain some unexpected substring.

See Also