Asserts the number of elements of an array, Countable or Iterator.
integer $expectedCount:
mixed $haystack:
string $message:
function assertNotCount($expectedCount, $haystack, $message = '') {
return call_user_func_array('PHPUnit_Framework_Assert::assertNotCount', func_get_args());
}