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

Function TEST

plugins/rdb/test/RdbReaderTest.cpp:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137
138TEST(RdbReaderTest, Reader) // creating the reader works?
139{
140 RdbReader reader;
141 reader.setOptions(rdbReaderOptions());
142
143 EXPECT_EQ(reader.getName(), "readers.rdb");
144}
145
146
147TEST(RdbReaderTest, Missing) // loading a missing file fails?

Callers

nothing calls this directly

Calls 15

rdbReaderOptionsFunction · 0.85
setOptionsMethod · 0.80
hasDimMethod · 0.80
checkPointFunction · 0.70
checkDimensionFunction · 0.70
getNameMethod · 0.45
prepareMethod · 0.45
getMetadataMethod · 0.45
validMethod · 0.45
sizeMethod · 0.45
insertMethod · 0.45
executeMethod · 0.45

Tested by

no test coverage detected