| java.lang.Object org.acm.seguin.junit.FileCompare
FileCompare | public class FileCompare (Code) | | Unit test tool that compares two files and throws an
exception if they are different.
author: Chris Seguin |
assertEquals | public static void assertEquals(String message, File one, File two)(Code) | | Determines if they are equal
Parameters: message - the message to be printed if they are different Parameters: one - the first file Parameters: two - the second file |
assertEquals | public static void assertEquals(String message, File one, File two, boolean copy)(Code) | | Determines if they are equal
Parameters: message - the message to be printed if they are different Parameters: one - the first file Parameters: two - the second file Parameters: copy - should the file be copied |
|
|