Home | History | Annotate | Download | only in gunit

Lines Matching defs:stdout

57 	protected String stdout;
81 PrintStream ps = null; // for redirecting stdout later
111 this.stdout = null;
119 this.stdout = out.toString();
150 return this.stdout;
173 PrintStream ps = null; // for redirecting stdout later
241 this.stdout = "";
250 // retVal could be actual return object from rule, stderr or stdout
251 this.stdout += out.toString();
255 if ( out.toString().length()>0 ) return this.stdout;
282 this.stdout = out.toString();
298 return this.stdout;
320 PrintStream ps = null; // for redirecting stdout later
413 this.stdout = null;
421 // retVal could be actual return object from rule, stderr or stdout
427 this.stdout = out.toString();
463 return stdout;