MCPcopy Create free account
hub / github.com/cpputest/cpputest / MockGetPlatformSpecificTimeInMillis

Function MockGetPlatformSpecificTimeInMillis

tests/CppUTest/JUnitOutputTest.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 static const char* theTime = "";
140
141 static long MockGetPlatformSpecificTimeInMillis()
142 {
143 return millisTime;
144 }
145
146 static const char* MockGetPlatformSpecificTimeString()
147 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected