Searched refs:thrownException (Results 1 – 7 of 7) sorted by relevance
29 protected $thrownException; variable in PHPUnit_Framework_TestFailure49 $this->thrownException = $t;62 $this->thrownException->getMessage()73 return self::exceptionToString($this->thrownException);136 public function thrownException() function in PHPUnit_Framework_TestFailure138 return $this->thrownException;148 return $this->thrownException()->getMessage();159 return ($this->thrownException() instanceof PHPUnit_Framework_AssertionFailedError);
81 function PHPUnit_TestFailure(&$failedTest, &$thrownException) { argument83 $this->_thrownException = &$thrownException;102 function &thrownException() { function in PHPUnit_TestFailure
65 protected $thrownException; variable in Facebook\\FacebookResponse202 throw $this->thrownException;210 $this->thrownException = FacebookResponseException::create($this);220 return $this->thrownException;
198 $exception = $failure->thrownException();
386 $exception = $error->thrownException();
229 $message = $lastSkippedResult->thrownException()->getMessage();
264 $e = $defect->thrownException();