Searched refs:expectedException (Results 1 – 6 of 6) sorted by relevance
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | TestCase.php | 137 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 …]
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/ |
H A D | DataElementsTest.php | 109 $expectedException = null argument 114 if ($expectedException !== null) { 122 $this->assertEquals($expectedException, get_class($e));
|
/plugin/elasticsearch/vendor/react/promise/src/ |
H A D | functions.php | 344 $expectedException = $parameters[0]; 348 if (!$expectedException->getClass()) { 352 return $expectedException->getClass()->isInstance($object); 356 $type = $expectedException->getType();
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/ |
H A D | ChangeLog-5.7.md | 146 …tps://github.com/sebastianbergmann/phpunit/pull/1983): Tests with `@expectedException` annotation …
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 27577 function expectedException(actual, expected) { 27614 if (!shouldThrow && expectedException(actual, expected)) { 27619 !expectedException(actual, expected)) || (!shouldThrow && actual)) {
|
H A D | pdfmake.min.js.map | 1 …expectedException","_throws","shouldThrow","hasOwn","generatedMessage","captureStackTrace","fn_nam…
|