contains
Asserts the array contains the expected element, using in.
See also
does Not Contain
Asserts the char sequence contains the expected subsequence.
Parameters
ignore Case
true to compare ignoring case, the default if false.
Asserts the char sequence contains the expected subsequence(s).
Parameters
ignore Case
true to compare ignoring case, the default if false.
Asserts the char sequence contains the expected char sequences.
Parameters
ignore Case
true to compare ignoring case, the default if false.
Asserts the iterable contains the expected element, using in.
See also
does Not Contain
Asserts the map contains the expected key-value pair.
See also
does Not Contain
Asserts the sequence contains the expected element, using in.
See also
does Not Contain