for (int rowIndex = 0; rowIndex < 3; rowIndex++) {
DataTableUtils.TestDataTableItem currentReferenceRow = currentPageValues.get(rowIndex);
HintLabelInspector bodyHintLabel1 = hintLabel("fn:hintLabelDataTable:" + rowIndex + ":body_hinLabel_1");
bodyHintLabel1.clickAndWait();
bodyHintLabel1.hint().mouseOut();
bodyHintLabel1.checkVisibilityAndContent(currentReferenceRow.getFirstColumn(), currentReferenceRow.getSecondColumn());
bodyHintLabel1.hint().mouseOut();
hintLabel("fn:hintLabelDataTable:" + rowIndex + ":body_hinLabel_2")
.checkVisibilityAndContent(currentReferenceRow.getSecondColumn(), currentReferenceRow.getFirstColumn());