Searched refs:testLocation (Results 1 – 2 of 2) sorted by relevance
61 id: testLocation103 compare (testLocation.coordinate.longitude, inside.longitude)104 compare (testLocation.coordinate.latitude, inside.latitude)106 compare (testLocation.boundingBox.contains(inside), true)107 compare (testLocation.boundingBox.contains(outside), false)108 compare (testLocation.boundingBox.bottomRight.longitude, br.longitude)109 compare (testLocation.boundingBox.bottomRight.latitude, br.latitude)110 compare (testLocation.boundingBox.topLeft.longitude, tl.longitude)111 compare (testLocation.boundingBox.topLeft.latitude, tl.latitude)113 compare (testLocation.address.country, "Australia")[all …]
56 void testLocation();170 void tst_qmlinterface::testLocation() in testLocation() function in tst_qmlinterface