Verify that the value is not in the container.
UnitTestException on failure
shouldNotBeIn(3.5, [1.1, 2.2, 4.4]); shouldNotBeIn(1.0, [2.0 : 1, 3.0 : 2]);
See Implementation
Verify that the value is not in the container.