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

Function TEST

test/unit/apps/MergeTest.cpp:53–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53TEST(Merge, pdalinfoTest_no_input)
54{
55 const std::string cmd = appName() + " 2>&1";
56
57 std::string output;
58 EXPECT_EQ(Utils::run_shell_command(cmd, output), 1);
59
60 const std::string expected = "PDAL: kernels.merge: Missing value for positional "
61 "argument 'files'.";
62 EXPECT_EQ(output.substr(0, expected.length()), expected);
63}
64
65
66TEST(Merge, Simple)

Callers

nothing calls this directly

Calls 7

datapathFunction · 0.85
temppathFunction · 0.85
binpathFunction · 0.85
deleteFileFunction · 0.85
appNameFunction · 0.70
lengthMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected