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