Searched refs:TextRunner (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/diags/
H A DRunExamples.java160 r = new TextRunner(out, showFiles, raw, verbose);
164 r = new TextRunner(outFile, showFiles, raw, verbose);
273 static class TextRunner extends Runner { class in class:RunExamples
274 TextRunner(File file, boolean showFiles, boolean raw, boolean verbose) method in class:RunExamples.TextRunner
281 TextRunner(PrintWriter out, boolean showFiles, boolean raw, boolean verbose) method in class:RunExamples.TextRunner

Completed in 29 milliseconds