Verify that two values are not the same.
UnitTestException on failure
shouldNotEqual(true, false); shouldNotEqual(1, 2); shouldNotEqual("f", "b"); shouldNotEqual([2, 3], [2, 3, 4]);
shouldNotEqual(1.0, 2.0);
See Implementation
Verify that two values are not the same.