Searched refs:expectedException (Results 1 – 8 of 8) sorted by relevance
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
D | TestCase.php | 137 private $expectedException = null; variable in PHPUnit_Framework_TestCase 508 return $this->expectedException; 530 $this->expectedException = $exception; 556 $this->expectedException = $exception; 573 $this->expectedException = $exception; 583 if (!$this->expectedException) { 584 $this->expectedException = \Exception::class; 601 if (!$this->expectedException) { 602 $this->expectedException = \Exception::class; 641 $expectedException = PHPUnit_Util_Test::getExpectedException( [all …]
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/ |
D | DataElementsTest.php | 109 $expectedException = null argument 114 if ($expectedException !== null) { 122 $this->assertEquals($expectedException, get_class($e));
|
/plugin/elasticsearch/vendor/react/promise/src/ |
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/ |
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/ |
D | pdfmake.js | 27577 function expectedException(actual, expected) { 27614 if (!shouldThrow && expectedException(actual, expected)) { 27619 !expectedException(actual, expected)) || (!shouldThrow && actual)) {
|
D | pdfmake.min.js.map | 1 …expectedException","_throws","shouldThrow","hasOwn","generatedMessage","captureStackTrace","fn_nam…
|
/plugin/datatables/assets/pdfmake/ |
D | pdfmake.js | 378 function expectedException(actual, expected, msg, fn) { 520 if (error && !expectedException(actual, error, message, stackStartFn)) { 533 if (!error || expectedException(actual, error)) {
|
D | pdfmake.min.js | 2 …expectedException(r,i,o,u){if("function"!=typeof i){if(D(i))return i.test(r);if(2===arguments.leng… function
|