()
| 52 | + "+-------+-----------------+---------+" + StringUtils.LS; |
| 53 | |
| 54 | public void test() { |
| 55 | final RstTable table = new RstTable(1, 10, 5, 15, 7); |
| 56 | table.addHeading("title text"); |
| 57 | table.addRow("lala", "elaboration", "eh"); |
| 58 | table.addRow("hmm", "longer", "short"); |
| 59 | assertEquals(EXP, table.getText()); |
| 60 | } |
| 61 | } |
nothing calls this directly
no test coverage detected