MCPcopy Create free account
hub / github.com/annmuor/jnode / getText

Method getText

jnode-core/src/jnode/report/ReportBuilder.java:220–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218 }
219
220 public StringBuilder getText() {
221 if (sb.length() != 0) {
222 printHorLine();
223 }
224 return sb;
225 }
226
227 public void printLine(String... args) {
228 checks();

Callers 3

getTextMethod · 0.95
getTextMethod · 0.95
reportMethod · 0.95

Calls 1

printHorLineMethod · 0.95

Tested by

no test coverage detected