| 90 | }; |
| 91 | |
| 92 | TestCase MinCase(CelValue v1, CelValue v2, CelValue result) { |
| 93 | return TestCase{kMathMin, v1, v2, result}; |
| 94 | } |
| 95 | |
| 96 | TestCase MinCase(CelValue list, CelValue result) { |
| 97 | return TestCase{kMathMin, list, absl::nullopt, result}; |
no outgoing calls
no test coverage detected