Home
last modified time | relevance | path

Searched refs:expectedException (Results 1 – 6 of 6) sorted by path

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js27577 function expectedException(actual, expected) {
27614 if (!shouldThrow && expectedException(actual, expected)) {
27619 !expectedException(actual, expected)) || (!shouldThrow && actual)) {
H A Dpdfmake.min.js.map1expectedException","_throws","shouldThrow","hasOwn","generatedMessage","captureStackTrace","fn_nam…
/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php344 $expectedException = $parameters[0];
348 if (!$expectedException->getClass()) {
352 return $expectedException->getClass()->isInstance($object);
356 $type = $expectedException->getType();
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DDataElementsTest.php109 $expectedException = null argument
114 if ($expectedException !== null) {
122 $this->assertEquals($expectedException, get_class($e));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md146 …tps://github.com/sebastianbergmann/phpunit/pull/1983): Tests with `@expectedException` annotation …
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php137 private $expectedException = null; variable in PHPUnit_Framework_TestCase
508 return $this->expectedException;
530 $this->expectedException = $exception;
573 $this->expectedException = $exception;
583 if (!$this->expectedException) {
584 $this->expectedException = \Exception::class;
601 if (!$this->expectedException) {
646 if ($expectedException !== false) {
1092 $this->expectedException
1129 if ($this->expectedException !== null) {
[all …]