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

Method SetUp

tests/cpp/integration/function_call_test.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14protected:
15 ::agenui::IAGenUIEngine* engine_ = nullptr;
16 void SetUp() override {
17 engine_ = ::agenui::testing::GetEngine();
18 ASSERT_NE(engine_, nullptr);
19 }
20};
21
22const char* const kValidConfig = R"({"name":"myTestFn","description":"x"})";

Callers

nothing calls this directly

Calls 1

GetEngineFunction · 0.85

Tested by

no test coverage detected