public class Compare extends Object
| Constructor and Description |
|---|
Compare() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
compare(Class testClass,
String file1,
String file2) |
static boolean |
compare(Class testClass,
String file1,
String file2,
BufferedReader in1,
BufferedReader in2) |
static boolean |
gzCompare(Class testClass,
String actual,
String expected) |
static boolean |
gzCompare(Class testClass,
String file1,
String file2,
BufferedReader in1,
BufferedReader in2) |
public static boolean compare(Class testClass, String file1, String file2) throws IOException
IOExceptionpublic static boolean compare(Class testClass, String file1, String file2, BufferedReader in1, BufferedReader in2) throws IOException
IOExceptionpublic static boolean gzCompare(Class testClass, String actual, String expected) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic static boolean gzCompare(Class testClass, String file1, String file2, BufferedReader in1, BufferedReader in2) throws IOException
IOExceptionCopyright © 2013 The Apache Software Foundation. Licensed under the Apache License, Version 2.0
Apache Extras for Apache log4j, Apache log4j and Apache are trademarks of the Apache Software Foundation.