Searched refs:suiteTime (Results 1 – 5 of 5) sorted by relevance
/external/catch2/include/reporters/ |
D | catch_reporter_junit.cpp | 107 double suiteTime = suiteTimer.getElapsedSeconds(); in testGroupEnded() local 109 writeGroup( *m_testGroups.back(), suiteTime ); in testGroupEnded() 116 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup() argument 128 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 | 6305 void writeGroup(TestGroupNode const& groupNode, double suiteTime); 16574 double suiteTime = suiteTimer.getElapsedSeconds(); in testGroupEnded() local 16576 writeGroup( *m_testGroups.back(), suiteTime ); in testGroupEnded() 16583 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup() argument 16595 xml.writeAttribute( "time", suiteTime ); in writeGroup()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 6339 void writeGroup(TestGroupNode const& groupNode, double suiteTime); 16827 double suiteTime = suiteTimer.getElapsedSeconds(); in testGroupEnded() local 16829 writeGroup( *m_testGroups.back(), suiteTime ); in testGroupEnded() 16836 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup() argument 16848 xml.writeAttribute( "time", suiteTime ); in writeGroup()
|