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

Function TEST

test/unit/apps/InfoTest.cpp:67–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67TEST(Info, point)
68{
69std::string r = R"foo(
70 "points":
71 {
72 "point":
73 {
74 "Blue": 90,
75 "Classification": 2,
76 "EdgeOfFlightLine": 0,
77 "GpsTime": 245379.401,
78 "Green": 98,
79 "Intensity": 1,
80 "KeyPoint": 0,
81 "NumberOfReturns": 1,
82 "Overlap": 0,
83 "PointId": 5,
84 "PointSourceId": 7326,
85 "Red": 82,
86 "ReturnNumber": 1,
87 "ScanAngleRank": -17,
88 "ScanDirectionFlag": 1,
89 "Synthetic": 0,
90 "UserData": 130,
91 "Withheld": 0,
92 "X": 637176.73,
93 "Y": 849397.08,
94 "Z": 410.89
95 }
96 },
97)foo";
98
99 SCOPED_TRACE("point");
100 test("-p 5", r);
101}
102
103TEST(Info, query)
104{

Callers

nothing calls this directly

Calls 4

testFunction · 0.85
datapathFunction · 0.85
appNameFunction · 0.70
findMethod · 0.45

Tested by

no test coverage detected