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

Function TEST_F

tests/cpp/integration/theme_designtoken_test.cpp:23–28  ·  view source on GitHub ↗

TD001

Source from the content-addressed store, hash-verified

21
22// TD001
23TEST_F(ThemeDesignTokenTest, TD001_LoadThemeConfig_ValidJson_AppliedToSurface) {
24 std::string err;
25 EXPECT_TRUE(engine_->loadThemeConfig("{}", err));
26 ::agenui::testing::ScopedSurfaceManager sm;
27 ASSERT_TRUE(sm);
28}
29
30// TD002
31TEST_F(ThemeDesignTokenTest, TD002_LoadDesignTokenConfig_ValidJson_Applied) {

Callers

nothing calls this directly

Calls 4

WaitForWorkerIdleFunction · 0.85
loadThemeConfigMethod · 0.45
loadDesignTokenConfigMethod · 0.45
setDayNightModeMethod · 0.45

Tested by

no test coverage detected