Home
last modified time | relevance | path

Searched refs:suiteTime (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_junit.cpp107 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()
Dcatch_reporter_junit.h40 void writeGroup(TestGroupNode const& groupNode, double suiteTime);
/external/bcc/tests/cc/
Dcatch.hpp9313 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/
Dcatch.hpp6305 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/
Dcatch.hpp6339 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()