super(new StringWriter());
this.expectedOutput = expectedOutput;
String actualOutput = super.out.toString(); Assert.assertEquals("PrintWriter content", this.expectedOutput, actualOutput);