Returns a matcher that matches if the match argument is in the expected value. This is the converse of contains.
Matcher isIn(expected) => new _In(expected);