MCPcopy Create free account
hub / github.com/assimp/assimp / TEST_F

Function TEST_F

test/unit/ImportExport/utExporter.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69};
70
71TEST_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
78TEST_F(ExporterTest, ExporterIdTest) {

Callers

nothing calls this directly

Calls 3

GetExportFormatCountMethod · 0.80
SetProgressHandlerMethod · 0.45

Tested by

no test coverage detected