********* Start testing of tst_qcandlestickmodelmapper *********
Config: Using QtTest library 6.10.0, Qt 6.10.0 (arm64-little_endian-lp64 shared (dynamic) debug build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 15.0.0
PASS   : tst_qcandlestickmodelmapper::initTestCase()
PASS   : tst_qcandlestickmodelmapper::verticalMapper(last column greater than first column)
PASS   : tst_qcandlestickmodelmapper::verticalMapper(last column equal to first column)
PASS   : tst_qcandlestickmodelmapper::verticalMapper(last column lesser than first column)
PASS   : tst_qcandlestickmodelmapper::verticalMapper(invalid first column and correct last column)
PASS   : tst_qcandlestickmodelmapper::verticalMapper(first column beyond the size of model and correct last column)
PASS   : tst_qcandlestickmodelmapper::verticalMapper(first column beyond the size of model and invalid last column)
PASS   : tst_qcandlestickmodelmapper::verticalMapperCustomMapping(all rows are correct)
PASS   : tst_qcandlestickmodelmapper::verticalMapperCustomMapping(all rows are invalid)
PASS   : tst_qcandlestickmodelmapper::verticalMapperCustomMapping(timestamp: -1 (invalid))
PASS   : tst_qcandlestickmodelmapper::verticalMapperCustomMapping(timestamp: -3 (invalid - should default to -1))
PASS   : tst_qcandlestickmodelmapper::verticalMapperCustomMapping(timestamp: +1 greater than the number of rows in the model)
PASS   : tst_qcandlestickmodelmapper::verticalMapperCustomMapping(open: -1 (invalid))
PASS   : tst_qcandlestickmodelmapper::verticalMapperCustomMapping(open: -3 (invalid - should default to -1))
PASS   : tst_qcandlestickmodelmapper::verticalMapperCustomMapping(open: +1 greater than the number of rows in the model)
PASS   : tst_qcandlestickmodelmapper::verticalMapperCustomMapping(high: -1 (invalid))
PASS   : tst_qcandlestickmodelmapper::verticalMapperCustomMapping(high: -3 (invalid - should default to -1))
PASS   : tst_qcandlestickmodelmapper::verticalMapperCustomMapping(high: +1 greater than the number of rows in the model)
PASS   : tst_qcandlestickmodelmapper::verticalMapperCustomMapping(low: -1 (invalid))
PASS   : tst_qcandlestickmodelmapper::verticalMapperCustomMapping(low: -3 (invalid - should default to -1))
PASS   : tst_qcandlestickmodelmapper::verticalMapperCustomMapping(low: +1 greater than the number of rows in the model)
PASS   : tst_qcandlestickmodelmapper::verticalMapperCustomMapping(close: -1 (invalid))
PASS   : tst_qcandlestickmodelmapper::verticalMapperCustomMapping(close: -3 (invalid - should default to -1))
PASS   : tst_qcandlestickmodelmapper::verticalMapperCustomMapping(close: +1 greater than the number of rows in the model)
PASS   : tst_qcandlestickmodelmapper::horizontalMapper(last row greater than first row)
PASS   : tst_qcandlestickmodelmapper::horizontalMapper(last row equal to first row)
PASS   : tst_qcandlestickmodelmapper::horizontalMapper(last row lesser than first row)
PASS   : tst_qcandlestickmodelmapper::horizontalMapper(invalid first row and correct last row)
PASS   : tst_qcandlestickmodelmapper::horizontalMapper(first row beyond the size of model and correct last row)
PASS   : tst_qcandlestickmodelmapper::horizontalMapper(first row beyond the size of model and invalid last row)
PASS   : tst_qcandlestickmodelmapper::horizontalMapperCustomMapping(all columns are correct)
PASS   : tst_qcandlestickmodelmapper::horizontalMapperCustomMapping(all columns are invalid)
PASS   : tst_qcandlestickmodelmapper::horizontalMapperCustomMapping(timestamp: -1 (invalid))
PASS   : tst_qcandlestickmodelmapper::horizontalMapperCustomMapping(timestamp: -3 (invalid - should default to -1))
PASS   : tst_qcandlestickmodelmapper::horizontalMapperCustomMapping(timestamp: +1 greater than the number of columns in the model)
PASS   : tst_qcandlestickmodelmapper::horizontalMapperCustomMapping(open: -1 (invalid))
PASS   : tst_qcandlestickmodelmapper::horizontalMapperCustomMapping(open: -3 (invalid - should default to -1))
PASS   : tst_qcandlestickmodelmapper::horizontalMapperCustomMapping(open: +1 greater than the number of columns in the model)
PASS   : tst_qcandlestickmodelmapper::horizontalMapperCustomMapping(high: -1 (invalid))
PASS   : tst_qcandlestickmodelmapper::horizontalMapperCustomMapping(high: -3 (invalid - should default to -1))
PASS   : tst_qcandlestickmodelmapper::horizontalMapperCustomMapping(high: +1 greater than the number of columns in the model)
PASS   : tst_qcandlestickmodelmapper::horizontalMapperCustomMapping(low: -1 (invalid))
PASS   : tst_qcandlestickmodelmapper::horizontalMapperCustomMapping(low: -3 (invalid - should default to -1))
PASS   : tst_qcandlestickmodelmapper::horizontalMapperCustomMapping(low: +1 greater than the number of columns in the model)
PASS   : tst_qcandlestickmodelmapper::horizontalMapperCustomMapping(close: -1 (invalid))
PASS   : tst_qcandlestickmodelmapper::horizontalMapperCustomMapping(close: -3 (invalid - should default to -1))
PASS   : tst_qcandlestickmodelmapper::horizontalMapperCustomMapping(close: +1 greater than the number of columns in the model)
PASS   : tst_qcandlestickmodelmapper::seriesUpdated()
PASS   : tst_qcandlestickmodelmapper::verticalModelInsertRows()
PASS   : tst_qcandlestickmodelmapper::verticalModelRemoveRows()
PASS   : tst_qcandlestickmodelmapper::verticalModelInsertColumns()
PASS   : tst_qcandlestickmodelmapper::verticalModelRemoveColumns()
PASS   : tst_qcandlestickmodelmapper::horizontalModelInsertRows()
PASS   : tst_qcandlestickmodelmapper::horizontalModelRemoveRows()
PASS   : tst_qcandlestickmodelmapper::horizontalModelInsertColumns()
PASS   : tst_qcandlestickmodelmapper::horizontalModelRemoveColumns()
PASS   : tst_qcandlestickmodelmapper::modelUpdateCell()
PASS   : tst_qcandlestickmodelmapper::verticalMapperSignals()
PASS   : tst_qcandlestickmodelmapper::horizontalMapperSignals()
PASS   : tst_qcandlestickmodelmapper::cleanupTestCase()
Totals: 60 passed, 0 failed, 0 skipped, 0 blacklisted, 178ms
********* Finished testing of tst_qcandlestickmodelmapper *********
