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