If the actual value of a test was a string, this was matching against arrays that contained the strings. This was due to the use of the contains matcher, which against string looks for substrings, when it was intended to look for array elements.
If the actual value of a test was a string, this was matching against arrays that contained the strings. This was due to the use of the contains matcher, which against string looks for substrings, when it was intended to look for array elements.