Home
last modified time | relevance | path

Searched refs:getNumAssertions (Results 1 – 5 of 5) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
DTestCaseMethod.tpl.dist69 'numAssertions' => $test->getNumAssertions(),
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestResult.php770 $test->getNumAssertions() == 0) {
856 $test->getNumAssertions() == 0) {
DTestCase.php1779 public function getNumAssertions() function in PHPUnit_Framework_TestCase
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
DJUnit.php354 $numAssertions = $test->getNumAssertions();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
DResultPrinter.php540 $this->numAssertions += $test->getNumAssertions();