Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestCompositeTestReporter.cpp23 , testFinishSecondsElapsed(-1.0f) in MockReporter()
48 testFinishSecondsElapsed = secondsElapsed; in ReportTestFinish()
72 float testFinishSecondsElapsed; member
146 CHECK_CLOSE(s, r0.testFinishSecondsElapsed, 0.00001f); in TEST_FIXTURE()
150 CHECK_CLOSE(s, r1.testFinishSecondsElapsed, 0.00001f); in TEST_FIXTURE()