\r
par.insertBefore("" + (rowIdx * row.numCells() + colIdx));\r
par.sanityCheck();\r
-\r
+ \r
row.sanityCheck();\r
table.sanityCheck();\r
range.sanityCheck();\r
int mustBeAfter = 0;\r
for (int i = 0; i < rows * columns; i++) {\r
int next = text.indexOf(Integer.toString(i), mustBeAfter);\r
- assertFalse(next == -1);\r
+ assertTrue("Test with " + rows + "/" + columns + ": Should not find " + i + " but found it at " + next + " in " + text, \r
+ next != -1);\r
mustBeAfter = next;\r
}\r
}\r
-\r
-\r
}\r