コード例 #1
0
 public void print(String s, Key outputType) {
   myChecker.print(s, outputType);
 }
コード例 #2
0
 @Override
 protected void runTest() throws Throwable {
   myChecker.init(getTestName(true));
   super.runTest();
 }
コード例 #3
0
 public void println(@NonNls String s, Key outputType) {
   myChecker.println(s, outputType);
 }