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

Method OptechReaderTest

test/unit/io/OptechReaderTest.cpp:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

setOptionsMethod · 0.80
getTestfilePathFunction · 0.70
addMethod · 0.45

Tested by

no test coverage detected