| java.lang.Object org.umlgraph.test.TestUtils
TestUtils | public class TestUtils (Code) | | Collection of utility methods used by the test classes
author: wolf |
cleanFolder | public static void cleanFolder(File folder, boolean recurse)(Code) | | Deletes the content of the folder, eventually in a recursive way (but
avoids deleting eventual .cvsignore files and CVS folders)
|
textFilesEquals | public static boolean textFilesEquals(PrintWriter pw, File refTextFile, File outTextFile) throws IOException(Code) | | Simple text file diffing: will tell you if two text files are line by
line equals, and will stop at the first difference found.
throws: IOException - |
|
|