TableInspector table = dataTable("formID:groupStylesTable");
assertEquals("There should be two header rows", 2, table.header().rowCount());
assertEquals("There should be 10 body rows", 10, table.body().rowCount());
assertFalse("There should be no footer", table.footer().elementExists());
table.header().row(0).assertCellParams(new TableCellParams[]{
new TableCellParams(NBSP_CHAR),
new TableCellParams("String Field 1"),
new TableCellParams("String Field 2"),
new TableCellParams("String Field 3"),
new TableCellParams("Int Field 1"),