| 69 | }; |
| 70 | |
| 71 | TEST_F(ExporterTest, ProgressHandlerTest) { |
| 72 | Exporter exporter; |
| 73 | TestProgressHandler *ph(new TestProgressHandler); |
| 74 | exporter.SetProgressHandler(ph); |
| 75 | } |
| 76 | |
| 77 | // Make sure all the registered exporters have useful descriptions |
| 78 | TEST_F(ExporterTest, ExporterIdTest) { |
nothing calls this directly
no test coverage detected