Verify that the value is in the container.
UnitTestException on failure
shouldBeIn(4, [1, 2, 4]); shouldBeIn("foo", ["foo" : 1]);
See Implementation
Verify that the value is in the container.