Home
last modified time | relevance | path

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

12

/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/phpunit/PHPUnit/TextUI/
H A DResultPrinter.php83 protected $numAssertions = 0; variable in PHPUnit_TextUI_ResultPrinter
373 $this->numAssertions,
374 ($this->numAssertions == 1) ? '' : 's'
400 $this->numAssertions,
431 $this->numAssertions,
619 $this->numAssertions += $test->getNumAssertions();
623 $this->numAssertions++;
/dports/devel/gitlist/gitlist/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php71 protected $numAssertions = 0; variable in PHPUnit_TextUI_ResultPrinter
346 $this->numAssertions,
347 ($this->numAssertions == 1) ? '' : 's'
370 $this->writeCountString($this->numAssertions, 'Assertions', $color, true);
513 $this->numAssertions += $test->getNumAssertions();
515 $this->numAssertions++;
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/jasat/modules/
H A DStatModule.java60 private long numAssertions = 0; field in StatModule
95 numAssertions++; in onAssertion()
157 logStat("assertions", numAssertions, timeDiff); in logStats()
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/phpunit/PHPUnit/Util/Log/
H A DJUnit.php431 $numAssertions = $test->getNumAssertions();
432 $this->testSuiteAssertions[$this->testSuiteLevel] += $numAssertions;
435 'assertions', $numAssertions
/dports/math/cvc4/CVC4-1.7/src/theory/bv/bitblast/
H A Dlazy_bitblaster.cpp331 d_fullModelAssertionLevel.set(d_bv->numAssertions()); in solve()
441 int numAssertions = d_bv->numAssertions(); in getEqualityStatus() local
446 << (d_fullModelAssertionLevel.get() == numAssertions) << "\n"; in getEqualityStatus()
455 if (d_fullModelAssertionLevel.get() != numAssertions) in getEqualityStatus()
/dports/devel/gitlist/gitlist/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php396 $numAssertions = $test->getNumAssertions();
397 $this->testSuiteAssertions[$this->testSuiteLevel] += $numAssertions;
401 $numAssertions
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/phpunit/PHPUnit/Framework/
H A DTestCase.php249 private $numAssertions = 0; variable in PHPUnit_Framework_TestCase
787 $this->numAssertions = 0;
1042 $this->numAssertions++;
1471 $this->numAssertions += $count;
1482 return $this->numAssertions;
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/phpunit/PHPUnit/Framework/Process/
H A DTestCaseMethod.tpl.dist32 'numAssertions' => $test->getNumAssertions(),
/dports/devel/gitlist/gitlist/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php210 private $numAssertions = 0; variable in PHPUnit_Framework_TestCase
741 $this->numAssertions = 0;
999 $this->numAssertions++;
1017 $this->numAssertions += count($methodProphecy->getCheckedPredictions());
1575 $this->numAssertions += $count;
1587 return $this->numAssertions;
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/TestSuite/Reporter/
H A DCakeTextReporter.php82 ', Passes: ' . $this->numAssertions .
H A DCakeBaseReporter.php230 $this->numAssertions += $test->getNumAssertions();
H A DCakeHtmlReporter.php157 echo "<strong>" . $this->numAssertions . "</strong> assertions and ";
/dports/devel/gitlist/gitlist/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist66 'numAssertions' => $test->getNumAssertions(),
/dports/devel/cquery/cquery-20180718/third_party/doctest/doctest/parts/
H A Ddoctest_impl.h262 int numAssertions; member
281 numAssertions = 0; in resetRunData()
1192 contextState->numAssertions += contextState->numAssertionsForCurrentTestcase; in reportFatal()
2063 DOCTEST_SNPRINTF(buff, DOCTEST_COUNTOF(buff), "assertions: %6d", p->numAssertions); in printSummary()
2068 p->numAssertions - p->numFailedAssertions); in printSummary()
2069 DOCTEST_PRINTF_COLORED(buff, (p->numAssertions == 0 || anythingFailed) ? Color::None : in printSummary()
2402 p->numAssertions += p->numAssertionsForCurrentTestcase; in run()
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dtheory.h731 size_t numAssertions() { in numAssertions() function
/dports/math/e-antic/cereal-51cbda5/unittests/
H A Ddoctest.h1870 int numAssertions;
1882 numAssertions = 0;
3267 p->numAssertions += p->numAssertionsForCurrentTestcase;
3325 DOCTEST_SNPRINTF(buff, DOCTEST_COUNTOF(buff), "assertions: %4d", p->numAssertions);
3330 p->numAssertions - p->numFailedAssertions);
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/cereal/unittests/
H A Ddoctest.h1870 int numAssertions;
1882 numAssertions = 0;
3267 p->numAssertions += p->numAssertionsForCurrentTestcase;
3325 DOCTEST_SNPRINTF(buff, DOCTEST_COUNTOF(buff), "assertions: %4d", p->numAssertions);
3330 p->numAssertions - p->numFailedAssertions);
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/third-party/cereal/unittests/
H A Ddoctest.h1870 int numAssertions;
1882 numAssertions = 0;
3267 p->numAssertions += p->numAssertionsForCurrentTestcase;
3325 DOCTEST_SNPRINTF(buff, DOCTEST_COUNTOF(buff), "assertions: %4d", p->numAssertions);
3330 p->numAssertions - p->numFailedAssertions);
/dports/devel/cquery/cquery-20180718/third_party/doctest/doctest/
H A Ddoctest.h3461 int numAssertions;
3480 numAssertions = 0;
4391 contextState->numAssertions += contextState->numAssertionsForCurrentTestcase;
5262 DOCTEST_SNPRINTF(buff, DOCTEST_COUNTOF(buff), "assertions: %6d", p->numAssertions);
5267 p->numAssertions - p->numFailedAssertions);
5268 DOCTEST_PRINTF_COLORED(buff, (p->numAssertions == 0 || anythingFailed) ? Color::None :
5601 p->numAssertions += p->numAssertionsForCurrentTestcase;
/dports/x11-wm/wayfire/wayfire-0.7.0/subprojects/wf-touch/test/
H A Ddoctest.h3386 int numAssertions;
3405 numAssertions = 0;
4312 contextState->numAssertions += contextState->numAssertionsForCurrentTestcase;
5183 DOCTEST_SNPRINTF(buff, DOCTEST_COUNTOF(buff), "assertions: %6d", p->numAssertions);
5188 p->numAssertions - p->numFailedAssertions);
5189 DOCTEST_PRINTF_COLORED(buff, (p->numAssertions == 0 || anythingFailed) ? Color::None :
5523 p->numAssertions += p->numAssertionsForCurrentTestcase;
/dports/deskutils/egroupware/egroupware/vendor/npm-asset/jquery/
H A DREADME.md282 expect( numAssertions );
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/VisualEditor/lib/ve/lib/jquery/
H A DREADME.md254 expect( numAssertions );
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/VisualEditor/lib/ve/lib/jquery/
H A DREADME.md254 expect( numAssertions );
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/VisualEditor/lib/ve/lib/jquery/
H A DREADME.md254 expect( numAssertions );
/dports/textproc/py-marko/marko-1.1.0/tests/samples/
H A Djquery.md257 expect( numAssertions );

12