MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / TEST

Function TEST

LibCarla/source/test/client/test_opendrive.cpp:225–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225TEST(road, parse_files) {
226 for (const auto &file : util::OpenDrive::GetAvailableFiles()) {
227 // std::cerr << file << std::endl;
228 auto map = OpenDriveParser::Load(util::OpenDrive::Load(file));
229 ASSERT_TRUE(map);
230 // print_roads(map, file);
231 }
232}
233
234TEST(road, parse_road_links) {
235 for (const auto &file : util::OpenDrive::GetAvailableFiles()) {

Callers

nothing calls this directly

Calls 15

LoadFunction · 0.85
test_road_linksFunction · 0.85
test_junctionsFunction · 0.85
test_roadsFunction · 0.85
test_road_elevationFunction · 0.85
test_geometryFunction · 0.85
ShuffleFunction · 0.85
load_fileMethod · 0.80
push_backMethod · 0.80
PostMethod · 0.80
logFunction · 0.50
LocationClass · 0.50

Tested by

no test coverage detected