Searched refs:groupInfo (Results 1 – 14 of 14) sorted by relevance
54 void testGroupStarting( GroupInfo const& groupInfo ) override { in testGroupStarting()55 StreamingReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()57 << escape( groupInfo.name ) << "']\n"; in testGroupStarting()62 << escape( testGroupStats.groupInfo.name ) << "']\n"; in testGroupEnded()
65 void ListeningReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument67 listener->testGroupStarting( groupInfo ); in testGroupStarting()69 m_reporter->testGroupStarting( groupInfo ); in testGroupStarting()
63 void XmlReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument64 StreamingReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()66 .writeAttribute( "name", groupInfo.name ); in testGroupStarting()
88 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument93 CumulativeReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()125 xml.writeAttribute( "name", stats.groupInfo.name ); in writeGroup()
35 void testGroupStarting(GroupInfo const& groupInfo) override;
29 void testGroupStarting(GroupInfo const& groupInfo) override;
38 void testGroupStarting( GroupInfo const& groupInfo ) override;
432 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; in testGroupEnded()
4979 GroupInfo groupInfo; member5021 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;5668 void testGroupStarting(GroupInfo const& groupInfo) override;5722 void testGroupStarting(GroupInfo const& groupInfo) override;8893 void testGroupStarting( GroupInfo const& groupInfo ) override;8985 : groupInfo( _groupInfo ), in TestGroupStats()8991 : groupInfo( _groupInfo ), in TestGroupStats()13737 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; in testGroupEnded()14012 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument14017 CumulativeReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()[all …]
86 : groupInfo( _groupInfo ), in TestGroupStats()92 : groupInfo( _groupInfo ), in TestGroupStats()
141 GroupInfo groupInfo; member183 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
418 key->num_groups = wire_sym_map->groupInfo & 0x0f; in get_sym_maps()429 key->out_of_range_group_number = (wire_sym_map->groupInfo & 0x30) >> 4; in get_sym_maps()433 if (wire_sym_map->groupInfo & XCB_XKB_GROUPS_WRAP_CLAMP_INTO_RANGE) in get_sym_maps()435 else if (wire_sym_map->groupInfo & XCB_XKB_GROUPS_WRAP_REDIRECT_INTO_RANGE) in get_sym_maps()
5188 : groupInfo( _groupInfo ), in TestGroupStats()5193 : groupInfo( _groupInfo ), in TestGroupStats()5205 GroupInfo groupInfo; member5249 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;7591 virtual void testGroupStarting( GroupInfo const& groupInfo );7624 void LegacyReporterAdapter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting() argument7625 m_legacyReporter->StartGroup( groupInfo.name ); in testGroupStarting()7669 m_legacyReporter->EndGroup( testGroupStats.groupInfo.name, testGroupStats.totals ); in testGroupEnded()8422 virtual void testGroupStarting( GroupInfo const& groupInfo ) CATCH_OVERRIDE { in testGroupStarting() argument8426 (*it)->testGroupStarting( groupInfo ); in testGroupStarting()[all …]