MCPcopy Create free account
hub / github.com/AGenUI/AGenUI / TEST_F

Function TEST_F

tests/cpp/core/batch_guard_test.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16// --- requestFlush without batch window ---
17
18TEST_F(BatchGuardTest, RequestFlush_NoBatch_FlushesImmediately) {
19 guard.requestFlush();
20 EXPECT_EQ(flushCount, 1);
21}
22
23TEST_F(BatchGuardTest, RequestFlush_NoBatch_MultipleCallsFlushEachTime) {
24 guard.requestFlush();

Callers

nothing calls this directly

Calls 4

requestFlushMethod · 0.80
beginBatchMethod · 0.80
endBatchMethod · 0.80
setInnerGuardsMethod · 0.80

Tested by

no test coverage detected