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

Function TEST_F

tests/cpp/module/message_thread_test.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29// --- Lifecycle Tests ---
30
31TEST_F(MessageThreadTest, Construction_NotRunning) {
32 EXPECT_FALSE(thread->isRunning());
33}
34
35TEST_F(MessageThreadTest, Start_ReturnsTrue) {
36 EXPECT_TRUE(thread->start());

Callers

nothing calls this directly

Calls 8

postMethod · 0.80
postDelayedMethod · 0.80
getThreadIdMethod · 0.80
getMethod · 0.65
isRunningMethod · 0.45
startMethod · 0.45
stopMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected