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

Function TEST

test/unit/StageFactoryTest.cpp:46–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44{
45
46TEST(StageFactoryTest, Load)
47{
48 StageFactory f(false);
49
50 StringList ns = PluginManager<Stage>::names();
51 ASSERT_TRUE(Utils::contains(ns, "filters.crop"));
52 ASSERT_TRUE(Utils::contains(ns, "readers.las"));
53 ASSERT_TRUE(Utils::contains(ns, "writers.bpf"));
54}
55
56
57TEST(StageFactoryTest, extensionTest)

Callers

nothing calls this directly

Calls 1

containsFunction · 0.50

Tested by

no test coverage detected