Package org.assertj.core.internal
Class BinaryDiff
java.lang.Object
org.assertj.core.internal.BinaryDiff
Compares the binary content of two inputStreams/paths.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondiff
(InputStream actualStream, byte[] expected) diff
(InputStream actualStream, InputStream expectedStream)
-
Constructor Details
-
BinaryDiff
public BinaryDiff()
-
-
Method Details
-
diff
- Throws:
IOException
-
diff
- Throws:
IOException
-
diff
- Throws:
IOException
-
diff
public BinaryDiffResult diff(InputStream actualStream, InputStream expectedStream) throws IOException - Throws:
IOException
-