MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / printerConfigTest

Method printerConfigTest

test/map_t.cpp:121–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119
120
121void MapTest::printerConfigTest()
122{
123 Map map;
124 QVERIFY(!map.hasPrinterConfig());
125 map.setPrinterConfig({ map });
126 QVERIFY(map.hasPrinterConfig());
127 map.resetPrinterConfig();
128 QVERIFY(!map.hasPrinterConfig());
129}
130
131void MapTest::specialColorsTest()
132{

Callers

nothing calls this directly

Calls 3

hasPrinterConfigMethod · 0.80
setPrinterConfigMethod · 0.80
resetPrinterConfigMethod · 0.80

Tested by

no test coverage detected