MCPcopy Create free account
hub / github.com/OSGeo/gdal / TEST_F

Function TEST_F

autotest/cpp/test_gdal.cpp:43–48  ·  view source on GitHub ↗

Test GDAL driver manager access

Source from the content-addressed store, hash-verified

41
42// Test GDAL driver manager access
43TEST_F(test_gdal, driver_manager)
44{
45 GDALDriverManager *drv_mgr = nullptr;
46 drv_mgr = GetGDALDriverManager();
47 ASSERT_TRUE(nullptr != drv_mgr);
48}
49
50// Test that GDALRegisterPlugins can be called
51TEST_F(test_gdal, register_plugins)

Callers

nothing calls this directly

Calls 15

GetGDALDriverManagerFunction · 0.85
GDALRegisterPluginsFunction · 0.85
ASSERT_EQFunction · 0.85
GDALRegisterPluginFunction · 0.85
GDALTranslateOptionsNewFunction · 0.85
GDALTranslateFunction · 0.85
GDALCloseClass · 0.85
GDALTranslateOptionsFreeFunction · 0.85
GDALWarpAppOptionsNewFunction · 0.85
GDALWarpAppOptionsFreeFunction · 0.85
GDALBuildVRTFunction · 0.85

Tested by

no test coverage detected