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

Function TEST

plugins/rxp/test/RxpReaderTest.cpp:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102TEST(RxpReaderTest, testConstructor)
103{
104 Options options = defaultRxpReaderOptions();
105 RxpReader reader;
106 reader.setOptions(options);
107 EXPECT_EQ(reader.getName(), "readers.rxp");
108}
109
110TEST(RxpReaderTest, testRead)
111{

Callers

nothing calls this directly

Calls 9

defaultRxpReaderOptionsFunction · 0.85
setOptionsMethod · 0.80
checkPointFunction · 0.70
getNameMethod · 0.45
prepareMethod · 0.45
executeMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected