public class EvalTestoutfiles
extends java.lang.Object
Constructor and Description |
---|
EvalTestoutfiles() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
evalFiles(java.util.List<java.lang.String> testNames,
java.io.File fTestDir,
java.lang.Appendable problems)
Checks given files for test outputs.
|
public static java.lang.String evalFiles(java.util.List<java.lang.String> testNames, java.io.File fTestDir, java.lang.Appendable problems)
testNames
- name of the output file without extension.
The checked files are testNames.out, .errfTestDir
- The directory where to find this filesproblems
- to output some infos