Searched defs:CumulativeReporterBase (Results 1 – 1 of 1) sorted by relevance
5742 struct Node {5750 struct SectionNode {5770 struct BySectionInfo {5787 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() function5879 void skipTest(TestCaseInfo const&) override {} in skipTest()5881 IConfigPtr m_config;5882 std::ostream& stream;5883 std::vector<AssertionStats> m_assertions;5890 std::shared_ptr<SectionNode> m_rootSection;5891 std::shared_ptr<SectionNode> m_deepestSection;[all …]