public void print(String s, Key outputType) { myChecker.print(s, outputType); }
@Override protected void runTest() throws Throwable { myChecker.init(getTestName(true)); super.runTest(); }
public void println(@NonNls String s, Key outputType) { myChecker.println(s, outputType); }