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

Function MockGetPlatformSpecificTimeInMillis

tests/CppUTest/TestOutputTest.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35extern "C" {
36
37 static long MockGetPlatformSpecificTimeInMillis()
38 {
39 return millisTime;
40 }
41
42}
43

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected