MCPcopy Create free account
hub / github.com/Haivision/srt / TEST

Function TEST

test/test_seqno.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12TEST(CSeqNo, constants)
13{
14 // Compare two seq#, considering the wrapping.
15 EXPECT_EQ(CSeqNo::m_iMaxSeqNo, 0x7FFFFFFF);
16 EXPECT_EQ(CSeqNo::m_iSeqNoTH, 0x3FFFFFFF);
17}
18
19TEST(CSeqNo, seqcmp)
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected