is Equal To
Asserts the value is equal to the expected one, using ==.
See also
is Not Equal To
Asserts the array contents are equal to the expected one, using contentDeepEquals.
See also
is Not Equal To
Asserts the string is equal to the expected string.
Parameters
ignore Case
true to compare ignoring case, the default if false.
See also
is Not Equal To