MCPcopy Create free account
hub / github.com/PDAL/PDAL / TEST_P

Function TEST_P

test/unit/apps/pcpipelineTestJSON.cpp:158–161  ·  view source on GitHub ↗

TEST_P is run for each of the values in INSTANTIATE_TEST_CASE below.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

run_pipelineFunction · 0.85
createStageMethod · 0.80

Tested by

no test coverage detected