Home
last modified time | relevance | path

Searched refs:numAssertions (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php69 protected $numAssertions = 0; variable in PHPUnit_TextUI_ResultPrinter
349 $this->numAssertions,
350 ($this->numAssertions == 1) ? '' : 's'
393 $this->writeCountString($this->numAssertions, 'Assertions', $color, true);
540 $this->numAssertions += $test->getNumAssertions();
542 $this->numAssertions++;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php354 $numAssertions = $test->getNumAssertions();
355 $this->testSuiteAssertions[$this->testSuiteLevel] += $numAssertions;
359 $numAssertions
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist69 'numAssertions' => $test->getNumAssertions(),
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php210 private $numAssertions = 0; variable in PHPUnit_Framework_TestCase
885 $this->numAssertions = 0;
1148 $this->numAssertions++;
1168 $this->numAssertions += count($methodProphecy->getCheckedPredictions());
1771 $this->numAssertions += $count;
1781 return $this->numAssertions;