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

Function TEST_F

test/unit/Common/utBaseProcess.cpp:91–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90};
91TEST_F( BaseProcessTest, constructTest ) {
92 bool ok = true;
93 try {
94 TestingBaseProcess process;
95 } catch (...) {
96 ok = false;
97 }
98 EXPECT_TRUE(ok);
99}
100
101TEST_F( BaseProcessTest, executeOnSceneTest ) {
102 TestingBaseProcess process;

Callers

nothing calls this directly

Calls 1

ExecuteOnSceneMethod · 0.80

Tested by

no test coverage detected