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

Function TEST

test/unit/io/GDALReaderTest.cpp:45–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43using namespace pdal;
44
45TEST(GDALReaderTest, badfile)
46{
47 Options ro;
48 ro.add("filename", Support::datapath("png/autzen-foo.png"));
49
50 GDALReader gr;
51 gr.setOptions(ro);
52
53 PointTable t;
54 EXPECT_THROW(gr.prepare(t), pdal_error);
55}
56
57
58TEST(GDALReaderTest, simple)

Callers

nothing calls this directly

Calls 8

datapathFunction · 0.85
setOptionsMethod · 0.80
addMethod · 0.45
prepareMethod · 0.45
executeMethod · 0.45
beginMethod · 0.45
findDimMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected