Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AGenUI/AGenUI
/ SetUp
Method
SetUp
tests/cpp/integration/theme_designtoken_test.cpp:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
protected:
15
::agenui::IAGenUIEngine* engine_ = nullptr;
16
void SetUp() override {
17
engine_ = ::agenui::testing::GetEngine();
18
ASSERT_NE(engine_, nullptr);
19
}
20
};
21
22
// TD001
Callers
nothing calls this directly
Calls
1
GetEngine
Function · 0.85
Tested by
no test coverage detected