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

Method TerrasolidReaderTest

test/unit/io/TerrasolidReaderTest.cpp:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

setOptionsMethod · 0.80
getTestfilePathFunction · 0.70
addMethod · 0.45

Tested by

no test coverage detected