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

Function TEST_F

tests/cpp/surface/token_parser_test.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25// ============================================================================
26
27TEST_F(TokenParserTest, Resolve_UnknownToken_ReturnsSameName) {
28 EXPECT_EQ(parser.resolve("nonexistent.token.name"), "nonexistent.token.name");
29}
30
31TEST_F(TokenParserTest, Resolve_EmptyString_ReturnsEmptyString) {
32 EXPECT_EQ(parser.resolve(""), "");

Callers

nothing calls this directly

Calls 3

loadFromJsonStringMethod · 0.80
setThemeModeMethod · 0.80
resolveMethod · 0.65

Tested by

no test coverage detected