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

Function TEST

tests/cpp/surface/style_defaults_test.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8// ============================================================================
9
10TEST(StyleDefaults, ReturnsNonEmptyMap) {
11 const auto& defaults = StyleDefaults::getDefaults();
12 EXPECT_FALSE(defaults.empty());
13}
14
15TEST(StyleDefaults, ContainsExpectedKeys) {
16 const auto& defaults = StyleDefaults::getDefaults();

Callers

nothing calls this directly

Calls 3

emptyMethod · 0.80
endMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected