Home
last modified time | relevance | path

Searched refs:assertNotNull (Results 1 – 18 of 18) sorted by last modified time

/plugin/ifauthex/_test/
H A Dgeneral.test.php141 $this->assertNotNull($ast = auth_expr_parse($expr));
142 $this->assertNotNull($rebuiltExpr = $ast->getRepresentation());
150 $this->assertNotNull($ast = auth_expr_parse($expr));
151 $this->assertNotNull($rebuiltExpr = $ast->getRepresentation());
204 $this->assertNotNull($ast = auth_expr_parse($expr));
215 $this->assertNotNull(auth_expr_parse('()'));
220 $this->assertNotNull(auth_expr_parse(''));
/plugin/webcode/_test/
H A Ddokuwiki.test.php36 $this->assertNotNull($this->cacheKey, 'The key must be not NULL');
46 …$this->assertNotNull($cache->cache, "The cache file name must be not NULL. It was (+".$cache->cach…
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DDataElementsTest.php58 $this->assertNotNull($element);
119 $this->assertNotNull($element);
173 $this->assertNotNull($element);
H A DDataHelperTest.php29 $this->assertNotNull($value);
76 $this->assertNotNull($numericValueElement);
H A DPropertyTest.php52 $this->assertNotNull($property);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1153 public static function assertNotNull($actual, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1607 $this->assertNotNull(new stdClass);
1610 $this->assertNotNull(null);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php37 self::assertNotNull($m);
292 self::assertNotNull($m);
303 self::assertNotNull($m);
494 self::assertNotNull($m);
H A DDoctrineDriverTest.php29 self::assertNotNull($meta);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1087 function assertNotNull($actual, $message = '') function
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DIssue259Test.php17 $this->assertNotNull($rrule);
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DValidatorAtom.php
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php251 function assertNotNull($actual, $message = '') { function in PHPUnit_Assert
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.parse.atrules.php11 $this->assertNotNull($color);
24 $this->assertNotNull($color);
37 $this->assertNotNull($content);
H A Dtest.radio.png.php21 $this->assertNotNull($tree);
43 $this->assertNotNull($tree);
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js350 assertNotNull: function(object) { method in Test.Unit.Assertions
444 this.assertNotNull(element);
/plugin/indexmenu2/cms/extensions/tests/
H A DjsUnitCore.js1 …StringForValue(null)+' but was '+_displayStringForValue(i));}function assertNotNull(){_validateArg… function
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js174 function assertNotNull() { function