Home
last modified time | relevance | path

Searched refs:TestCaseStats (Results 1 – 21 of 21) sorted by relevance

/external/catch2/include/internal/
Dcatch_interfaces_reporter.h115 struct TestCaseStats { struct
116 TestCaseStats( TestCaseInfo const& _testInfo,
122 TestCaseStats( TestCaseStats const& ) = default;
123 TestCaseStats( TestCaseStats && ) = default;
124 TestCaseStats& operator = ( TestCaseStats const& ) = default; argument
125 TestCaseStats& operator = ( TestCaseStats && ) = default; argument
126 virtual ~TestCaseStats();
238 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) = 0;
Dcatch_interfaces_reporter.cpp68 TestCaseStats::TestCaseStats( TestCaseInfo const& _testInfo, in TestCaseStats() function in Catch::TestCaseStats
80 TestCaseStats::~TestCaseStats() = default;
Dcatch_run_context.cpp125 m_reporter->testCaseEnded(TestCaseStats(testInfo, in runTest()
303 m_reporter->testCaseEnded(TestCaseStats(testInfo, in handleFatalErrorCondition()
/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp74 void testCaseEnded(TestCaseStats const& /* _testCaseStats */) override { in testCaseEnded()
147 using TestCaseNode = Node<TestCaseStats, SectionNode>;
219 void testCaseEnded(TestCaseStats const& testCaseStats) override { in testCaseEnded()
Dcatch_reporter_automake.hpp34 void testCaseEnded( TestCaseStats const& _testCaseStats ) override { in testCaseEnded()
Dcatch_reporter_junit.h34 void testCaseEnded(TestCaseStats const& testCaseStats) override;
Dcatch_reporter_xml.h47 void testCaseEnded(TestCaseStats const& testCaseStats) override;
Dcatch_reporter_listening.h52 void testCaseEnded( TestCaseStats const& testCaseStats ) override;
Dcatch_reporter_console.h51 void testCaseEnded(TestCaseStats const& _testCaseStats) override;
Dcatch_reporter_junit.cpp100 void JunitReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded()
155 TestCaseStats const& stats = testCaseNode.value; in writeTestCase()
Dcatch_reporter_listening.cpp131 void ListeningReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded()
Dcatch_reporter_teamcity.hpp153 void testCaseEnded( TestCaseStats const& testCaseStats ) override { in testCaseEnded()
Dcatch_reporter_xml.cpp187 void XmlReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded()
Dcatch_reporter_console.cpp478 void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { in testCaseEnded()
/external/catch2/single_include/catch2/
Dcatch_reporter_automake.hpp34 void testCaseEnded( TestCaseStats const& _testCaseStats ) override { in testCaseEnded()
Dcatch_reporter_teamcity.hpp153 void testCaseEnded( TestCaseStats const& testCaseStats ) override { in testCaseEnded()
Dcatch.hpp5516 struct TestCaseStats { struct
5517 TestCaseStats( TestCaseInfo const& _testInfo,
5523 TestCaseStats( TestCaseStats const& ) = default;
5524 TestCaseStats( TestCaseStats && ) = default;
5525 TestCaseStats& operator = ( TestCaseStats const& ) = default;
5526 TestCaseStats& operator = ( TestCaseStats && ) = default;
5527 virtual ~TestCaseStats();
5639 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) = 0;
5732 void testCaseEnded(TestCaseStats const& /* _testCaseStats */) override { in testCaseEnded()
5804 using TestCaseNode = Node<TestCaseStats, SectionNode>;
[all …]
/external/catch2/docs/
Devent-listeners.md36 void testCaseEnded( Catch::TestCaseStats const& testCaseStats ) override {
56 virtual void testCaseEnded( TestCaseStats const& testCaseStats );
/external/catch2/examples/
D210-Evt-EventListeners.cpp173 void print( std::ostream& os, int const level, std::string const& title, Catch::TestCaseStats const… in print()
340 void testCaseEnded( Catch::TestCaseStats const& testCaseStats ) override { in testCaseEnded()
/external/bcc/tests/cc/
Dcatch.hpp5156 struct TestCaseStats { struct
5157 TestCaseStats( TestCaseInfo const& _testInfo, in TestCaseStats() argument
5168 virtual ~TestCaseStats();
5171 TestCaseStats( TestCaseStats const& ) = default;
5172 TestCaseStats( TestCaseStats && ) = default;
5173 TestCaseStats& operator = ( TestCaseStats const& ) = default;
5174 TestCaseStats& operator = ( TestCaseStats && ) = default;
5260 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) = 0;
5919 m_reporter->testCaseEnded( TestCaseStats( testInfo, in runTest()
6048 m_reporter->testCaseEnded( TestCaseStats( testInfo, in handleFatalErrorCondition()
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp5549 struct TestCaseStats { struct
5550 TestCaseStats( TestCaseInfo const& _testInfo,
5556 TestCaseStats( TestCaseStats const& ) = default;
5557 TestCaseStats( TestCaseStats && ) = default;
5558 TestCaseStats& operator = ( TestCaseStats const& ) = default;
5559 TestCaseStats& operator = ( TestCaseStats && ) = default;
5560 virtual ~TestCaseStats();
5672 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) = 0;
5768 void testCaseEnded(TestCaseStats const& /* _testCaseStats */) override { in testCaseEnded()
5840 using TestCaseNode = Node<TestCaseStats, SectionNode>;
[all …]