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

Function TEST

test/unit/filters/MongoExpressionFilterTest.cpp:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74} // unnamed namespace
75
76TEST(MongoExpressionFilterTest, createStage)
77{
78 StageFactory f;
79 Stage* filter(f.createStage("filters.mongo"));
80 EXPECT_TRUE(filter);
81}
82
83TEST(MongoExpressionFilterTest, noExpression)
84{

Callers

nothing calls this directly

Calls 7

makeTableFunction · 0.85
makeFilterFunction · 0.85
createStageMethod · 0.80
filterFunction · 0.50
prepareMethod · 0.45
setFieldMethod · 0.45
processOneMethod · 0.45

Tested by

no test coverage detected