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

Function TEST_F

test/bthread_execution_queue_unittest.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84TEST_F(ExecutionQueueTest, single_thread) {
85 for (int i = 0; i < 2; ++i) {
86 test_single_thread(i);
87 }
88}
89
90class RValue {
91public:

Callers

nothing calls this directly

Calls 14

test_single_threadFunction · 0.85
test_rvalueFunction · 0.85
test_performanceFunction · 0.85
test_execute_urgentFunction · 0.85
test_in_place_taskFunction · 0.85
test_inplace_and_orderFunction · 0.85
test_cancelFunction · 0.85
test_cancel_selfFunction · 0.85
test_random_cancelFunction · 0.85

Tested by

no test coverage detected