Home
last modified time | relevance | path

Searched defs:assertNotInstanceOf (Results 1 – 3 of 3) sorted by relevance

/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js377 assertNotInstanceOf: function(expected, actual) { method in Test.Unit.Assertions
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1042 function assertNotInstanceOf($expected, $actual, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1485 public static function assertNotInstanceOf($expected, $actual, $message = '') function in PHPUnit_Framework_Assert