/external/catch2/include/internal/ |
D | catch_interfaces_reporter.h | 115 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;
|
D | catch_interfaces_reporter.cpp | 68 TestCaseStats::TestCaseStats( TestCaseInfo const& _testInfo, in TestCaseStats() function in Catch::TestCaseStats 80 TestCaseStats::~TestCaseStats() = default;
|
D | catch_run_context.cpp | 125 m_reporter->testCaseEnded(TestCaseStats(testInfo, in runTest() 303 m_reporter->testCaseEnded(TestCaseStats(testInfo, in handleFatalErrorCondition()
|
/external/catch2/include/reporters/ |
D | catch_reporter_bases.hpp | 74 void testCaseEnded(TestCaseStats const& /* _testCaseStats */) override { in testCaseEnded() 147 using TestCaseNode = Node<TestCaseStats, SectionNode>; 219 void testCaseEnded(TestCaseStats const& testCaseStats) override { in testCaseEnded()
|
D | catch_reporter_automake.hpp | 34 void testCaseEnded( TestCaseStats const& _testCaseStats ) override { in testCaseEnded()
|
D | catch_reporter_junit.h | 34 void testCaseEnded(TestCaseStats const& testCaseStats) override;
|
D | catch_reporter_xml.h | 47 void testCaseEnded(TestCaseStats const& testCaseStats) override;
|
D | catch_reporter_listening.h | 52 void testCaseEnded( TestCaseStats const& testCaseStats ) override;
|
D | catch_reporter_console.h | 51 void testCaseEnded(TestCaseStats const& _testCaseStats) override;
|
D | catch_reporter_junit.cpp | 100 void JunitReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() 155 TestCaseStats const& stats = testCaseNode.value; in writeTestCase()
|
D | catch_reporter_listening.cpp | 131 void ListeningReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded()
|
D | catch_reporter_teamcity.hpp | 153 void testCaseEnded( TestCaseStats const& testCaseStats ) override { in testCaseEnded()
|
D | catch_reporter_xml.cpp | 187 void XmlReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded()
|
D | catch_reporter_console.cpp | 478 void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { in testCaseEnded()
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_automake.hpp | 34 void testCaseEnded( TestCaseStats const& _testCaseStats ) override { in testCaseEnded()
|
D | catch_reporter_teamcity.hpp | 153 void testCaseEnded( TestCaseStats const& testCaseStats ) override { in testCaseEnded()
|
D | catch.hpp | 5516 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/ |
D | event-listeners.md | 36 void testCaseEnded( Catch::TestCaseStats const& testCaseStats ) override { 56 virtual void testCaseEnded( TestCaseStats const& testCaseStats );
|
/external/catch2/examples/ |
D | 210-Evt-EventListeners.cpp | 173 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/ |
D | catch.hpp | 5156 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/ |
D | catch.hpp | 5549 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 …]
|