Asserts that two given JSON encoded objects or arrays are not equal.
string $expectedJson:
string $actualJson:
string $message:
function assertJsonStringNotEqualsJsonString($expectedJson, $actualJson, $message = '') {
return call_user_func_array('PHPUnit_Framework_Assert::assertJsonStringNotEqualsJsonString', func_get_args());
}