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

Function TEST

test/unit/MetadataTest.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41using namespace pdal;
42
43TEST(MetadataTest, assign)
44{
45 MetadataNode m1("Test");
46 MetadataNode m2 = m1;
47 EXPECT_EQ(m1.name(), "Test");
48 EXPECT_EQ(m2.name(), "Test");
49}
50
51TEST(MetadataTest, test_construction)
52{

Callers

nothing calls this directly

Calls 14

redirectFunction · 0.85
restoreFunction · 0.85
PredicateClass · 0.85
startsWithFunction · 0.85
fromStringFunction · 0.50
nameMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45
typeMethod · 0.45
valueMethod · 0.45
addMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected