public class BinaryDiffResult extends Object
public final int offset
public final String expected
public final String actual
public BinaryDiffResult(int offset,
int expected,
int actual)
offset - the offset at which the difference occurred.expected - the expected byte as an int in the range 0 to 255, or -1 for EOF.actual - the actual byte in the same format.public boolean hasNoDiff()
public static BinaryDiffResult noDiff()
Copyright © 2013-2014 AssertJ. All Rights Reserved.