MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / TEST_F

Function TEST_F

internal/json_test.cc:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78};
79
80TEST_F(CheckJsonTest, Value_Generated) {
81 EXPECT_THAT(CheckJson(*MakeGenerated<google::protobuf::Value>()), IsOk());
82}
83
84TEST_F(CheckJsonTest, Value_Dynamic) {
85 EXPECT_THAT(CheckJson(*MakeDynamic<google::protobuf::Value>()), IsOk());

Callers

nothing calls this directly

Calls 12

MessageToJsonFunction · 0.85
MessageFieldToJsonFunction · 0.85
JsonDebugStringFunction · 0.85
JsonListDebugStringFunction · 0.85
JsonMapDebugStringFunction · 0.85
JsonEqualsFunction · 0.85
JsonListEqualsFunction · 0.85
JsonMapEqualsFunction · 0.85
CheckJsonFunction · 0.70
CheckJsonListFunction · 0.70
CheckJsonMapFunction · 0.70
FindFieldByNameMethod · 0.45

Tested by

no test coverage detected