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

Function TEST

tests/cpp/surface/yoga_value_test.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8// ============================================================================
9
10TEST(YogaValue, DefaultConstructed_IsNone) {
11 YogaValue v;
12 EXPECT_EQ(v.type(), YogaValue::kNone);
13 EXPECT_FALSE(v.isValid());
14}
15
16// ============================================================================
17// Float construction

Callers

nothing calls this directly

Calls 5

asFloatMethod · 0.80
asStringMethod · 0.80
typeMethod · 0.45
isValidMethod · 0.45
asBoolMethod · 0.45

Tested by

no test coverage detected