18 calls to PHPUnit_Framework_Assert::assertNotEquals()

Framework_AssertTest::testAssertNotEqualsFails in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertNotEquals @dataProvider equalProvider
Framework_AssertTest::testAssertNotEqualsSucceeds in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertNotEquals @dataProvider notEqualProvider
Framework_AssertTest::testAssertStringEqualsNumeric2 in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertNotEquals
Framework_MockObjectTest::testArgumentCloningOptionGeneratesUniqueMock in drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php
Framework_MockObjectTest::testMockClassDifferentForPartialMocks in drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php
Framework_MockObjectTest::testMockClassStoreOverrulable in drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php
Framework_MockObjectTest::testOriginalCloneSettingConsidered in drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php
PHPUnit_Framework_Assert::assertAttributeNotEquals in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a variable is not equal to an attribute of an object.
PHPUnit_Framework_Assert::assertFileNotEquals in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that the contents of one file is not equal to the contents of another file.
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.
PHPUnit_Framework_Assert::assertNotSame in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that two variables do not have the same type and value. Used on objects, it asserts that two variables do not reference the same object.
PHPUnit_Framework_Assert::assertStringNotEqualsFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that the contents of a string is not equal to the contents of a file.
PHPUnit_Framework_Assert::assertXmlFileNotEqualsXmlFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that two XML files are not equal.
PHPUnit_Framework_Assert::assertXmlStringNotEqualsXmlFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that two XML documents are not equal.
PHPUnit_Framework_Assert::assertXmlStringNotEqualsXmlString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that two XML documents are not equal.
Twig_Test_EscapingTest::testCssEscapingEscapesOwaspRecommendedRanges in drupal/core/vendor/twig/twig/test/Twig/Tests/escapingTest.php
Twig_Test_EscapingTest::testHtmlAttributeEscapingEscapesOwaspRecommendedRanges in drupal/core/vendor/twig/twig/test/Twig/Tests/escapingTest.php
Twig_Test_EscapingTest::testJavascriptEscapingEscapesOwaspRecommendedRanges in drupal/core/vendor/twig/twig/test/Twig/Tests/escapingTest.php