Home
last modified time | relevance | path

Searched refs:thrownException (Results 1 – 7 of 7) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php264 $e = $defect->thrownException();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DSuiteTest.php229 $message = $lastSkippedResult->thrownException()->getMessage();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestFailure.php29 protected $thrownException; variable in PHPUnit_Framework_TestFailure
49 $this->thrownException = $t;
62 $this->thrownException->getMessage()
73 return self::exceptionToString($this->thrownException);
136 public function thrownException() function in PHPUnit_Framework_TestFailure
138 return $this->thrownException;
148 return $this->thrownException()->getMessage();
159 return ($this->thrownException() instanceof PHPUnit_Framework_AssertionFailedError);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php386 $exception = $error->thrownException();
/plugin/authfacebook/lib/
H A DFacebookResponse.php65 protected $thrownException; variable in Facebook\\FacebookResponse
202 throw $this->thrownException;
210 $this->thrownException = FacebookResponseException::create($this);
220 return $this->thrownException;
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DHTML.php198 $exception = $failure->thrownException();
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestFailure.php81 function PHPUnit_TestFailure(&$failedTest, &$thrownException) { argument
83 $this->_thrownException = &$thrownException;
102 function &thrownException() { function in PHPUnit_TestFailure