Home
last modified time | relevance | path

Searched refs:expectedException (Results 1 – 8 of 8) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestCase.php137 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/
DDataElementsTest.php109 $expectedException = null argument
114 if ($expectedException !== null) {
122 $this->assertEquals($expectedException, get_class($e));
/plugin/elasticsearch/vendor/react/promise/src/
Dfunctions.php344 $expectedException = $parameters[0];
348 if (!$expectedException->getClass()) {
352 return $expectedException->getClass()->isInstance($object);
356 $type = $expectedException->getType();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
DChangeLog-5.7.md146 …tps://github.com/sebastianbergmann/phpunit/pull/1983): Tests with `@expectedException` annotation …
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js27577 function expectedException(actual, expected) {
27614 if (!shouldThrow && expectedException(actual, expected)) {
27619 !expectedException(actual, expected)) || (!shouldThrow && actual)) {
Dpdfmake.min.js.map1expectedException","_throws","shouldThrow","hasOwn","generatedMessage","captureStackTrace","fn_nam…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js378 function expectedException(actual, expected, msg, fn) {
520 if (error && !expectedException(actual, error, message, stackStartFn)) {
533 if (!error || expectedException(actual, error)) {
Dpdfmake.min.js2expectedException(r,i,o,u){if("function"!=typeof i){if(D(i))return i.test(r);if(2===arguments.leng… function