HomeSort by relevance Sort by last modified time
    Searched refs:suiteTime (Results 1 - 4 of 4) sorted by null

  /external/catch2/include/reporters/
catch_reporter_junit.h 40 void writeGroup(TestGroupNode const& groupNode, double suiteTime);
catch_reporter_junit.cpp 113 double suiteTime = suiteTimer.getElapsedSeconds();
115 writeGroup( *m_testGroups.back(), suiteTime );
122 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) {
133 xml.writeAttribute( "time", suiteTime );
  /external/bcc/tests/cc/
catch.hpp     [all...]
  /external/catch2/single_include/catch2/
catch.hpp     [all...]

Completed in 116 milliseconds