6 calls to PHPUnit_Framework_Assert::assertJson()

PHPUnit_Framework_Assert::assertJsonFileEqualsJsonFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that two JSON files are equal.
PHPUnit_Framework_Assert::assertJsonFileNotEqualsJsonFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that two JSON files are not equal.
PHPUnit_Framework_Assert::assertJsonStringEqualsJsonFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that the generated JSON encoded object and the content of the given file are equal.
PHPUnit_Framework_Assert::assertJsonStringEqualsJsonString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that two given JSON encoded objects or arrays are equal.
PHPUnit_Framework_Assert::assertJsonStringNotEqualsJsonFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that the generated JSON encoded object and the content of the given file are not equal.
PHPUnit_Framework_Assert::assertJsonStringNotEqualsJsonString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that two given JSON encoded objects or arrays are not equal.