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

Function TEST_P

extensions/math_ext_test.cc:213–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212using MathExtParamsTest = testing::TestWithParam<TestCase>;
213TEST_P(MathExtParamsTest, MinMaxTests) { ExpectResult(GetParam()); }
214
215INSTANTIATE_TEST_SUITE_P(
216 MathExtParamsTest, MathExtParamsTest,

Callers

nothing calls this directly

Calls 15

ParseWithMacrosFunction · 0.85
math_macrosFunction · 0.85
CreateGreatestFunctionFunction · 0.85
CreateLeastFunctionFunction · 0.85
RegisterBuiltinFunctionsFunction · 0.85
StandardCheckerLibraryFunction · 0.85
MathCompilerLibraryFunction · 0.85
CompilerOptionsClass · 0.85
StandardCompilerLibraryFunction · 0.85
source_infoMethod · 0.80
GetRegistryMethod · 0.80

Tested by

no test coverage detected