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

Function TEST

source/tests/cip/cipelectronickeytest.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29};
30
31TEST(CipElectronicKey, CreateElectronicKey) {
32 char dummyArea[kElectronicKeyFormat4Size];
33 memset(dummyArea, 0, sizeof(dummyArea) );
34 MEMCMP_EQUAL(dummyArea, key, kElectronicKeyFormat4Size);
35};
36
37TEST(CipElectronicKey, DeleteElectronicKey) {
38 ElectronicKeyFormat4Delete(&key);

Callers

nothing calls this directly

Tested by

no test coverage detected