Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
TEST(PluginManagerTest, MissingPlugin)
74
{
75
std::unique_ptr<Stage> p(
76
PluginManager<Stage>::createObject(
"filters.nonexistentplugin"
));
77
EXPECT_EQ(p.get(), nullptr);
78
}
79
80
TEST(PluginManagerTest, CreateObject)
81
{
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected