********* Start testing of tst_QPointF *********
Config: Using QtTest library 6.12.0, Qt 6.12.0 (arm64-little_endian-llp64 shared (dynamic) release build; by MSVC 2022), windows 11
PASS   : tst_QPointF::initTestCase()
PASS   : tst_QPointF::isNull()
PASS   : tst_QPointF::manhattanLength((0, 0))
PASS   : tst_QPointF::manhattanLength((10, 0))
PASS   : tst_QPointF::manhattanLength((0, 10))
PASS   : tst_QPointF::manhattanLength((10, 20))
PASS   : tst_QPointF::manhattanLength((10.1, 20.2))
PASS   : tst_QPointF::manhattanLength((-10.1, -20.2))
PASS   : tst_QPointF::getSet(0)
PASS   : tst_QPointF::getSet(-1)
PASS   : tst_QPointF::getSet(1)
PASS   : tst_QPointF::getSet(QREAL_MAX)
PASS   : tst_QPointF::getSet(QREAL_MIN)
PASS   : tst_QPointF::transposed()
PASS   : tst_QPointF::rx()
PASS   : tst_QPointF::ry()
PASS   : tst_QPointF::operator_add((0, 0) + (0, 0))
PASS   : tst_QPointF::operator_add((0, 9) + (1, 0))
PASS   : tst_QPointF::operator_add((QREAL_MIN, 0) + (1, 0))
PASS   : tst_QPointF::operator_add((QREAL_MAX, 0) + (-1, 0))
PASS   : tst_QPointF::operator_subtract((0, 0) - (0, 0))
PASS   : tst_QPointF::operator_subtract((0, 9) - (1, 0))
PASS   : tst_QPointF::operator_subtract((QREAL_MAX, 0) - (1, 0))
PASS   : tst_QPointF::operator_subtract((QREAL_MIN, 0) - (-1, 0))
PASS   : tst_QPointF::operator_multiply((0, 0) * 0.0)
PASS   : tst_QPointF::operator_multiply((QREAL_MIN, 1) * 0.5)
PASS   : tst_QPointF::operator_multiply((QREAL_MAX, 2) * 0.5)
PASS   : tst_QPointF::operator_divide((0, 0) / 1)
PASS   : tst_QPointF::operator_divide((0, 9) / 2)
PASS   : tst_QPointF::operator_divide((QREAL_MAX, 0) / 2)
PASS   : tst_QPointF::operator_divide((QREAL_MIN, 0) / -1.5)
PASS   : tst_QPointF::division()
PASS   : tst_QPointF::dotProduct((0, 0) dot (0, 0))
PASS   : tst_QPointF::dotProduct((10, 0) dot (0, 10))
PASS   : tst_QPointF::dotProduct((0, 10) dot (10, 0))
PASS   : tst_QPointF::dotProduct((10, 20) dot (-10, -20))
PASS   : tst_QPointF::dotProduct((10.1, 20.2) dot (-10.1, -20.2))
PASS   : tst_QPointF::dotProduct((-10.1, -20.2) dot (10.1, 20.2))
PASS   : tst_QPointF::operator_unary_plus(-(0, 0))
PASS   : tst_QPointF::operator_unary_plus(-(-1, 0))
PASS   : tst_QPointF::operator_unary_plus(-(0, -1))
PASS   : tst_QPointF::operator_unary_plus(-(1.2345, 0))
PASS   : tst_QPointF::operator_unary_plus(-(-QREAL_MAX, QREAL_MAX))
PASS   : tst_QPointF::operator_unary_minus(-(0, 0))
PASS   : tst_QPointF::operator_unary_minus(-(-1, 0))
PASS   : tst_QPointF::operator_unary_minus(-(0, -1))
PASS   : tst_QPointF::operator_unary_minus(-(1.2345, 0))
PASS   : tst_QPointF::operator_unary_minus(-(-QREAL_MAX, QREAL_MAX))
PASS   : tst_QPointF::operatorsCompile()
PASS   : tst_QPointF::operator_eq((0, 0) == (0, 0))
PASS   : tst_QPointF::operator_eq((-1, 0) == (-1, 0))
PASS   : tst_QPointF::operator_eq((-1, 0) != (0, 0))
PASS   : tst_QPointF::operator_eq((-1, 0) != (0, -1))
PASS   : tst_QPointF::operator_eq((-1.125, 0.25) == (-1.125, 0.25))
PASS   : tst_QPointF::operator_eq((QREAL_MIN, QREAL_MIN) == (QREAL_MIN, QREAL_MIN))
PASS   : tst_QPointF::operator_eq((QREAL_MAX, QREAL_MAX) == (QREAL_MAX, QREAL_MAX))
PASS   : tst_QPointF::fuzzyCompare((0, 0) == (0, 0))
PASS   : tst_QPointF::fuzzyCompare((-1, 0) == (-1, 0))
PASS   : tst_QPointF::fuzzyCompare((-1, 0) != (0, 0))
PASS   : tst_QPointF::fuzzyCompare((-1, 0) != (0, -1))
PASS   : tst_QPointF::fuzzyCompare((-1.125, 0.25) == (-1.125, 0.25))
PASS   : tst_QPointF::fuzzyCompare((QREAL_MIN, QREAL_MIN) == (QREAL_MIN, QREAL_MIN))
PASS   : tst_QPointF::fuzzyCompare((QREAL_MAX, QREAL_MAX) == (QREAL_MAX, QREAL_MAX))
PASS   : tst_QPointF::toPoint((0.0, 0.0) ==> (0, 0))
PASS   : tst_QPointF::toPoint((0.5, 0.5) ==> (1, 1))
PASS   : tst_QPointF::toPoint((-0.5, -0.5) ==> (-1, -1))
PASS   : tst_QPointF::toPoint((DBL_MAX, -DBL_MAX) ==> (INT_MAX, INT_MIN))
PASS   : tst_QPointF::toPoint((HUGE_VAL, 0) ==> (INT_MAX, 0))
PASS   : tst_QPointF::compare()
PASS   : tst_QPointF::stream((0, 0.5))
PASS   : tst_QPointF::stream((-1, 1))
PASS   : tst_QPointF::stream((1, -1))
PASS   : tst_QPointF::stream((INT_MIN, INT_MAX))
PASS   : tst_QPointF::structuredBinding()
PASS   : tst_QPointF::cleanupTestCase()
Totals: 75 passed, 0 failed, 0 skipped, 0 blacklisted, 13ms
********* Finished testing of tst_QPointF *********
