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

Method assertions_on_failure

test/brpc_rtmp_unittest.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 ASSERT_LT(0, _naudiomsg);
64 }
65 void assertions_on_failure() {
66 ASSERT_EQ(0, _called_on_first_message);
67 ASSERT_EQ(0, _nvideomsg);
68 ASSERT_EQ(0, _naudiomsg);
69 assertions_on_stop();
70 }
71 void OnFirstMessage() {
72 ++_called_on_first_message;
73 }

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected