MCPcopy Create free account
hub / github.com/OSGeo/PROJ / TEST

Function TEST

test/unit/test_factory.cpp:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65// ---------------------------------------------------------------------------
66
67TEST(factory, databasecontext_create) {
68 DatabaseContext::create();
69#ifndef _WIN32
70 // For some reason, no exception is thrown on AppVeyor Windows
71 EXPECT_THROW(DatabaseContext::create("/i/do_not/exist"), FactoryException);
72#endif
73}
74
75// ---------------------------------------------------------------------------
76

Callers

nothing calls this directly

Calls 15

AngleClass · 0.85
LengthClass · 0.85
ScaleClass · 0.85
inFunction · 0.85
PropertyMapClass · 0.85
createObjectMethod · 0.80
createUnitOfMeasureMethod · 0.80
typeMethod · 0.80
conversionToSIMethod · 0.80
createPrimeMeridianMethod · 0.80
sizeMethod · 0.80

Tested by

no test coverage detected