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

Function TEST_F

test/brpc_builtin_service_unittest.cpp:510–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508};
509
510TEST_F(BuiltinServiceTest, index) {
511 TestIndex(false);
512 TestIndex(true);
513}
514
515TEST_F(BuiltinServiceTest, version) {
516 const std::string VERSION = "test_version";

Callers

nothing calls this directly

Calls 15

CheckFieldInContentFunction · 0.85
CheckContentFunction · 0.85
ProfilerFlushFunction · 0.85
CheckErrorTextFunction · 0.85
bthread_id_createFunction · 0.85
string_printfFunction · 0.85
bthread_start_backgroundFunction · 0.85
bthread_usleepFunction · 0.85
check_all_bthreadsFunction · 0.85
bthread_joinFunction · 0.85
ErrorTextMethod · 0.80
AddServiceMethod · 0.80

Tested by

no test coverage detected