Home
last modified time | relevance | path

Searched refs:testGroupStats (Results 1 – 25 of 262) sorted by relevance

1234567891011

/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/reporters/
H A Dcatch_reporter_xml.cpp203 void XmlReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument
204 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
207 .writeAttribute( "successes", testGroupStats.totals.assertions.passed ) in testGroupEnded()
208 .writeAttribute( "failures", testGroupStats.totals.assertions.failed ) in testGroupEnded()
209 .writeAttribute( "expectedFailures", testGroupStats.totals.assertions.failedButOk ); in testGroupEnded()
211 .writeAttribute( "successes", testGroupStats.totals.testCases.passed ) in testGroupEnded()
212 .writeAttribute( "failures", testGroupStats.totals.testCases.failed ) in testGroupEnded()
213 .writeAttribute( "expectedFailures", testGroupStats.totals.testCases.failedButOk ); in testGroupEnded()
H A Dcatch_reporter_listening.cpp138 void ListeningReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument
140 listener->testGroupEnded( testGroupStats ); in testGroupEnded()
142 m_reporter->testGroupEnded( testGroupStats ); in testGroupEnded()
H A Dcatch_reporter_teamcity.hpp59 void testGroupEnded( TestGroupStats const& testGroupStats ) override { in testGroupEnded()
60 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
62 << escape( testGroupStats.groupInfo.name ) << "']\n"; in testGroupEnded()
/dports/math/e-antic/Catch2-ff349a5/include/reporters/
H A Dcatch_reporter_xml.cpp203 void XmlReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument
204 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
207 .writeAttribute( "successes", testGroupStats.totals.assertions.passed ) in testGroupEnded()
208 .writeAttribute( "failures", testGroupStats.totals.assertions.failed ) in testGroupEnded()
209 .writeAttribute( "expectedFailures", testGroupStats.totals.assertions.failedButOk ); in testGroupEnded()
211 .writeAttribute( "successes", testGroupStats.totals.testCases.passed ) in testGroupEnded()
212 .writeAttribute( "failures", testGroupStats.totals.testCases.failed ) in testGroupEnded()
213 .writeAttribute( "expectedFailures", testGroupStats.totals.testCases.failedButOk ); in testGroupEnded()
H A Dcatch_reporter_listening.cpp138 void ListeningReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument
140 listener->testGroupEnded( testGroupStats ); in testGroupEnded()
142 m_reporter->testGroupEnded( testGroupStats ); in testGroupEnded()
H A Dcatch_reporter_teamcity.hpp59 void testGroupEnded( TestGroupStats const& testGroupStats ) override { in testGroupEnded()
60 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
62 << escape( testGroupStats.groupInfo.name ) << "']\n"; in testGroupEnded()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_xml.cpp203 void XmlReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument
204 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
207 .writeAttribute( "successes", testGroupStats.totals.assertions.passed ) in testGroupEnded()
208 .writeAttribute( "failures", testGroupStats.totals.assertions.failed ) in testGroupEnded()
209 .writeAttribute( "expectedFailures", testGroupStats.totals.assertions.failedButOk ); in testGroupEnded()
211 .writeAttribute( "successes", testGroupStats.totals.testCases.passed ) in testGroupEnded()
212 .writeAttribute( "failures", testGroupStats.totals.testCases.failed ) in testGroupEnded()
213 .writeAttribute( "expectedFailures", testGroupStats.totals.testCases.failedButOk ); in testGroupEnded()
H A Dcatch_reporter_listening.cpp138 void ListeningReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument
140 listener->testGroupEnded( testGroupStats ); in testGroupEnded()
142 m_reporter->testGroupEnded( testGroupStats ); in testGroupEnded()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_xml.cpp203 void XmlReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument
204 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
207 .writeAttribute( "successes", testGroupStats.totals.assertions.passed ) in testGroupEnded()
208 .writeAttribute( "failures", testGroupStats.totals.assertions.failed ) in testGroupEnded()
209 .writeAttribute( "expectedFailures", testGroupStats.totals.assertions.failedButOk ); in testGroupEnded()
211 .writeAttribute( "successes", testGroupStats.totals.testCases.passed ) in testGroupEnded()
212 .writeAttribute( "failures", testGroupStats.totals.testCases.failed ) in testGroupEnded()
213 .writeAttribute( "expectedFailures", testGroupStats.totals.testCases.failedButOk ); in testGroupEnded()
H A Dcatch_reporter_listening.cpp138 void ListeningReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument
140 listener->testGroupEnded( testGroupStats ); in testGroupEnded()
142 m_reporter->testGroupEnded( testGroupStats ); in testGroupEnded()
/dports/devel/catch/Catch2-2.13.7/include/reporters/
H A Dcatch_reporter_xml.cpp203 void XmlReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument
204 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
207 .writeAttribute( "successes", testGroupStats.totals.assertions.passed ) in testGroupEnded()
208 .writeAttribute( "failures", testGroupStats.totals.assertions.failed ) in testGroupEnded()
209 .writeAttribute( "expectedFailures", testGroupStats.totals.assertions.failedButOk ); in testGroupEnded()
211 .writeAttribute( "successes", testGroupStats.totals.testCases.passed ) in testGroupEnded()
212 .writeAttribute( "failures", testGroupStats.totals.testCases.failed ) in testGroupEnded()
213 .writeAttribute( "expectedFailures", testGroupStats.totals.testCases.failedButOk ); in testGroupEnded()
H A Dcatch_reporter_listening.cpp138 void ListeningReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument
140 listener->testGroupEnded( testGroupStats ); in testGroupEnded()
142 m_reporter->testGroupEnded( testGroupStats ); in testGroupEnded()
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_legacy_reporter_adapter.hpp72 void LegacyReporterAdapter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument
73 if( testGroupStats.aborting ) in testGroupEnded()
75 m_legacyReporter->EndGroup( testGroupStats.groupInfo.name, testGroupStats.totals ); in testGroupEnded()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_legacy_reporter_adapter.hpp72 void LegacyReporterAdapter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument
73 if( testGroupStats.aborting ) in testGroupEnded()
75 m_legacyReporter->EndGroup( testGroupStats.groupInfo.name, testGroupStats.totals ); in testGroupEnded()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_legacy_reporter_adapter.hpp72 void LegacyReporterAdapter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument
73 if( testGroupStats.aborting ) in testGroupEnded()
75 m_legacyReporter->EndGroup( testGroupStats.groupInfo.name, testGroupStats.totals ); in testGroupEnded()
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_legacy_reporter_adapter.hpp72 void LegacyReporterAdapter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument
73 if( testGroupStats.aborting ) in testGroupEnded()
75 m_legacyReporter->EndGroup( testGroupStats.groupInfo.name, testGroupStats.totals ); in testGroupEnded()
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_xml.hpp170 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded() argument
171 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
174 .writeAttribute( "successes", testGroupStats.totals.assertions.passed ) in testGroupEnded()
175 .writeAttribute( "failures", testGroupStats.totals.assertions.failed ) in testGroupEnded()
176 .writeAttribute( "expectedFailures", testGroupStats.totals.assertions.failedButOk ); in testGroupEnded()
H A Dcatch_reporter_teamcity.hpp69 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded()
70 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
72 << escape( testGroupStats.groupInfo.name ) << "']\n"; in testGroupEnded()
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_xml.hpp170 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded() argument
171 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
174 .writeAttribute( "successes", testGroupStats.totals.assertions.passed ) in testGroupEnded()
175 .writeAttribute( "failures", testGroupStats.totals.assertions.failed ) in testGroupEnded()
176 .writeAttribute( "expectedFailures", testGroupStats.totals.assertions.failedButOk ); in testGroupEnded()
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/reporters/
H A Dcatch_reporter_xml.cpp198 void XmlReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument
199 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
202 .writeAttribute( "successes", testGroupStats.totals.assertions.passed ) in testGroupEnded()
203 .writeAttribute( "failures", testGroupStats.totals.assertions.failed ) in testGroupEnded()
204 .writeAttribute( "expectedFailures", testGroupStats.totals.assertions.failedButOk ); in testGroupEnded()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/reporters/
H A Dcatch_reporter_xml.hpp202 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded() argument
203 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
206 .writeAttribute( "successes", testGroupStats.totals.assertions.passed ) in testGroupEnded()
207 .writeAttribute( "failures", testGroupStats.totals.assertions.failed ) in testGroupEnded()
208 .writeAttribute( "expectedFailures", testGroupStats.totals.assertions.failedButOk ); in testGroupEnded()
H A Dcatch_reporter_teamcity.hpp62 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded()
63 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
65 << escape( testGroupStats.groupInfo.name ) << "']\n"; in testGroupEnded()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/reporters/
H A Dcatch_reporter_xml.hpp202 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded() argument
203 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
206 .writeAttribute( "successes", testGroupStats.totals.assertions.passed ) in testGroupEnded()
207 .writeAttribute( "failures", testGroupStats.totals.assertions.failed ) in testGroupEnded()
208 .writeAttribute( "expectedFailures", testGroupStats.totals.assertions.failedButOk ); in testGroupEnded()
/dports/www/restbed/restbed-4.8/dependency/catch/include/reporters/
H A Dcatch_reporter_xml.cpp203 void XmlReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument
204 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
207 .writeAttribute( "successes", testGroupStats.totals.assertions.passed ) in testGroupEnded()
208 .writeAttribute( "failures", testGroupStats.totals.assertions.failed ) in testGroupEnded()
209 .writeAttribute( "expectedFailures", testGroupStats.totals.assertions.failedButOk ); in testGroupEnded()
H A Dcatch_reporter_listening.cpp138 void ListeningReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument
140 listener->testGroupEnded( testGroupStats ); in testGroupEnded()
142 m_reporter->testGroupEnded( testGroupStats ); in testGroupEnded()

1234567891011