Home
last modified time | relevance | path

Searched defs:suiteTime (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_junit.cpp106 double suiteTime = suiteTimer.getElapsedSeconds(); in testGroupEnded() local
115 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup()
/external/bcc/tests/cc/
Dcatch.hpp9313 double suiteTime = suiteTimer.getElapsedSeconds(); in testGroupEnded() local
9322 void writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup()
/external/catch2/single_include/catch2/
Dcatch.hpp14088 double suiteTime = suiteTimer.getElapsedSeconds(); in testGroupEnded() local
14097 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup()