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

Method FbiReaderTest

test/unit/io/FbiReaderTest.cpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54{
55public:
56 FbiReaderTest()
57 : ::testing::Test()
58 , m_reader()
59 {
60 Options options;
61 options.add("filename", getTestfilePath());
62 m_reader.setOptions(options);
63 }
64
65 FbiReader m_reader;
66};

Callers

nothing calls this directly

Calls 3

setOptionsMethod · 0.80
getTestfilePathFunction · 0.70
addMethod · 0.45

Tested by

no test coverage detected