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

Function TEST

test/unit/io/GltfWriterTest.cpp:146–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144
145
146TEST(GltfWriter, Write)
147{
148 std::string path = Support::temppath("out.glb");
149 testWrite(false, false, path);
150 ASSERT_EQ(FileUtils::fileSize(path), 5100u);
151}
152
153
154TEST(GltfWriter, WriteWithNormals)

Callers

nothing calls this directly

Calls 3

temppathFunction · 0.85
testWriteFunction · 0.85
fileSizeFunction · 0.50

Tested by

no test coverage detected