********* Start testing of tst_qbarmodelmapper *********
Config: Using QtTest library 6.11.0, Qt 6.11.0 (arm64-little_endian-lp64 shared (dynamic) debug build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 13.6.4
PASS   : tst_qbarmodelmapper::initTestCase()
PASS   : tst_qbarmodelmapper::verticalMapper(lastBarSetColumn greater than firstBarSetColumn)
PASS   : tst_qbarmodelmapper::verticalMapper(lastBarSetColumn equal to firstBarSetColumn)
PASS   : tst_qbarmodelmapper::verticalMapper(lastBarSetColumn lesser than firstBarSetColumn)
PASS   : tst_qbarmodelmapper::verticalMapper(invalid firstBarSetColumn and correct lastBarSetColumn)
PASS   : tst_qbarmodelmapper::verticalMapper(firstBarSetColumn beyond the size of model and correct lastBarSetColumn)
PASS   : tst_qbarmodelmapper::verticalMapper(firstBarSetColumn beyond the size of model and invalid lastBarSetColumn)
PASS   : tst_qbarmodelmapper::verticalMapperCustomMapping(first: 0, unlimited count)
PASS   : tst_qbarmodelmapper::verticalMapperCustomMapping(first: 3, unlimited count)
PASS   : tst_qbarmodelmapper::verticalMapperCustomMapping(first: 0, count: 5)
PASS   : tst_qbarmodelmapper::verticalMapperCustomMapping(first: 3, count: 5)
PASS   : tst_qbarmodelmapper::verticalMapperCustomMapping(first: +1 greater then the number of rows in the model, unlimited count)
PASS   : tst_qbarmodelmapper::verticalMapperCustomMapping(first: +1 greater then the number of rows in the model, count: 5)
PASS   : tst_qbarmodelmapper::verticalMapperCustomMapping(first: 0, count: +3 greater than the number of rows in the model (should limit to the size of model))
PASS   : tst_qbarmodelmapper::verticalMapperCustomMapping(first: -3(invalid - should default to 0), unlimited count)
PASS   : tst_qbarmodelmapper::verticalMapperCustomMapping(first: 0, count: -3 (invalid - shlould default to -1))
PASS   : tst_qbarmodelmapper::verticalMapperCustomMapping(first: -3(invalid - should default to 0), count: -3 (invalid - shlould default to -1))
PASS   : tst_qbarmodelmapper::horizontalMapper(lastBarSetRow greater than firstBarSetRow)
PASS   : tst_qbarmodelmapper::horizontalMapper(lastBarSetRow equal to firstBarSetRow)
PASS   : tst_qbarmodelmapper::horizontalMapper(lastBarSetRow lesser than firstBarSetRow)
PASS   : tst_qbarmodelmapper::horizontalMapper(invalid firstBarSetRow and correct lastBarSetRow)
PASS   : tst_qbarmodelmapper::horizontalMapper(firstBarSetRow beyond the size of model and correct lastBarSetRow)
PASS   : tst_qbarmodelmapper::horizontalMapper(firstBarSetRow beyond the size of model and invalid lastBarSetRow)
PASS   : tst_qbarmodelmapper::horizontalMapperCustomMapping(first: 0, unlimited count)
PASS   : tst_qbarmodelmapper::horizontalMapperCustomMapping(first: 3, unlimited count)
PASS   : tst_qbarmodelmapper::horizontalMapperCustomMapping(first: 0, count: 5)
PASS   : tst_qbarmodelmapper::horizontalMapperCustomMapping(first: 3, count: 5)
PASS   : tst_qbarmodelmapper::horizontalMapperCustomMapping(first: +1 greater then the number of rows in the model, unlimited count)
PASS   : tst_qbarmodelmapper::horizontalMapperCustomMapping(first: +1 greater then the number of rows in the model, count: 5)
PASS   : tst_qbarmodelmapper::horizontalMapperCustomMapping(first: 0, count: +3 greater than the number of rows in the model (should limit to the size of model))
PASS   : tst_qbarmodelmapper::horizontalMapperCustomMapping(first: -3(invalid - should default to 0), unlimited count)
PASS   : tst_qbarmodelmapper::horizontalMapperCustomMapping(first: 0, count: -3 (invalid - shlould default to -1))
PASS   : tst_qbarmodelmapper::horizontalMapperCustomMapping(first: -3(invalid - should default to 0), count: -3 (invalid - shlould default to -1))
PASS   : tst_qbarmodelmapper::seriesUpdated()
PASS   : tst_qbarmodelmapper::verticalModelInsertRows()
PASS   : tst_qbarmodelmapper::verticalModelRemoveRows()
PASS   : tst_qbarmodelmapper::verticalModelInsertColumns()
PASS   : tst_qbarmodelmapper::verticalModelRemoveColumns()
PASS   : tst_qbarmodelmapper::horizontalModelInsertRows()
PASS   : tst_qbarmodelmapper::horizontalModelRemoveRows()
PASS   : tst_qbarmodelmapper::horizontalModelInsertColumns()
PASS   : tst_qbarmodelmapper::horizontalModelRemoveColumns()
PASS   : tst_qbarmodelmapper::modelUpdateCell()
PASS   : tst_qbarmodelmapper::verticalMapperSignals()
PASS   : tst_qbarmodelmapper::horizontalMapperSignals()
PASS   : tst_qbarmodelmapper::cleanupTestCase()
Totals: 46 passed, 0 failed, 0 skipped, 0 blacklisted, 254ms
********* Finished testing of tst_qbarmodelmapper *********
