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

Method SetUp

tests/cpp/surface/component_manager_test.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57class ComponentModelTest : public ::testing::Test {
58protected:
59 void SetUp() override {
60 surfaceContext_ = std::make_unique<MockSurfaceContextCM>();
61 observer_ = std::make_unique<MockComponentChangedObserver>();
62 generator_ = std::make_unique<MockTemplateComponentGenerator>();
63 }
64
65 std::unique_ptr<ComponentModel> makeModel(const std::string& id, const std::string& component) {
66 return std::make_unique<ComponentModel>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected