MCPcopy Create free account
hub / github.com/EIPStackGroup/OpENer / TEST

Function TEST

source/tests/ports/socket_timer_tests.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19};
20
21TEST(SocketTimer, GetAvailableEmptySocketTimer) {
22 SocketTimer timers[10];
23 SocketTimerArrayInitialize(timers, 10);
24 POINTERS_EQUAL( &timers[0], SocketTimerArrayGetEmptySocketTimer(timers, 10) );
25}
26
27TEST(SocketTimer, NoEmptySocketTimerAvailable) {
28 SocketTimer timers[10];

Callers

nothing calls this directly

Calls 5

SocketTimerSetLastUpdateFunction · 0.85
SocketTimerGetLastUpdateFunction · 0.85
SocketTimerClearFunction · 0.85

Tested by

no test coverage detected