}
assertTrue(rtsp.findString("Bit set of columns fetched="+expBits, 1));
assertTrue(rtsp.findString("Number of columns fetched="+expNumCols, 1));
if (expDelRowsV!=null)
assertTrue(rtsp.findString("Number of deleted rows visited="+expDelRowsV, 1));
assertTrue(rtsp.findString("Number of pages visited="+expPages, 1));
assertTrue(rtsp.findString("Number of rows qualified="+expRowsQ, 1));
assertTrue(rtsp.findString("Number of rows visited="+expRowsV, 1));
assertTrue(rtsp.findString("Scan type="+expScanType, 1));
assertTrue(rtsp.getStartPosition()[1].indexOf(expStartPosition)>1);
assertTrue(rtsp.getStopPosition()[1].indexOf(expStopPosition)>1);