| 69 | |
| 70 | |
| 71 | TEST(ObjReader, Constructor) |
| 72 | { |
| 73 | ObjReader reader1; |
| 74 | |
| 75 | StageFactory f; |
| 76 | Stage* reader2(f.createStage("readers.obj")); |
| 77 | EXPECT_TRUE(reader2); |
| 78 | } |
| 79 | |
| 80 | TEST(ObjReader, NoFace) |
| 81 | { |
nothing calls this directly
no test coverage detected