Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5618 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) = 0;
5855 void testCaseEnded(TestCaseStats const& testCaseStats) override { in testCaseEnded()
5856 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()
5863 m_deepestSection->stdOut = testCaseStats.stdOut; in testCaseEnded()
5864 m_deepestSection->stdErr = testCaseStats.stdErr; in testCaseEnded()
6278 void testCaseEnded(TestCaseStats const& testCaseStats) override;
6339 void testCaseEnded(TestCaseStats const& testCaseStats) override;
10886 void testCaseEnded( TestCaseStats const& testCaseStats ) override;
16540 void JunitReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() argument
16541 stdOutForSuite += testCaseStats.stdOut; in testCaseEnded()
[all …]