Searched refs:suiteTime (Results 1 – 4 of 4) sorted by relevance
/external/catch2/include/reporters/ |
D | catch_reporter_junit.cpp | 113 double suiteTime = suiteTimer.getElapsedSeconds(); in testGroupEnded() local 115 writeGroup( *m_testGroups.back(), suiteTime ); in testGroupEnded() 122 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup() argument 133 xml.writeAttribute( "time", suiteTime ); in writeGroup()
|
D | catch_reporter_junit.h | 40 void writeGroup(TestGroupNode const& groupNode, double suiteTime);
|
/external/bcc/tests/cc/ |
D | catch.hpp | 9313 double suiteTime = suiteTimer.getElapsedSeconds(); in testGroupEnded() local 9315 writeGroup( *m_testGroups.back(), suiteTime ); in testGroupEnded() 9322 void writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup() argument 9333 xml.writeAttribute( "time", suiteTime ); in writeGroup()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 5679 void writeGroup(TestGroupNode const& groupNode, double suiteTime); 14037 double suiteTime = suiteTimer.getElapsedSeconds(); in testGroupEnded() local 14039 writeGroup( *m_testGroups.back(), suiteTime ); in testGroupEnded() 14046 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup() argument 14057 xml.writeAttribute( "time", suiteTime ); in writeGroup()
|