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

Method SetUp

tests/cpp/module/message_thread_test.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14class MessageThreadTest : public ::testing::Test {
15protected:
16 void SetUp() override {
17 thread = std::make_unique<MessageThread>("TestThread");
18 }
19
20 void TearDown() override {
21 if (thread && thread->isRunning()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected