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

Function TEST

test/unit/io/ObjReaderTest.cpp:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71TEST(ObjReader, Constructor)
72{
73 ObjReader reader1;
74
75 StageFactory f;
76 Stage* reader2(f.createStage("readers.obj"));
77 EXPECT_TRUE(reader2);
78}
79
80TEST(ObjReader, NoFace)
81{

Callers

nothing calls this directly

Calls 10

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

Tested by

no test coverage detected