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