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

Function TEST_F

env/internal/runtime_ext_registry_test.cc:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112};
113
114TEST_F(RuntimeExtensionRegistryTest, SpecificExtensionVersion) {
115 EXPECT_THAT(Run("hello_extension", 1, "hello('world')"),
116 IsOkAndHolds(StringValueIs("Hello, old world!")));
117}
118
119TEST_F(RuntimeExtensionRegistryTest, LatestExtensionVersion) {
120 EXPECT_THAT(Run("hello_extension_alias", RuntimeExtensionRegistry::kLatest,

Callers

nothing calls this directly

Calls 1

StringValueIsFunction · 0.85

Tested by

no test coverage detected