Modul:Pozíciós térkép/tests
Megjelenés
Pozíciós térkép modul tesztek[mi ez?]
Név | Várt | Tényleges | |
---|---|---|---|
testGetMapParams |
local p = require('Modul:Pozíciós térkép')
local ScribuntoUnit = require('Modul:ScribuntoUnit')
local suite = ScribuntoUnit:new()
local frame = mw.getCurrentFrame()
function suite:testGetMapParams()
self:assertEquals('Magyarország', p.getMapParams('Magyarország', frame)'name')
self:assertEquals('France_relief_location_map.jpg', p.getMapParams('Franciaország', frame)('image', {'relief'}))
self:assertEquals('-90', p.getMapParams('Antarktisz', frame)'pole')
end
return suite