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

Function TEST_F

autotest/cpp/test_ogr.cpp:44–47  ·  view source on GitHub ↗

Test OGR driver registrar access

Source from the content-addressed store, hash-verified

42
43// Test OGR driver registrar access
44TEST_F(test_ogr, GetGDALDriverManager)
45{
46 ASSERT_TRUE(nullptr != GetGDALDriverManager());
47}
48
49template <class T>
50void testSpatialReferenceLeakOnCopy(OGRSpatialReference *poSRS)

Callers

nothing calls this directly

Calls 15

GetGDALDriverManagerFunction · 0.85
OGR_G_SetPointsFunction · 0.85
ASSERT_EQFunction · 0.85
OGR_G_CreateGeometryFunction · 0.85
OGR_SM_CreateFunction · 0.85
OGR_SM_InitStyleStringFunction · 0.85
OGR_SM_GetPartFunction · 0.85
OGR_ST_GetParamDblFunction · 0.85
OGR_ST_GetUnitFunction · 0.85
OGR_ST_SetUnitFunction · 0.85
OGR_ST_DestroyFunction · 0.85
OGR_SM_DestroyFunction · 0.85

Tested by

no test coverage detected