public class BinaryDiff extends Object
| Constructor and Description |
|---|
BinaryDiff() |
| Modifier and Type | Method and Description |
|---|---|
BinaryDiffResult |
diff(File actual,
byte[] expected) |
BinaryDiffResult |
diff(InputStream actualStream,
InputStream expectedStream) |
public BinaryDiffResult diff(File actual, byte[] expected) throws IOException
IOExceptionpublic BinaryDiffResult diff(InputStream actualStream, InputStream expectedStream) throws IOException
IOExceptionCopyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.