TEST_P is run for each of the values in INSTANTIATE_TEST_CASE below.
| 156 | |
| 157 | // TEST_P is run for each of the values in INSTANTIATE_TEST_CASE below. |
| 158 | TEST_P(json, pipeline) |
| 159 | { |
| 160 | run_pipeline(GetParam()); |
| 161 | } |
| 162 | |
| 163 | INSTANTIATE_TEST_CASE_P(base, json, |
| 164 | testing::Values( |
nothing calls this directly
no test coverage detected