"border-right: 1px solid silver",
"border-right: ? none ?",
});
TableSectionInspector footer = table.footer();
assertEquals("Checking the number of footer rows", 4, footer.rowCount());
footer.row(0).assertCellStyles("border-top: 2px solid gray");
footer.row(0).assertCellParams(new TableCellParams[]{
new TableCellParams(NBSP_CHAR, 1, 3, "border-right: 2px solid gray"),
new TableCellParams("String Field 1 (footer)", 1, 3, "border-right: 2px solid gray"),
new TableCellParams("String Field 2 (footer only)", 1, 3, "border-right: 2px solid gray"),