Home
last modified time | relevance | path

Searched refs:throwableToLines (Results 1 – 1 of 1) sorted by relevance

/cts/libs/vogar-expect/src/vogar/expect/
DOutcome.java62 this.output = sanitizeOutputLines(throwableToLines(throwable)); in Outcome()
98 private static List<String> throwableToLines(Throwable t) { in throwableToLines() method in Outcome