MCPcopy Create free account
hub / github.com/bytedance/bolt / TEST_F

Function TEST_F

bolt/type/parser/tests/TypeParserTest.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83};
84
85TEST_F(TypeParserTest, booleanType) {
86 ASSERT_EQ(*parseType("boolean"), *BOOLEAN());
87}
88
89TEST_F(TypeParserTest, integerType) {
90 ASSERT_EQ(*parseType("int"), *INTEGER());

Callers

nothing calls this directly

Calls 7

ARRAYFunction · 0.85
TIMESTAMP_WITH_TIME_ZONEFunction · 0.85
DECIMALFunction · 0.85
MAPFunction · 0.85
JSONClass · 0.85
ROWFunction · 0.85
FUNCTIONFunction · 0.85

Tested by

no test coverage detected