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

Function TEST

plugins/tiledb/test/TileDBUtilsTest.cpp:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40{
41
42TEST(DomainBounds, parse_empty)
43{
44 std::stringstream ss("()");
45 DomainBounds bounds;
46 ss >> bounds;
47
48 EXPECT_TRUE(bounds.empty());
49 EXPECT_EQ(bounds.ndim(), 0);
50}
51
52TEST(DomainBounds, parse_bbox1d)
53{

Callers

nothing calls this directly

Calls 13

ndimMethod · 0.80
minGpsTimeMethod · 0.80
maxGpsTimeMethod · 0.80
parsePairMethod · 0.80
filterListMethod · 0.80
emptyMethod · 0.45
minXMethod · 0.45
maxXMethod · 0.45
minYMethod · 0.45
maxYMethod · 0.45
minZMethod · 0.45
maxZMethod · 0.45

Tested by

no test coverage detected