********* Start testing of tst_qpiemodelmapper *********
Config: Using QtTest library 6.12.0, Qt 6.12.0 (arm64-little_endian-lp64 shared (dynamic) release build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 13.6.4
PASS   : tst_qpiemodelmapper::initTestCase()
PASS   : tst_qpiemodelmapper::verticalMapper(different values and labels columns)
PASS   : tst_qpiemodelmapper::verticalMapper(same values and labels columns)
PASS   : tst_qpiemodelmapper::verticalMapper(invalid values column and correct labels column)
PASS   : tst_qpiemodelmapper::verticalMapper(values column beyond the size of model and correct labels column)
PASS   : tst_qpiemodelmapper::verticalMapper(values column beyond the size of model and invalid labels column)
PASS   : tst_qpiemodelmapper::verticalMapperCustomMapping(first: 0, unlimited count)
PASS   : tst_qpiemodelmapper::verticalMapperCustomMapping(first: 3, unlimited count)
PASS   : tst_qpiemodelmapper::verticalMapperCustomMapping(first: 0, count: 5)
PASS   : tst_qpiemodelmapper::verticalMapperCustomMapping(first: 3, count: 5)
PASS   : tst_qpiemodelmapper::verticalMapperCustomMapping(first: +1 greater then the number of rows in the model, unlimited count)
PASS   : tst_qpiemodelmapper::verticalMapperCustomMapping(first: +1 greater then the number of rows in the model, count: 5)
PASS   : tst_qpiemodelmapper::verticalMapperCustomMapping(first: 0, count: +3 greater than the number of rows in the model (should limit to the size of model))
PASS   : tst_qpiemodelmapper::verticalMapperCustomMapping(first: -3(invalid - should default to 0), unlimited count)
PASS   : tst_qpiemodelmapper::verticalMapperCustomMapping(first: 0, count: -3 (invalid - shlould default to -1))
PASS   : tst_qpiemodelmapper::verticalMapperCustomMapping(first: -3(invalid - should default to 0), count: -3 (invalid - shlould default to -1))
PASS   : tst_qpiemodelmapper::horizontalMapper(different values and labels rows)
PASS   : tst_qpiemodelmapper::horizontalMapper(same values and labels rows)
PASS   : tst_qpiemodelmapper::horizontalMapper(invalid values row and correct labels row)
PASS   : tst_qpiemodelmapper::horizontalMapper(values row beyond the size of model and correct labels row)
PASS   : tst_qpiemodelmapper::horizontalMapper(values row beyond the size of model and invalid labels row)
PASS   : tst_qpiemodelmapper::horizontalMapperCustomMapping(first: 0, unlimited count)
PASS   : tst_qpiemodelmapper::horizontalMapperCustomMapping(first: 3, unlimited count)
PASS   : tst_qpiemodelmapper::horizontalMapperCustomMapping(first: 0, count: 5)
PASS   : tst_qpiemodelmapper::horizontalMapperCustomMapping(first: 3, count: 5)
PASS   : tst_qpiemodelmapper::horizontalMapperCustomMapping(first: +1 greater then the number of columns in the model, unlimited count)
PASS   : tst_qpiemodelmapper::horizontalMapperCustomMapping(first: +1 greater then the number of columns in the model, count: 5)
PASS   : tst_qpiemodelmapper::horizontalMapperCustomMapping(first: 0, count: +3 greater than the number of columns in the model (should limit to the size of model))
PASS   : tst_qpiemodelmapper::horizontalMapperCustomMapping(first: -3(invalid - should default to 0), unlimited count)
PASS   : tst_qpiemodelmapper::horizontalMapperCustomMapping(first: 0, count: -3 (invalid - shlould default to -1))
PASS   : tst_qpiemodelmapper::horizontalMapperCustomMapping(first: -3(invalid - should default to 0), count: -3 (invalid - shlould default to -1))
PASS   : tst_qpiemodelmapper::seriesUpdated()
PASS   : tst_qpiemodelmapper::verticalModelInsertRows()
PASS   : tst_qpiemodelmapper::verticalModelRemoveRows()
PASS   : tst_qpiemodelmapper::verticalModelInsertColumns()
PASS   : tst_qpiemodelmapper::verticalModelRemoveColumns()
PASS   : tst_qpiemodelmapper::horizontalModelInsertRows()
PASS   : tst_qpiemodelmapper::horizontalModelRemoveRows()
PASS   : tst_qpiemodelmapper::horizontalModelInsertColumns()
PASS   : tst_qpiemodelmapper::horizontalModelRemoveColumns()
PASS   : tst_qpiemodelmapper::modelUpdateCell()
PASS   : tst_qpiemodelmapper::verticalMapperSignals()
PASS   : tst_qpiemodelmapper::horizontalMapperSignals()
PASS   : tst_qpiemodelmapper::cleanupTestCase()
Totals: 44 passed, 0 failed, 0 skipped, 0 blacklisted, 94ms
********* Finished testing of tst_qpiemodelmapper *********
