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

Method SetUp

tests/cpp/surface/virtual_dom_test.cpp:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139class VirtualDOMTest : public ::testing::Test {
140protected:
141 void SetUp() override {
142 observer_ = std::make_unique<MockVirtualDOMObserver>();
143 surfaceContext_ = std::make_unique<MockSurfaceContext>();
144 vdom_ = std::make_unique<VirtualDOM>(observer_.get(), surfaceContext_.get(), nullptr);
145 }
146
147 std::unique_ptr<MockVirtualDOMObserver> observer_;
148 std::unique_ptr<MockSurfaceContext> surfaceContext_;

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected