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

Function TEST_P

eval/public/container_function_registrar_test.cc:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73using ContainerFunctionParamsTest = testing::TestWithParam<TestCase>;
74TEST_P(ContainerFunctionParamsTest, StandardFunctions) {
75 ExpectResult(GetParam());
76}
77
78INSTANTIATE_TEST_SUITE_P(
79 ContainerFunctionParamsTest, ContainerFunctionParamsTest,

Callers

nothing calls this directly

Calls 1

ExpectResultFunction · 0.70

Tested by

no test coverage detected