118119120121122123124125126
} // row is not empty { List<RowInfo> rows = panel.getRows(); assertThat(rows).hasSize(1); RowInfo row = rows.get(0); assertFalse(row.isEmpty()); } }
160161162163164165166167168