| 52 | |
| 53 | |
| 54 | TEST(PlyReader, Constructor) |
| 55 | { |
| 56 | PlyReader reader1; |
| 57 | |
| 58 | StageFactory f; |
| 59 | Stage* reader2(f.createStage("readers.ply")); |
| 60 | EXPECT_TRUE(reader2); |
| 61 | } |
| 62 | |
| 63 | |
| 64 | TEST(PlyReader, ReadText) |
nothing calls this directly
no test coverage detected