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

Function MockGetPlatformSpecificTimeInMillis

tests/CppUTest/TestResultTest.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32extern "C" {
33
34 static long MockGetPlatformSpecificTimeInMillis()
35 {
36 return 10;
37 }
38
39}
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected