MCPcopy Create free account
hub / github.com/MapServer/MapServer / testmapObjHashTable

Method testmapObjHashTable

mapscript/csharp/examples/RFC24.cs:114–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 }
113
114 public void testmapObjHashTable()
115 {
116 mapObj map=new mapObj(mapfile);
117 hashTableObj configoptions = map.configoptions;
118 configoptions.set("key", "test value");
119
120 map=null;
121 gc();
122
123 assert(configoptions.get("key", "") == "test value", "testmapObjHashTable");
124 }
125
126 public void testsymbolSetObj()
127 {

Callers

nothing calls this directly

Calls 2

getMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected