Home
last modified time | relevance | path

Searched refs:testObj2 (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotilespec/
H A Dtst_qgeotilespec.cpp94 QGeoTileSpec testObj2(testObj); in constructorTest() local
95 QCOMPARE(testObj.plugin(), testObj2.plugin()); in constructorTest()
96 QCOMPARE(testObj.mapId(), testObj2.mapId()); in constructorTest()
97 QCOMPARE(testObj.zoom(), testObj2.zoom()); in constructorTest()
98 QCOMPARE(testObj.x(), testObj2.x()); in constructorTest()
99 QCOMPARE(testObj.y(), testObj2.y()); in constructorTest()
186 QGeoTileSpec testObj2; in assignsOperatorTest() local
187 testObj2 = testObj; in assignsOperatorTest()
189 QVERIFY2(testObj2.plugin() == plugin, "Plugin not copied correctly"); in assignsOperatorTest()
190 QVERIFY2(testObj2.zoom() == zoom, "Zoom not copied correctly"); in assignsOperatorTest()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchrequest/
H A Dtst_qplacesearchrequest.cpp190 QPlaceSearchRequest testObj2; in operatorsTest() local
191 testObj2 = testObj; in operatorsTest()
192 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest()
193 testObj2.setSearchTerm(QStringLiteral("abc")); in operatorsTest()
194 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
195 testObj2.setSearchTerm(QStringLiteral("testValue")); in operatorsTest()
196 QVERIFY(testObj == testObj2); in operatorsTest()
204 testObj2.setSearchArea(b2); in operatorsTest()
205 QVERIFY2(testObj == testObj2, "Identical box areas are not identified as matching"); in operatorsTest()
208 testObj2.setSearchArea(b3); in operatorsTest()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceattribute/
H A Dtst_qplaceattribute.cpp69 QPlaceAttribute testObj2; in operatorsTest() local
70 testObj2 = testObj; in operatorsTest()
71 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest()
72 testObj2.setText(QStringLiteral("text")); in operatorsTest()
73 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceratings/
H A Dtst_qplaceratings.cpp88 QPlaceRatings testObj2; in operatorsTest() local
89 testObj2 = testObj; in operatorsTest()
90 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest()
91 testObj2.setCount(-10); in operatorsTest()
92 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceeditorial/
H A Dtst_qplaceeditorial.cpp151 QPlaceEditorial testObj2; in operatorsTest() local
152 testObj2 = testObj; in operatorsTest()
153 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest()
154 testObj2.setText("testValue2"); in operatorsTest()
155 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacecategory/
H A Dtst_qplacecategory.cpp100 QPlaceCategory testObj2; in operatorsTest() local
101 testObj2 = testObj; in operatorsTest()
102 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest()
103 testObj2.setCategoryId("a3rfg"); in operatorsTest()
104 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceimage/
H A Dtst_qplaceimage.cpp152 QPlaceImage testObj2; in operatorsTest() local
153 testObj2 = testObj; in operatorsTest()
154 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest()
155 testObj2.setImageId("testValue2"); in operatorsTest()
156 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesupplier/
H A Dtst_qplacesupplier.cpp121 QPlaceSupplier testObj2; in operatorsTest() local
122 testObj2 = testObj; in operatorsTest()
123 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest()
124 testObj2.setSupplierId(QStringLiteral("testValue2")); in operatorsTest()
125 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceperiod/
H A Dtst_qplaceperiod.cpp107 QPlacePeriod testObj2; in operatorsTest() local
108 testObj2 = testObj; in operatorsTest()
109 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest()
111 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacereview/
H A Dtst_qplacereview.cpp171 QPlaceReview testObj2; in operatorsTest() local
172 testObj2 = testObj; in operatorsTest()
173 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest()
174 testObj2.setLanguage("testValue2"); in operatorsTest()
175 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoaddress/
H A Dtst_qgeoaddress.cpp506 QGeoAddress testObj2; in operatorsTest() local
507 testObj2 = testObj; in operatorsTest()
508 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest()
509 testObj2.setCountry("testValue2"); in operatorsTest()
510 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp498 QPlace testObj2; in operatorsTest() local
499 testObj2 = testObj; in operatorsTest()
500 QVERIFY2(testObj == testObj2, "Not copied correctly"); in operatorsTest()
501 testObj2.setPlaceId("342-456"); in operatorsTest()
502 QVERIFY2(testObj != testObj2, "Object should be different"); in operatorsTest()