Hi
Can you please suggest how to test unint64_t variable using gmock ?
For e.g :
unint64_t aSection = aTokenInfo->section();
unint64_t aSectionIndex = sectionindexes(2);
unint64_t rowId = aSection << SECTION_OFFSET | aSectionIndex << SECTION_INDEX_OFFSET;
this is in the wrong section. more information is needed