Home
last modified time | relevance | path

Searched refs:addFailure (Results 1 – 18 of 18) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestResult.php302 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_Framework_TestResult
689 $this->addFailure(
753 $this->addFailure(
808 $this->addFailure(
817 $this->addFailure(
827 $this->addFailure(
851 $this->addFailure($test, $e, $time);
857 $this->addFailure(
865 $this->addFailure(
879 $this->addFailure(
DBaseTestListener.php27 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_Framework_BaseTestListener
DTestListener.php45 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function
DTestSuite.php687 $result->addFailure($this, $e, 0);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
DPhptTestCase.php165 $result->addFailure($this, new PHPUnit_Framework_SkippedTestError($message), 0);
193 $result->addFailure(
203 $result->addFailure($this, $e, $time);
212 $result->addFailure(
DTicketListener.php44 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_Extensions_TicketListener
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
DTestResult.php129 function addFailure(&$test, &$t) { function in PHPUnit_TestResult
133 $this->_listeners[$i]->addFailure($test, $t);
DTestListener.php134 function addFailure(&$test, &$t) { /*abstract */ } function in PHPUnit_TestListener
DTestCase.php252 $this->_result->addFailure($this, $message);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
DTestListenerTest.php33 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in Framework_TestListenerTest
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
DTAP.php76 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_Util_Log_TAP
DJSON.php78 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_Util_Log_JSON
DTeamCity.php95 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_Util_Log_TeamCity
DJUnit.php151 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_Util_Log_JUnit
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
DXML.php89 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_Util_TestDox_ResultPrinter_XML
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
DPHP.php359 $result->addFailure(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
DResultPrinter.php154 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_Util_TestDox_ResultPrinter
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
DResultPrinter.php429 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_TextUI_ResultPrinter