public class Diff extends Object
| Constructor and Description |
|---|
Diff() |
public List<String> diff(InputStream actual, InputStream expected) throws IOException
IOExceptionpublic List<String> diff(File actual, File expected) throws IOException
IOExceptionpublic List<String> diff(File actual, String expected, Charset charset) throws IOException
IOExceptionCopyright © 2013-2015 AssertJ. All Rights Reserved.