Home
last modified time | relevance | path

Searched defs:assertNull (Results 1 – 6 of 6) sorted by relevance

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php270 function assertNull($actual, $message = '') { function in PHPUnit_Assert
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js168 function assertNull() { function
/plugin/indexmenu2/cms/extensions/tests/
H A DjsUnitCore.js1 …r i=top;if(!i){i=window;while(i.parent){i=i.parent;if(i.top&&i.top.jsUnitTestSuite){i=i.top;break}…
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js333 assertNull: function(obj) { method in Test.Unit.Assertions
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1149 function assertNull($actual, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1142 public static function assertNull($actual, $message = '') function in PHPUnit_Framework_Assert