Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DTestReporterStdout.cpp54 char msg[128]; in ReportTestFinish() local
55 sprintf(msg, "=> Finished in %3.2f sec\n", delta); in ReportTestFinish()
56 OutputDebugStringA(msg); in ReportTestFinish()
73 char msg[128]; in ReportSummary() local
74 sprintf(msg, "Test time: %.2f seconds.\n", secondsElapsed); in ReportSummary()
75 OutputDebugStringA(msg); in ReportSummary()