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) |
BinaryDiffResult |
diff(Path actual,
byte[] expected) |
public BinaryDiffResult diff(File actual, byte[] expected) throws IOException
IOExceptionpublic BinaryDiffResult diff(Path actual, byte[] expected) throws IOException
IOExceptionpublic BinaryDiffResult diff(InputStream actualStream, InputStream expectedStream) throws IOException
IOExceptionCopyright © 2014–2019 AssertJ. All rights reserved.