Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_junit.cpp113 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()
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.hpp5679 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()