MCPcopy Create free account
hub / github.com/apache/brpc / assertions_on_successful_play

Method assertions_on_successful_play

test/brpc_rtmp_unittest.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 ASSERT_EQ(1, _called_on_stop);
59 }
60 void assertions_on_successful_play() {
61 ASSERT_EQ(1, _called_on_first_message);
62 ASSERT_LT(0, _nvideomsg);
63 ASSERT_LT(0, _naudiomsg);
64 }
65 void assertions_on_failure() {
66 ASSERT_EQ(0, _called_on_first_message);
67 ASSERT_EQ(0, _nvideomsg);

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected