Searched refs:suiteTime (Results 1 – 1 of 1) sorted by relevance
6284 void writeGroup(TestGroupNode const& groupNode, double suiteTime);16547 double suiteTime = suiteTimer.getElapsedSeconds(); in testGroupEnded() local16549 writeGroup( *m_testGroups.back(), suiteTime ); in testGroupEnded()16556 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup() argument16568 xml.writeAttribute( "time", suiteTime ); in writeGroup()