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

Function TEST

source/tests/cip/cipepathtest.cpp:22–26  ·  view source on GitHub ↗

Segment type tests **/

Source from the content-addressed store, hash-verified

20
21/** Segment type tests **/
22TEST(CipEpath, GetSegmentTypePortSegment) {
23 const unsigned char message[] = {0x00};
24 SegmentType segment_type = GetPathSegmentType(message);
25 CHECK_EQUAL(kSegmentTypePortSegment, segment_type);
26}
27
28TEST(CipEpath, GetSegmentTypeLogicalSegment) {
29 const unsigned char message[] = {0x20};

Callers

nothing calls this directly

Tested by

no test coverage detected