| 48 | |
| 49 | |
| 50 | TEST(PlyWriter, Constructor) |
| 51 | { |
| 52 | PlyWriter writer1; |
| 53 | |
| 54 | StageFactory f; |
| 55 | Stage* writer2(f.createStage("writers.ply")); |
| 56 | EXPECT_TRUE(writer2); |
| 57 | } |
| 58 | |
| 59 | |
| 60 | TEST(PlyWriter, Write) |
nothing calls this directly
no test coverage detected