does Not Contain
Asserts the array does not contain the expected element, using !in.
See also
contains
Asserts the char sequence does not contain the specified char sequence.
Parameters
ignore Case
true to compare ignoring case, the default if false.
Asserts the char sequence does not contain the specified char sequence(s).
Parameters
ignore Case
true to compare ignoring case, the default if false.
fun Assert<CharSequence>.doesNotContain(expected: Iterable<CharSequence>, ignoreCase: Boolean = false)
Asserts the char sequence does not contain the specified char sequences.
Parameters
ignore Case
true to compare ignoring case, the default if false.
Asserts the iterable does not contain the expected element, using !in.
See also
contains
Asserts the map does not contain the expected key-value pair.
See also
contains
Asserts the sequence does not contain the expected element, using !n.
See also
contains