MCPcopy Create free account
hub / github.com/PDAL/PDAL / TEST

Function TEST

test/unit/PluginManagerTest.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71};
72
73TEST(PluginManagerTest, MissingPlugin)
74{
75 std::unique_ptr<Stage> p(
76 PluginManager<Stage>::createObject("filters.nonexistentplugin"));
77 EXPECT_EQ(p.get(), nullptr);
78}
79
80TEST(PluginManagerTest, CreateObject)
81{

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected