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

Method SetUp

tests/cpp/surface/virtual_dom_test.cpp:484–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482class VirtualDOMObserverTest : public ::testing::Test {
483protected:
484 void SetUp() override {
485 observer_ = std::make_unique<MockVirtualDOMObserver>();
486 surfaceContext_ = std::make_unique<MockSurfaceContext>();
487 vdom_ = std::make_unique<VirtualDOM>(observer_.get(), surfaceContext_.get(), nullptr);
488 }
489
490 std::unique_ptr<MockVirtualDOMObserver> observer_;
491 std::unique_ptr<MockSurfaceContext> surfaceContext_;

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected