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

Function TEST

test/unit/io/TerrasolidReaderTest.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71
72TEST(TerrasolidReader, Constructor)
73{
74 TerrasolidReader reader1;
75
76 StageFactory f;
77 Stage* reader2(f.createStage("readers.terrasolid"));
78}
79
80
81TEST_F(TerrasolidReaderTest, Header)

Callers

nothing calls this directly

Calls 1

createStageMethod · 0.80

Tested by

no test coverage detected