public boolean test() throws Exception {
return getItem(row) != null;
}
});
} catch (TimeoutException e) {
throw new WidgetNotFoundException("Timed out waiting for table item in row " + row, e); //$NON-NLS-1$
}
return new SWTBotTableItem(getItem(row));
}