Home | History | Annotate | Download | only in test

Lines Matching full:writer

547             PrintStream writer = new PrintStream(byteArrayOutputStream);
549 StringResultPrinter resultPrinter = new StringResultPrinter(writer);
560 writer.println(String.format("Test run aborted due to unexpected exception: %s",
562 t.printStackTrace(writer);
572 writer.close();
654 public StringResultPrinter(PrintStream writer) {
655 super(writer);