MCPcopy Create free account
hub / github.com/RealTimeGenomics/rtg-tools / test

Method test

src/test/java/com/rtg/util/RstTableTest.java:54–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls 4

addHeadingMethod · 0.95
addRowMethod · 0.95
getTextMethod · 0.95
assertEqualsMethod · 0.45

Tested by

no test coverage detected