Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_junit.cpp113 double suiteTime = suiteTimer.getElapsedSeconds(); in testGroupEnded() local
122 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.hpp14037 double suiteTime = suiteTimer.getElapsedSeconds(); in testGroupEnded() local
14046 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup()