Home
last modified time | relevance | path

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

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