Searched refs:testObj3 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotilespec/ |
| H A D | tst_qgeotilespec.cpp | 102 QGeoTileSpec testObj3(plugin, mapId, zoom, x, y); in constructorTest() local 103 QCOMPARE(testObj3.plugin(), plugin); in constructorTest() 104 QCOMPARE(testObj3.mapId(), mapId); in constructorTest() 105 QCOMPARE(testObj3.zoom(), zoom); in constructorTest() 106 QCOMPARE(testObj3.x(), x); in constructorTest() 107 QCOMPARE(testObj3.y(), y); in constructorTest() 265 QGeoTileSpec testObj3(plugin + QString('a'), mapId-1, zoom-1, x-1, y-1); in lessThanOperatorTest() local 266 QVERIFY2(testObj < testObj3, "Order of less than operator is not correct"); in lessThanOperatorTest() 303 QGeoTileSpec testObj3(plugin, mapId, zoom, x, y); in qHashTest() local 304 unsigned int hash3 = qHash(testObj3); in qHashTest() [all …]
|