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

Function TEST

test/unit/filters/MergeTest.cpp:42–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42TEST(MergeTest, test4)
43{
44 using namespace pdal;
45
46 PipelineManager mgr;
47 mgr.readPipeline(Support::configuredpath("filters/merge.json"));
48 mgr.execute();
49
50 PointViewSet viewSet = mgr.views();
51
52 EXPECT_EQ(1u, viewSet.size());
53 PointViewPtr view = *viewSet.begin();
54 EXPECT_EQ(2130u, view->size());
55}
56
57TEST(MergeTest, test5)
58{

Callers

nothing calls this directly

Calls 10

configuredpathFunction · 0.85
redirectFunction · 0.85
restoreFunction · 0.85
strMethod · 0.80
readPipelineMethod · 0.45
executeMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
setLogMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected