Home
last modified time | relevance | path

Searched defs:MinimalReporter (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_base/base/
H A Dtests_main.cpp27 struct MinimalReporter : CompactReporter { struct
28 MinimalReporter( ReporterConfig const& _config ) in MinimalReporter() function
32 virtual void testRunEnded( TestRunStats const& _testRunStats ) { in testRunEnded()
44 std::string bothOrAll( std::size_t count ) const { in bothOrAll()
48 void printTotals( const Totals& totals ) const { in printTotals()
/dports/devel/R-cran-testthat/testthat/R/
H A Dreporter-minimal.R10 MinimalReporter <- R6::R6Class("MinimalReporter", class
/dports/www/limesurvey/limesurvey/application/libraries/
H A Dsimpletester.php216 class MinimalReporter extends SmallReporter class
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/trial/
H A Dreporter.py713 class MinimalReporter(Reporter): class
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/trial/
H A Dreporter.py728 class MinimalReporter(Reporter): class