Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DTestRunner.cpp69 double const testTimeInMs = testTimer.GetTimeInMs(); in RunTest() local
70 …if (maxTestTimeInMs > 0 && testTimeInMs > maxTestTimeInMs && !curTest->m_details.timeConstraintExe… in RunTest()
74 "ms but took " << testTimeInMs << "ms."; in RunTest()
79 result->OnTestFinish(curTest->m_details, static_cast< float >(testTimeInMs / 1000.0)); in RunTest()