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

Function TEST

test/unit/io/PtsReaderTest.cpp:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41{
42
43TEST(PtsReader, Constructor)
44{
45 PtsReader reader1;
46
47 StageFactory f;
48 Stage* reader2(f.createStage("readers.pts"));
49 EXPECT_TRUE(reader2);
50}
51
52
53

Callers

nothing calls this directly

Calls 8

datapathFunction · 0.85
createStageMethod · 0.80
setOptionsMethod · 0.80
addMethod · 0.45
prepareMethod · 0.45
executeMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected