Home | History | Annotate | Download | only in generators

Lines Matching refs:testResultsWithProblems

59 	public String testResultsWithProblems = "\n";
516 testResultsWithProblems=testResultsWithProblems.concat("\n" + testLogName.substring(0,testLogName.length()-4) +" (file missing)");
552 testResultsWithProblems =
553 testResultsWithProblems.concat("\n" + testName);
1356 return testResultsWithProblems;
1370 testResultsWithProblems = string;